STRASMORE/EXPLORE 2,170 QUERIES

The spread by session: regular-hours median in cents and basis points

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-07-13, from MU: The Biggest Tape of June 2026.

as of series 21×5read in context →
The spread by session: regular-hours median in cents and basis points — 21 rows by 5 columns, computed from US exchange, SIP and OPRA data.
sessionmed_spread_centsmed_spread_bpsquote_updatesinvalid_dropped
2026-06-01413.96497073428
2026-06-02403.84482044467
2026-06-03464.31389386341
2026-06-04414.1546741456
2026-06-05414.459462201190
2026-06-08394.08713643406
2026-06-09525.681165907595
2026-06-10475.13905403668
2026-06-11495.3112089022487
2026-06-12525.27532349273
2026-06-15413.81740689450
2026-06-16535.04924925227
2026-06-17524.971195996252
2026-06-18413.651327917617
2026-06-22443.715801441139
2026-06-23454.2940595554
2026-06-245251051175537
2026-06-2557.54.788155321003
2026-06-265851030596412
2026-06-29504.62748086414
2026-06-30484.19441718316
Rows × columns
21 × 5
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 The spread by session: regular-hours median in cents and basis points, derived from the stored result.
ColumnTypeRangeNotes
session date 2026-06-01 to 2026-06-30
med_spread_cents number 39 to 58
med_spread_bps number 3.65 to 5.68
quote_updates number 389,386 to 1,580,144
invalid_dropped number 227 to 2,487

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 session,
    round(quantileDeterministicIf(0.5)(toFloat64(ask_price) - toFloat64(bid_price), toUInt64(toUnixTimestamp64Micro(sip_timestamp)), bid_price > 0 AND ask_price >= bid_price) * 100, 1) AS med_spread_cents,
    round(quantileDeterministicIf(0.5)((toFloat64(ask_price) - toFloat64(bid_price)) / ((toFloat64(ask_price) + toFloat64(bid_price)) / 2) * 10000, toUInt64(toUnixTimestamp64Micro(sip_timestamp)), bid_price > 0 AND ask_price >= bid_price), 2) AS med_spread_bps,
    count() AS quote_updates,
    countIf(NOT (bid_price > 0 AND ask_price > 0 AND ask_price >= bid_price)) AS invalid_dropped
FROM global_markets.cache_stocks_quotes
WHERE ticker = 'MU'
  AND sip_timestamp >= toDateTime64('2026-06-01 13:30:00', 9) AND sip_timestamp < toDateTime64('2026-07-01 00:00:00', 9)
  AND (toHour(sip_timestamp) * 60 + toMinute(sip_timestamp)) BETWEEN 810 AND 1199
GROUP BY toDate(toTimeZone(sip_timestamp, 'America/New_York')) AS session
ORDER BY session

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 analysisMU: The Biggest Tape of June 2026
The 21 sessions: close, close-over-close change, full-day volume series 21×4 Where the contracts landed: call and put volume by strike bucket ranking 16×4 FINRA off-exchange short volume: MU's June coverage and marked-short share ranking 16×3 What June's MU coverage was about: the vendor's own article tags, counted ranking 10×3 The whole US tape ranked by June 2026 regular-hours dollar volume (one reused-symbol listing excluded pending entity verification) ranking 10×3 June side by side: the memory/storage basket, NVDA, and SPY table 6×5 See all 2,170 queries →