STRASMORE/EXPLORE 2,549 QUERIES

intraday_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-24, from what-historical-tick-data-costs.

as of ranking 16×2read in context →
intraday_shape — 16 rows by 2 columns, computed from US exchange, SIP and OPRA data.
et_hourspy_trade_thousands
04:002.4
05:000.5
06:000.4
07:001.2
08:0011.8
09:0067.8
10:0093.2
11:0070.4
12:0053.4
13:0049.6
14:0050.6
15:00107.7
16:005.3
17:001.3
18:001.2
19:000.7
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 intraday_shape, derived from the stored result.
ColumnTypeRangeNotes
et_hour text 16 distinct values (04:00, 05:00, 06:00…)
spy_trade_thousands number 0.4 to 107.7

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:00') AS et_hour,
    round(sum(transactions) / 1000, 1)                                                   AS spy_trade_thousands
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
  AND window_start >= toDateTime('2026-08-19 08:00:00')
  AND window_start <  toDateTime('2026-08-20 08:00:00')
GROUP BY et_hour
ORDER BY et_hour
⌘/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 analysiswhat-historical-tick-data-costs
venue_split ranking 12×3 → chain_breadth ranking 6×4 → trades_vs_quotes ranking 5×4 → daily_record_counts series 21×3 → 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 → See all 2,549 queries →