The as-of receipts: every June print on file, the July CPI column armed as the next tripwire
Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-11, from Macro Picture Entering H2 2026, With Receipts.
june cpi rows
1
july cpi rows
0
june labor rows
1
june expectations rows
1
june labor arrived
2026-07-02
- Rows × columns
- 1 × 5
- Period covered
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
june_cpi_rows |
number | every row is 1 | |
july_cpi_rows |
number | every row is 0 | |
june_labor_rows |
number | every row is 1 | |
june_expectations_rows |
number | every row is 1 | |
june_labor_arrived |
date | 2026-07-02 |
Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.
the exact SQL behind every number
SELECT
(SELECT count() FROM global_markets.inflation WHERE date = toDate('2026-06-01')) AS june_cpi_rows,
(SELECT count() FROM global_markets.inflation WHERE date = toDate('2026-07-01')) AS july_cpi_rows,
(SELECT count() FROM global_markets.labor_market WHERE date = toDate('2026-06-01')) AS june_labor_rows,
(SELECT count() FROM global_markets.inflation_expectations WHERE date = toDate('2026-06-01')) AS june_expectations_rows,
(SELECT toString(toDate(max(_ingest_time))) FROM global_markets.labor_market WHERE date = toDate('2026-06-01')) AS june_labor_arrived
Run your own version of this
The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.
More from this analysisMacro Picture Entering H2 2026, With Receipts
SPY month by month in H1 2026: regular-hours open-to-close return per month
ranking 6×4
→
The labor market, monthly: unemployment, participation, average hourly earnings, with ingest receipts
table 6×5
→
Model-based inflation expectations by horizon, monthly
ranking 6×4
→
The Treasury curve at each month-end of H1 2026: bill, 2-year, 10-year, and the spreads between them
table 6×8
→
CPI year-over-year, computed from the index against the same month a year earlier
table 6×5
→
CPI month-over-month, computed from the index against the prior month
ranking 6×3
→
See all 2,170 queries →