STRASMORE/EXPLORE 2,309 QUERIES

session_shape

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-17, from the-390-rule-in-options-trading.

as of series 16×3read in context →
session_shape — 16 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timebars_printedvolume_millions
09:00300.27
09:30306.78
10:00304.93
10:30302.93
11:00302.65
11:30301.78
12:00301.56
12:30301.91
13:00301.39
13:30301.05
14:00301.62
14:30301.59
15:00302.58
15:30306.49
16:00301.56
16:30290.06
Rows × columns
16 × 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_shape, derived from the stored result.
ColumnTypeRangeNotes
et_time text 16 distinct values (09:00, 09:30, 10:00…)
bars_printed number 29 to 30
volume_millions number 0.06 to 6.78 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.

the exact SQL behind every number
SELECT
    formatDateTime(toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 30 MINUTE), '%H:%i', 'America/New_York') AS et_time,
    uniqExact(window_start)                    AS bars_printed,
    round(toFloat64(sum(volume)) / 1e6, 2)     AS volume_millions
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
  AND window_start >= toDateTime('2026-09-10 13:00:00', 'UTC')
  AND window_start <  toDateTime('2026-09-10 21:00:00', 'UTC')
GROUP BY et_time
ORDER BY et_time

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 analysisthe-390-rule-in-options-trading
spy_option_pace series 14×3 one_lot_share ranking 6×4 spy_trade_sizes ranking 5×3 One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 monthly series 241×4 2s10s spread, monthly average: last 20 years series 240×2 See all 2,309 queries →