STRASMORE/EXPLORE 2,648 QUERIES

open_minutes

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-26, from vix-settlement-and-the-soq.

as of series 30×3read in context →
open_minutes — 30 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timeavg_range_bpsavg_volume_thousands
09:3010.7523
09:318.5227
09:327.3192
09:336.7154
09:346.3153
09:357.3168
09:366.9157
09:376.1131
09:385.9124
09:395.6141
09:407.3164
09:416119
09:426118
09:435.9120
09:446.1118
09:457.7176
09:466.5139
09:476.1129
09:486.1133
09:496.1155
09:506.9140
09:516.4132
09:525.9114
09:535.8112
09:545.6104
09:555.9113
09:565.7109
09:575.399
09:584.8108
09:595.5107
Rows × columns
30 × 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 open_minutes, derived from the stored result.
ColumnTypeRangeNotes
et_time text 30 distinct values (09:30, 09:31, 09:32…)
avg_range_bps number 4.8 to 10.7
avg_volume_thousands number 99 to 523 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,
    round(avg((toFloat64(high) - toFloat64(low)) / toFloat64(low) * 10000), 1) AS avg_range_bps,
    round(avg(volume) / 1000, 0)                                              AS avg_volume_thousands
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
  AND window_start >= today() - 120
  AND low > 0
  AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
       + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 599
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 analysisvix-settlement-and-the-soq
settlement_ladder series 12×5 → expiry_ladder series 3×4 → strike_ladder ranking 10×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,648 queries →