{"slug":"treasury-curve-2026-h1","qid":"slope_receipt","label":"The 2s10s slope receipt: start, end, minimum (with its date), maximum, and print count","post_title":"Treasury Yield Curve, H1 2026: Twist, Not Shift","post_url":"/blog/treasury-curve-2026-h1#q-slope_receipt","columns":["start_bp","end_bp","min_bp","min_date","max_bp","prints"],"rows":[{"start_bp":72,"end_bp":30,"min_bp":27,"min_date":"2026-06-18","max_bp":74,"prints":124}],"shape":"scalar","sql":"SELECT\n    round((argMin(yield_10_year - yield_2_year, date)) * 100, 0) AS start_bp,\n    round((argMax(yield_10_year - yield_2_year, date)) * 100, 0) AS end_bp,\n    round(min(yield_10_year - yield_2_year) * 100, 0) AS min_bp,\n    argMin(toString(date), (yield_10_year - yield_2_year, date)) AS min_date,\n    round(max(yield_10_year - yield_2_year) * 100, 0) AS max_bp,\n    count() AS prints\nFROM global_markets.treasury_yields\nWHERE date >= toDate('2026-01-01') AND date <= toDate('2026-06-30')\n  AND isNotNull(yield_10_year) AND isNotNull(yield_2_year)","computed_at":"2026-07-26T06:16:30.425705+00:00","elapsed":0.018233296}