STRASMORE/EXPLORE 2,170 QUERIES

Level 1 top of book: quoted spread across a full session (AAPL, June 17 2026)

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-08-07, from Level 1 vs Level 2 vs Level 3 Market Data.

as of series 32×3read in context →
Level 1 top of book: quoted spread across a full session (AAPL, June 17 2026) — 32 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timespread_centsspread_bps
04:0037.3812.51
04:3059.1519.8
05:0027.639.25
05:3031.9110.68
06:0021.557.21
06:3021.177.09
07:0016.955.67
07:3021.57.19
08:0018.16.06
08:3012.794.28
09:0019.736.57
09:305.451.81
10:003.651.22
10:303.961.32
11:003.321.11
11:302.720.91
12:002.670.89
12:302.160.73
13:002.420.82
13:302.160.73
14:003.481.18
14:303.11.05
15:003.131.06
15:302.890.98
16:0019.896.72
16:3025.678.67
17:0047.9716.11
17:3015.855.33
18:0014.034.72
18:3019.496.55
19:0021.167.12
19:3016.855.67
Rows × columns
32 × 3
Period covered
to
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 Level 1 top of book: quoted spread across a full session (AAPL, June 17 2026), derived from the stored result.
ColumnTypeRangeNotes
et_time date 04:00 to 19:30
spread_cents number 2.16 to 59.15
spread_bps number 0.73 to 19.8

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(sip_timestamp, 'America/New_York'), INTERVAL 30 MINUTE),
        '%H:%i'
    )                                                                      AS et_time,
    round(avg(toFloat64(ask_price) - toFloat64(bid_price)) * 100, 2)       AS spread_cents,
    round(avg((toFloat64(ask_price) - toFloat64(bid_price))
              / ((toFloat64(ask_price) + toFloat64(bid_price)) / 2)) * 10000, 2) AS spread_bps
FROM global_markets.cache_stocks_quotes
WHERE ticker = 'AAPL'
  AND sip_timestamp >= '2026-06-17 08:00:00'
  AND sip_timestamp <  '2026-06-18 00:00:00'
  AND bid_price > 0
  AND ask_price > bid_price
  AND (toFloat64(ask_price) - toFloat64(bid_price)) / toFloat64(bid_price) < 0.05
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 analysisLevel 1 vs Level 2 vs Level 3 Market Data
Top-of-book message rate, minute by minute (NVDA, one hour) series 60×3 Executed volume by price level: the traded ladder (KO, 30 minutes) table 63×3 Top-of-book spread and quote message count by name (10:00 to 11:00 a.m. ET) ranking 5×3 Consolidated spread vs single venue spread, AAPL, June 17 2026 series 90×4 Live price against a 15 minute delayed view, one SPY session series 37×5 Listed names averaging above $250 a share, by month series 24×2 See all 2,170 queries →