STRASMORE/EXPLORE 2,170 QUERIES

Average NBBO spread and the midpoint saving, 10:00 to 11:00 a.m. ET, 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-09, from Midpoint Peg Orders Explained: Half-Cent Fills.

as of ranking 6×3read in context →
Average NBBO spread and the midpoint saving, 10:00 to 11:00 a.m. ET, June 17 2026 — 6 rows by 3 columns, computed from US exchange, SIP and OPRA data.
symbolspread_centshalf_spread_cents
KO1.550.78
SPY2.381.19
NVDA2.411.2
AAPL3.821.91
MSFT6.223.11
BLK170.7685.38
Rows × columns
6 × 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 Average NBBO spread and the midpoint saving, 10:00 to 11:00 a.m. ET, June 17 2026, derived from the stored result.
ColumnTypeRangeNotes
symbol text 6 distinct values (AAPL, BLK, KO…)
spread_cents number 1.55 to 170.76
half_spread_cents number 0.78 to 85.38

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
    ticker                                                            AS symbol,
    round(avg(toFloat64(ask_price) - toFloat64(bid_price)) * 100, 2)  AS spread_cents,
    round(avg(toFloat64(ask_price) - toFloat64(bid_price)) * 50, 2)   AS half_spread_cents
FROM global_markets.cache_stocks_quotes
WHERE ticker IN ('SPY', 'KO', 'AAPL', 'MSFT', 'NVDA', 'BLK')
  AND sip_timestamp >= '2026-06-17 14:00:00'
  AND sip_timestamp <  '2026-06-17 15:00:00'
  AND bid_price > 0
  AND ask_price > bid_price
GROUP BY ticker
ORDER BY spread_cents ASC

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 analysisMidpoint Peg Orders Explained: Half-Cent Fills
Sub-penny print share by reporting route, off exchange against lit exchange ranking 6×3 Share of trades printed off the penny grid, 10:00 to 11:00 a.m. ET, June 17 2026 ranking 6×3 BLK quoted spread and quote activity by half-hour ET bucket, June 17 2026 series 16×3 AAPL's ten largest overnight gaps down, Jan 2023 to Jun 2026 ranking 10×2 Opening and closing windows as a share of regular-session volume ranking 8×3 Share of SPY sessions reaching a given distance from the open (Aug 2023 to Jul 2026) ranking 6×3 See all 2,170 queries →