STRASMORE/EXPLORE 2,170 QUERIES

Volume accumulates live: July 6, 2026 in half-hour buckets (ET), with a running total

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-12, from Options Volume vs. Open Interest, Explained.

as of series 14×3read in context →
Volume accumulates live: July 6, 2026 in half-hour buckets (ET), with a running total — 14 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timecontracts_mrunning_total_m
09:308.538.5
10:006.3914.9
10:305.2820.2
11:005.0725.3
11:304.3429.6
12:003.9733.6
12:303.6337.2
13:003.4940.7
13:30444.7
14:003.5548.3
14:303.4451.7
15:003.5955.3
15:304.8660.1
16:000.4960.6
Rows × columns
14 × 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 Volume accumulates live: July 6, 2026 in half-hour buckets (ET), with a running total, derived from the stored result.
ColumnTypeRangeNotes
et_time date 09:30 to 16:00
contracts_m number 0.49 to 8.53 count
running_total_m number 8.5 to 60.6

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(toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 30 MINUTE), '%H:%i') AS et_time,
    round(sum(volume) / 1e6, 2) AS contracts_m,
    round(sum(sum(volume)) OVER (ORDER BY formatDateTime(toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 30 MINUTE), '%H:%i')) / 1e6, 1) AS running_total_m
FROM global_markets.options_minute_aggs
WHERE window_start >= '2026-07-06 00:00:00' AND window_start < '2026-07-07 00:00:00'
GROUP BY et_time
ORDER BY et_time

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 analysisOptions Volume vs. Open Interest, Explained
Ten sessions of one long-dated contract: the SPY $620 put expiring 2026-12-18 series 10×3 Top 10 underlying roots by contracts traded, July 6, 2026 table 10×5 The ten busiest option contracts of July 6, 2026 table 10×5 July 6, 2026 volume by time to expiration: the tape is short-dated, the listed universe is not table 5×5 One day of the US options tape: Monday, July 6, 2026 scalar 1×8 Dollar volume by half hour: witching Thursday (Jun 18, 2026) vs. the ordinary Friday before it (Jun 12) series 13×3 See all 2,170 queries →