STRASMORE/EXPLORE 2,170 QUERIES

The half, month by month (SPY and QQQ, recomputed identically in one query)

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 Market Recap: H1 2026.

as of ranking 12×4read in context →
The half, month by month (SPY and QQQ, recomputed identically in one query) — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
period_starttickermonth_return_pctmonth_close
2026-01-01QQQ0.3621.81
2026-01-01SPY0.9691.85
2026-02-01QQQ-1.8607.45
2026-02-01SPY-0.5686.23
2026-03-01QQQ-3.6577.14
2026-03-01SPY-4.2650.24
2026-04-01QQQ14.8667.6
2026-04-01SPY9.9718.43
2026-05-01QQQ10.3738.25
2026-05-01SPY4.9756.4
2026-06-01QQQ-0.2735.76
2026-06-01SPY-1.2746.32
Rows × columns
12 × 4
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for The half, month by month (SPY and QQQ, recomputed identically in one query), derived from the stored result.
ColumnTypeRangeNotes
period_start date 2026-01-01 to 2026-06-01
ticker text 2 distinct values (QQQ, SPY)
month_return_pct number -4.2 to 14.8 percent
month_close number 577.14 to 756.4 US dollars

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, ticker,
    round((argMaxIf(toFloat64(close), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) / argMinIf(toFloat64(open), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS month_return_pct,
    round(argMaxIf(toFloat64(close), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959), 2) AS month_close
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker IN ('SPY', 'QQQ')
  AND window_start >= toDateTime('2026-01-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')
GROUP BY period_start, ticker
ORDER BY period_start, ticker

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 analysisMarket Recap: H1 2026
Median quoted spread by sector ETF, one representative session (June 29, 2026), regular hours ranking 11×4 Q2 regular-hours dollar volume, whole tape (one reused-symbol listing excluded pending entity verification) ranking 8×3 Seven maturities: yield at the start of the half vs the end, and the change ranking 7×4 The leader set's half and Q2 returns plus half dollar volume: one ticker-filtered query ranking 6×4 New listings per month across the half ranking 6×2 The 2s10s spread, every print of the half table 124×2 See all 2,170 queries →