STRASMORE/EXPLORE 2,549 QUERIES

session_clock

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 us-stock-market-hours-mountain-time.

as of series 13×3read in context →
session_clock — 13 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timedenver_timeavg_volume_millions
09:3007:303.75
10:0008:002.7
10:3008:302.26
11:0009:002.59
11:3009:301.93
12:0010:001.61
12:3010:301.45
13:0011:001.5
13:3011:301.23
14:0012:001.71
14:3012:302.28
15:0013:002.39
15:3013:307.03
Rows × columns
13 × 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 session_clock, derived from the stored result.
ColumnTypeRangeNotes
et_time text 13 distinct values (09:30, 10:00, 10:30…)
denver_time text 13 distinct values (07:30, 08:00, 08:30…)
avg_volume_millions number 1.23 to 7.03 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(toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 30 MINUTE), '%H:%i') AS et_time,
    formatDateTime(toStartOfInterval(toTimeZone(window_start, 'America/Denver'),   INTERVAL 30 MINUTE), '%H:%i') AS denver_time,
    round(sum(volume)
          / uniqExact(toDate(toTimeZone(window_start, 'America/New_York')))
          / 1e6, 2) AS avg_volume_millions
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
  AND window_start >= today() - 45
  AND window_start <  today() - 2
  AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
       + toMinute(toTimeZone(window_start, 'America/New_York'))) >= 570
  AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
       + toMinute(toTimeZone(window_start, 'America/New_York'))) < 960
GROUP BY et_time, denver_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 analysisus-stock-market-hours-mountain-time
open_by_zone series 14×6 → closures_mt series 12×8 → phoenix_open_split ranking 2×3 → The 2s10s spread by month, full history series 604×5 → One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 → 3m10y and 2s10s spreads, monthly averages over twenty years series 241×4 → See all 2,549 queries →