STRASMORE/EXPLORE 2,549 QUERIES

chain_breadth

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 what-historical-tick-data-costs.

as of ranking 6×4read in context →
chain_breadth — 6 rows by 4 columns, computed from US exchange, SIP and OPRA data.
symbolcontracts_pricedcontracts_tradedtraded_pct
SPY51115111100
TSLA27542754100
MSFT19971997100
NVDA19921992100
AAPL15441544100
KO475475100
Rows × columns
6 × 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 chain_breadth, derived from the stored result.
ColumnTypeRangeNotes
symbol text 6 distinct values (AAPL, KO, MSFT…)
contracts_priced number 475 to 5,111 count
contracts_traded number 475 to 5,111 count
traded_pct 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 contracts_priced,
    countIf(volume > 0)                           AS contracts_traded,
    round(100 * countIf(volume > 0) / count(), 1) AS traded_pct
FROM global_markets.options_greeks
WHERE date = '2026-08-19'
  AND underlying_symbol IN ('SPY', 'AAPL', 'NVDA', 'MSFT', 'KO', 'TSLA')
GROUP BY underlying_symbol
ORDER BY contracts_priced 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 analysiswhat-historical-tick-data-costs
intraday_shape ranking 16×2 → venue_split ranking 12×3 → trades_vs_quotes ranking 5×4 → daily_record_counts series 21×3 → Top 25 weekly-options underlyings by distinct contracts traded, with expiration weekdays ranking 25×4 → Annualized volatility vs total return, 25 large caps, calmest to wildest (~2 years) ranking 25×3 → See all 2,549 queries →