STRASMORE/EXPLORE 2,469 QUERIES

SPY share volume by ET clock hour, June 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-08-07, from Time in Force Explained: Day, GTC, IOC, FOK.

as of series 16×2read in context →
SPY share volume by ET clock hour, June 2026 — 16 rows by 2 columns, computed from US exchange, SIP and OPRA data.
et_timepct_of_volume
04:000.27
05:000.11
06:000.11
07:000.48
08:000.71
09:009.32
10:0011.21
11:0010.17
12:008.14
13:008.51
14:0010.42
15:0025.02
16:0014.42
17:000.64
18:000.28
19:000.17
Rows × columns
16 × 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 SPY share volume by ET clock hour, June 2026, derived from the stored result.
ColumnTypeRangeNotes
et_time text 16 distinct values (04:00, 05:00, 06:00…)
pct_of_volume number 0.11 to 25.02 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
    formatDateTime(toStartOfHour(toTimeZone(window_start, 'America/New_York')), '%H:%i') AS et_time,
    round(100 * sum(volume) / sum(sum(volume)) OVER (), 2)                               AS pct_of_volume
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
  AND window_start >= toDateTime('2026-06-01 08:00:00', 'UTC')
  AND window_start <  toDateTime('2026-07-01 00:00:00', 'UTC')
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 analysisTime in Force Explained: Day, GTC, IOC, FOK
SPY volume per minute into the close, June 2026 session average series 16×2 US stock splits per month, forward and reverse series 12×3 Print sizes across five names, 10:00 to 11:00 a.m. ET on 2026-06-10 ranking 5×3 Share of SPY's regular-session volume by five-minute ET bucket series 79×2 SPY minute volume into the close, June 30 2026 (quarter end) series 31×2 How far one index ETF travelled inside each recent session series 29×4 See all 2,469 queries →