One row for the whole options day: volume, 0DTE, the holiday-shifted week
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: June 29, 2026, The Day in Numbers.
option prints m
11.04
contracts m
66.33
call pct of volume
55.7
same day expiry pct
35.8
thu jul2 expiry contracts m
10.73
fri jul3 expiry prints
0
premarket prints
40,621
premarket prints label
40,621
premarket non index prints
0
premarket underlyings
RUTW, SPX, SPXW, VIX, VIXW, XSP
spy contracts m
12.01
qqq contracts m
7.32
top contract underlying
SPY
top contract strike
741
top contract type
C
top contract expiry
2026-06-29
top contract volume
788,133
top contract volume label
788,133
top contract avg price
0.474
top strike minus spy close
0.12
- Rows × columns
- 1 × 20
- 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 |
|---|---|---|---|
option_prints_m |
number | every row is 11.04 | |
contracts_m |
number | every row is 66.33 | count |
call_pct_of_volume |
number | every row is 55.7 | percent |
same_day_expiry_pct |
number | every row is 35.8 | percent |
thu_jul2_expiry_contracts_m |
number | every row is 10.73 | count |
fri_jul3_expiry_prints |
number | every row is 0 | |
premarket_prints |
number | every row is 40,621 | |
premarket_prints_label |
text | 1 distinct value (40,621) | |
premarket_non_index_prints |
number | every row is 0 | |
premarket_underlyings |
text | 1 distinct value (RUTW, SPX, SPXW, VIX, VIXW, XSP) | |
spy_contracts_m |
number | every row is 12.01 | count |
qqq_contracts_m |
number | every row is 7.32 | count |
top_contract_underlying |
text | 1 distinct value (SPY) | |
top_contract_strike |
number | every row is 741 | US dollars |
top_contract_type |
text | 1 distinct value (C) | |
top_contract_expiry |
date | 2026-06-29 | |
top_contract_volume |
number | every row is 788,133 | count |
top_contract_volume_label |
text | 1 distinct value (788,133) | |
top_contract_avg_price |
number | every row is 0.474 | US dollars |
top_strike_minus_spy_close |
number | every row is 0.12 | 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
WITH
(
SELECT (any(underlying_symbol), any(toFloat64(strike_price)), any(option_type),
any(toDateOrNull(concat('20', substring(ticker, length(ticker) - 14, 6)))),
sum(size), count(), round(avg(toFloat64(price)), 3))
FROM global_markets.options_trades
WHERE sip_timestamp >= '2026-06-29 00:00:00' AND sip_timestamp < '2026-06-30 00:00:00'
GROUP BY ticker
ORDER BY sum(size) DESC
LIMIT 1
) AS top_contract,
(
SELECT round(toFloat64(argMax(close, window_start)), 2)
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY' AND window_start >= '2026-06-29 13:30:00' AND window_start < '2026-06-29 20:00:00'
) AS spy_regular_close
SELECT
round(count() / 1e6, 2) AS option_prints_m,
round(toFloat64(sum(size)) / 1e6, 2) AS contracts_m,
round(100.0 * sumIf(size, option_type = 'C') / sum(size), 1) AS call_pct_of_volume,
round(100.0 * sumIf(size, substring(ticker, length(ticker) - 14, 6) = '260629') / sum(size), 1) AS same_day_expiry_pct,
round(toFloat64(sumIf(size, substring(ticker, length(ticker) - 14, 6) = '260702')) / 1e6, 2) AS thu_jul2_expiry_contracts_m,
countIf(substring(ticker, length(ticker) - 14, 6) = '260703') AS fri_jul3_expiry_prints,
countIf(sip_timestamp < '2026-06-29 13:30:00') AS premarket_prints,
reverse(arrayStringConcat(extractAll(reverse(toString(countIf(sip_timestamp < '2026-06-29 13:30:00'))), '[0-9]{1,3}'), ',')) AS premarket_prints_label,
countIf(sip_timestamp < '2026-06-29 13:30:00'
AND underlying_symbol NOT IN ('SPX', 'SPXW', 'XSP', 'RUTW', 'VIX', 'VIXW')) AS premarket_non_index_prints,
arrayStringConcat(arraySort(groupUniqArrayIf(underlying_symbol, sip_timestamp < '2026-06-29 13:30:00')), ', ') AS premarket_underlyings,
round(toFloat64(sumIf(size, underlying_symbol = 'SPY')) / 1e6, 2) AS spy_contracts_m,
round(toFloat64(sumIf(size, underlying_symbol = 'QQQ')) / 1e6, 2) AS qqq_contracts_m,
top_contract.1 AS top_contract_underlying,
top_contract.2 AS top_contract_strike,
top_contract.3 AS top_contract_type,
top_contract.4 AS top_contract_expiry,
top_contract.5 AS top_contract_volume,
reverse(arrayStringConcat(extractAll(reverse(toString(assumeNotNull(top_contract.5))), '[0-9]{1,3}'), ',')) AS top_contract_volume_label,
round(top_contract.7, 3) AS top_contract_avg_price,
round(top_contract.2 - spy_regular_close, 2) AS top_strike_minus_spy_close
FROM global_markets.options_trades
WHERE sip_timestamp >= '2026-06-29 00:00:00' AND sip_timestamp < '2026-06-30 00:00:00'
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: June 29, 2026, The Day in Numbers
QQQ and SPY: June 29 ranked against the trailing month of sessions (rank 1 = biggest absolute move)
scalar 1×10
→
Session check: SPY's observed minute-bar span, and the Friday closure on the tape
scalar 1×8
→
June 29's corporate calendar and information flow, in one row
scalar 1×22
→
Advancers vs decliners among tickers with at least $1M traded on June 29
scalar 1×9
→
Shares traded per 30-minute bucket, regular hours (billions)
series 13×4
→
The eleven sector baskets: June 29 vs the June 26 close, regular hours
table 11×6
→
See all 2,170 queries →