STRASMORE/EXPLORE 2,595 QUERIES

Listed option series carrying data on one date, by underlying

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-11, from Who Are the Biggest Market Makers?.

as of ranking 5×4read in context →
Listed option series carrying data on one date, by underlying — 5 rows by 4 columns, computed from US exchange, SIP and OPRA data.
symbolseries_listedseries_tradedpct_traded
SPY64716471100
NVDA23752375100
MSFT20732073100
AAPL15671567100
KO459459100
Rows × columns
5 × 4
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 Listed option series carrying data on one date, by underlying, derived from the stored result.
ColumnTypeRangeNotes
symbol text 5 distinct values (AAPL, KO, MSFT…)
series_listed number 459 to 6,471
series_traded number 459 to 6,471
pct_traded number every row is 100 percent

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
    underlying_symbol                             AS symbol,
    count()                                       AS series_listed,
    countIf(volume > 0)                           AS series_traded,
    round(100 * countIf(volume > 0) / count(), 1) AS pct_traded
FROM global_markets.options_greeks
WHERE date = '2026-06-10'
  AND underlying_symbol IN ('SPY', 'AAPL', 'NVDA', 'MSFT', 'KO')
GROUP BY symbol
ORDER BY series_listed DESC
⌘/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 analysisWho Are the Biggest Market Makers?
Where Apple trades printed on June 10, 2026, by venue ranking 15×3 → Share of Apple volume printed off exchange, by month series 12×2 → Quoted spread and quote traffic over fifteen minutes, June 10, 2026 table 5×5 → Where AAPL prints fall by trade size, June 17, 2026 ranking 5×3 → Share of June 2026 volume reported to FINRA facilities ranking 5×3 → Effective spread against quoted spread by trade size, AAPL ranking 4×4 → See all 2,595 queries →