STRASMORE/EXPLORE 2,170 QUERIES

The whole US tape ranked by June 2026 regular-hours dollar volume (one reused-symbol listing excluded pending entity verification)

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-13, from MU: The Biggest Tape of June 2026.

as of ranking 10×3read in context →
The whole US tape ranked by June 2026 regular-hours dollar volume (one reused-symbol listing excluded pending entity verification) — 10 rows by 3 columns, computed from US exchange, SIP and OPRA data.
tickerregular_hours_dollar_bnpct_of_leader
MU995.7100
SPY771.577.5
QQQ672.867.6
NVDA52352.5
SNDK381.638.3
TSLA342.734.4
MRVL302.730.4
INTC272.427.4
AAPL27027.1
MSFT268.627
Rows × columns
10 × 3
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 The whole US tape ranked by June 2026 regular-hours dollar volume (one reused-symbol listing excluded pending entity verification), derived from the stored result.
ColumnTypeRangeNotes
ticker text 10 distinct values (AAPL, INTC, MRVL…)
regular_hours_dollar_bn number 268.6 to 995.7
pct_of_leader number 27 to 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.

the exact SQL behind every number
SELECT ticker,
    round(sum(toFloat64(volume) * toFloat64(close)) / 1e9, 1) AS regular_hours_dollar_bn,
    round(100 * sum(toFloat64(volume) * toFloat64(close)) / max(sum(toFloat64(volume) * toFloat64(close))) OVER (), 1) AS pct_of_leader
FROM global_markets.delayed_stocks_minute_aggs
WHERE window_start >= toDateTime('2026-06-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')
  AND (toHour(window_start) * 60 + toMinute(window_start)) BETWEEN 810 AND 1199
  AND ticker NOT IN ('SPCX')
GROUP BY ticker
ORDER BY regular_hours_dollar_bn DESC
LIMIT 10

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 analysisMU: The Biggest Tape of June 2026
Where the contracts landed: call and put volume by strike bucket ranking 16×4 FINRA off-exchange short volume: MU's June coverage and marked-short share ranking 16×3 What June's MU coverage was about: the vendor's own article tags, counted ranking 10×3 MU month by month, recomputed live: return, close, and regular-hours turnover ranking 6×4 The spread by session: regular-hours median in cents and basis points series 21×5 The 21 sessions: close, close-over-close change, full-day volume series 21×4 See all 2,170 queries →