STRASMORE/EXPLORE 2,549 QUERIES

daily_volume_reset

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-09-24, from why-open-interest-updates-once-a-day.

as of series 21×4read in context →
daily_volume_reset — 21 rows by 4 columns, computed from US exchange, SIP and OPRA data.
datedate_labelvolume_thousandscontracts_with_volume
2026-06-01Jun 1558.81620
2026-06-02Jun 21132.81714
2026-06-03Jun 3759.41579
2026-06-04Jun 4626.71575
2026-06-05Jun 5687.91667
2026-06-08Jun 81179.81860
2026-06-09Jun 91698.81858
2026-06-10Jun 10806.71567
2026-06-11Jun 11918.81473
2026-06-12Jun 125141448
2026-06-15Jun 15544.41481
2026-06-16Jun 16877.21429
2026-06-17Jun 17664.61424
2026-06-18Jun 18438.31282
2026-06-22Jun 22449.91374
2026-06-23Jun 23813.41375
2026-06-24Jun 24441.81315
2026-06-25Jun 251878.81906
2026-06-26Jun 26724.41557
2026-06-29Jun 29506.91326
2026-06-30Jun 301019.71429
Rows × columns
21 × 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 daily_volume_reset, derived from the stored result.
ColumnTypeRangeNotes
date date 2026-06-01 to 2026-06-30
date_label text 21 distinct values (Jun 1, Jun 10, Jun 11…)
volume_thousands number 438.3 to 1,878.8 count
contracts_with_volume number 1,282 to 1,906 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.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    toString(date)                        AS date,
    formatDateTime(toDate(date), '%b %e') AS date_label,
    round(sum(volume) / 1000, 1)          AS volume_thousands,
    countDistinct(ticker)                 AS contracts_with_volume
FROM global_markets.options_greeks
WHERE underlying_symbol = 'AAPL'
  AND date >= '2026-06-01'
  AND date <= '2026-06-30'
  AND volume > 0
GROUP BY date
ORDER BY date
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysiswhy-open-interest-updates-once-a-day
intraday_volume_build series 13×3 → short_interest_calendar series 12×3 → top_contracts ranking 12×3 → The 2s10s spread by month, full history series 604×5 → One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 → 3m10y and 2s10s spreads, monthly averages over twenty years series 241×4 → See all 2,549 queries →