STRASMORE/EXPLORE 2,170 QUERIES

July 6, 2026: contracts traded per 15 minutes, S&P 500 index options vs SPY options

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-31, from American vs European Options Explained.

as of series 27×3read in context →
July 6, 2026: contracts traded per 15 minutes, S&P 500 index options vs SPY options — 27 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timeindex_contracts_kspy_contracts_k
09:30208.8496.5
09:45211.2578.6
10:00169.6495.6
10:15169.5567.4
10:30158.3559.7
10:45128.7392
11:00182.5458
11:15158.8514.5
11:30118.2452.4
11:4589.7345.2
12:0085.7275.8
12:1583.9352.4
12:3083.9359.5
12:45112.7396.8
13:00151.8518.9
13:1590.9372.6
13:30193.7553.4
13:45117.9398.8
14:00120.4462.5
14:15134.1465.9
14:3096.9341.5
14:45155.4546.6
15:00126.2351.7
15:15157478.4
15:30182.8456.3
15:45296.2639
16:0050.9271.1
Rows × columns
27 × 3
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 July 6, 2026: contracts traded per 15 minutes, S&P 500 index options vs SPY options, derived from the stored result.
ColumnTypeRangeNotes
et_time date 09:30 to 16:00
index_contracts_k number 50.9 to 296.2 count
spy_contracts_k number 271.1 to 639 count

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 formatDateTime(bucket, '%H:%i') AS et_time,
       round(sumIf(volume, root IN ('SPX', 'SPXW')) / 1e3, 1) AS index_contracts_k,
       round(sumIf(volume, root = 'SPY') / 1e3, 1) AS spy_contracts_k
FROM (
    SELECT toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 15 MINUTE) AS bucket,
           substring(ticker, 3, length(ticker) - 17) AS root,
           toFloat64(volume) AS volume
    FROM global_markets.options_minute_aggs
    WHERE window_start >= toDateTime('2026-07-06 09:30:00', 'America/New_York')
      AND window_start < toDateTime('2026-07-06 16:20:00', 'America/New_York')
)
WHERE root IN ('SPX', 'SPXW', 'SPY')
GROUP BY bucket
ORDER BY bucket

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 analysisAmerican vs European Options Explained
Index roots vs ETF roots: contracts traded on July 6, 2026, with exercise style ranking 8×3 SPY volume by ET clock minute around the open, 13 March vs 20 March 2026 series 46×3 SPY implied volatility vs the volatility realized in the following month series 23×5 SPY on monthly settlement Fridays: the opening gap, and where the session went afterwards series 16×4 Share of SPY session volume printed in the opening minute, third Friday vs other Fridays series 11×4 Dividend owed per assigned contract, recent ex dividend dates series 6×3 See all 2,170 queries →