Calibration: every month of 2026 computed identically, SPY and NVDA, open-to-close and range
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-07-26, from The Best and Worst Thousand Dollars of June 2026.
| period_start | spy_month_pct | spy_range_pct | nvda_month_pct | nvda_range_pct | trading_days |
|---|---|---|---|---|---|
| 2026-01-01 | 0.9 | 3.1 | 0.8 | 8.9 | 20 |
| 2026-02-01 | -0.5 | 3.1 | -5.4 | 14.2 | 19 |
| 2026-03-01 | -4.2 | 8.7 | -0.4 | 14.1 | 22 |
| 2026-04-01 | 9.9 | 11.4 | 13.4 | 25.8 | 21 |
| 2026-05-01 | 4.9 | 6 | 4.9 | 20.8 | 20 |
| 2026-06-01 | -1.2 | 5.8 | -7.4 | 19.7 | 21 |
- Rows × columns
- 6 × 6
- Period covered
- to
- 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 |
|---|---|---|---|
period_start |
date | 2026-01-01 to 2026-06-01 | |
spy_month_pct |
number | -4.2 to 9.9 | percent |
spy_range_pct |
number | 3.1 to 11.4 | percent |
nvda_month_pct |
number | -7.4 to 13.4 | percent |
nvda_range_pct |
number | 8.9 to 25.8 | percent |
trading_days |
number | 19 to 22 |
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 toString(toStartOfMonth(toDate(toTimeZone(window_start, 'America/New_York')))) AS period_start,
round((argMaxIf(toFloat64(close), window_start, ticker = 'SPY' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) / argMinIf(toFloat64(open), window_start, ticker = 'SPY' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS spy_month_pct,
round((maxIf(toFloat64(high), ticker = 'SPY' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - minIf(toFloat64(low), ticker = 'SPY' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959)) / argMinIf(toFloat64(open), window_start, ticker = 'SPY' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) * 100, 1) AS spy_range_pct,
round((argMaxIf(toFloat64(close), window_start, ticker = 'NVDA' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) / argMinIf(toFloat64(open), window_start, ticker = 'NVDA' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS nvda_month_pct,
round((maxIf(toFloat64(high), ticker = 'NVDA' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - minIf(toFloat64(low), ticker = 'NVDA' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959)) / argMinIf(toFloat64(open), window_start, ticker = 'NVDA' AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) * 100, 1) AS nvda_range_pct,
uniqExactIf(toDate(toTimeZone(window_start, 'America/New_York')), ticker = 'SPY') AS trading_days
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker IN ('SPY', 'NVDA')
AND window_start >= toDateTime('2026-01-01 05:00:00') AND window_start < toDateTime('2026-07-01 04:00:00')
GROUP BY period_start
HAVING uniqExactIf(toDate(toTimeZone(window_start, 'America/New_York')), ticker = 'SPY') >= 17
ORDER BY period_start ASC
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 analysisThe Best and Worst Thousand Dollars of June 2026
The loss pile by root: contracts down 90%+ from first print, share of the pile, and each root's ten-baggers
table 6×6
→
The five biggest first-print-to-last-print multiples of June, priced from both chairs (six liquid roots, 50+ trades)
table 5×9
→
The ride, session by session: daily turnover, last price, and the thousand-dollar position's mark
series 10×6
→
The most expensive ticket to zero: the priciest contract that ended at two cents or less
scalar 1×5
→
The entry receipt: the winner's first print, its second, and every penny print of its June life (one row)
scalar 1×11
→
The full distribution: for every jackpot, thousands of near-total losses (put/call split included)
scalar 1×10
→
See all 2,170 queries →