{"slug":"market-recap-2026-07-10","qid":"baseline_treasury_receipt","label":"Treasury print status: July 9 and July 10 rows on record, and the July 8 curve (latest at authoring)","post_title":"Market Recap: July 10, 2026, The Day in Numbers","post_url":"/blog/market-recap-2026-07-10#q-baseline_treasury_receipt","columns":["jul9_print_rows","jul10_print_rows","latest_print_date","latest_2y_pct","latest_10y_pct","latest_30y_pct"],"rows":[{"jul9_print_rows":1,"jul10_print_rows":1,"latest_print_date":"2026-07-10","latest_2y_pct":4.21,"latest_10y_pct":4.56,"latest_30y_pct":5.06}],"shape":"scalar","sql":"SELECT\n    (SELECT count() FROM global_markets.treasury_yields WHERE date = '2026-07-09') AS jul9_print_rows,\n    (SELECT count() FROM global_markets.treasury_yields WHERE date = '2026-07-10') AS jul10_print_rows,\n    toString(any(date)) AS latest_print_date,\n    round(toFloat64(any(yield_2_year)), 2) AS latest_2y_pct,\n    round(toFloat64(any(yield_10_year)), 2) AS latest_10y_pct,\n    round(toFloat64(any(yield_30_year)), 2) AS latest_30y_pct\nFROM global_markets.treasury_yields\nWHERE date = '2026-07-10'","computed_at":"2026-07-26T06:01:40.505185+00:00","elapsed":0.002277912}