STRASMORE/EXPLORE 2,595 QUERIES

A seasoned ticker's opening auction: QQQ minute volume around 9:30 ET, September 4, 2026

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-12, from How an IPO's Opening Price Is Set.

as of series 5×2read in context →
A seasoned ticker's opening auction: QQQ minute volume around 9:30 ET, September 4, 2026 — 5 rows by 2 columns, computed from US exchange, SIP and OPRA data.
et_timeshares
09:2810650.149956
09:2911113.507785
09:30431672.159791
09:31187247.262979
09:32138608.895475
Rows × columns
5 × 2
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 A seasoned ticker's opening auction: QQQ minute volume around 9:30 ET, September 4, 2026, derived from the stored result.
ColumnTypeRangeNotes
et_time text 5 distinct values (09:28, 09:29, 09:30…)
shares number 10,650.15 to 431,672.1598 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
    formatDateTime(toTimeZone(window_start, 'America/New_York'), '%H:%i') AS et_time,
    sum(volume) AS shares
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'QQQ'
  AND window_start >= toDateTime('2026-09-04 09:28:00', 'America/New_York')
  AND window_start <  toDateTime('2026-09-04 09:33:00', 'America/New_York')
GROUP BY et_time
ORDER BY et_time
⌘/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 analysisHow an IPO's Opening Price Is Set
New symbols since June 2026: minutes between the 9:30 bell and the first print, ten heaviest first minutes series 10×4 → Listed stocks closing under $1, session by session, trailing five months series 103×3 → SPCX regular sessions since June 2026: closing price and share volume series 68×4 → Regular-hours session scoreboard: open, close, low, high, volume for every SPCX session since listing series 59×7 → Stock quote spread and depth by session: the four weeks from listing and the trailing three series 33×5 → Where SPY volume lands inside the day, 30 minute buckets, October 2024 series 32×3 → See all 2,595 queries →