STRASMORE/EXPLORE 2,469 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-22, from after-hours-trading-on-holidays-and-weekends.

as of ranking 15×4read in context →
session_clock — 15 rows by 4 columns, computed from US exchange, SIP and OPRA data.
et_hournormal_wednesday_barsholiday_thursday_barshalf_day_friday_bars
04:0050054
05:0057046
06:0056042
07:0060055
08:0060060
09:0060060
10:0060060
11:0060060
12:0060060
13:006001
14:006000
15:006000
16:0059049
17:005200
18:005100
Rows × columns
15 × 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 session_clock, derived from the stored result.
ColumnTypeRangeNotes
et_hour text 15 distinct values (04:00, 05:00, 06:00…)
normal_wednesday_bars number 50 to 60
holiday_thursday_bars number every row is 0
half_day_friday_bars number 0 to 60

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:00')    AS et_hour,
    countIf(toDate(toTimeZone(window_start, 'America/New_York')) = '2025-11-26') AS normal_wednesday_bars,
    countIf(toDate(toTimeZone(window_start, 'America/New_York')) = '2025-11-27') AS holiday_thursday_bars,
    countIf(toDate(toTimeZone(window_start, 'America/New_York')) = '2025-11-28') AS half_day_friday_bars
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
  AND window_start >= '2025-11-26 00:00:00'
  AND window_start <  '2025-11-29 06:00:00'
  AND toDate(toTimeZone(window_start, 'America/New_York')) IN ('2025-11-26', '2025-11-27', '2025-11-28')
GROUP BY et_hour
ORDER BY et_hour
⌘/Ctrl + Enter
More from this analysisafter-hours-trading-on-holidays-and-weekends
upcoming_closures series 12×7 closure_window series 12×5 weekday_tape series 7×4 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 SPY options median spread by expiration date, near-the-money strikes only ranking 25×4 See all 2,469 queries →