STRASMORE/EXPLORE 2,170 QUERIES

Quoted spread through one session, AAPL and KO, July 16 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-15, from How to Become a Registered Market Maker.

as of series 26×3read in context →
Quoted spread through one session, AAPL and KO, July 16 2026 — 26 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timeaapl_spread_bpsko_spread_bps
09:302.72.98
09:451.772.2
10:001.892
10:151.441.5
10:301.191.56
10:451.361.58
11:001.241.48
11:151.171.47
11:301.141.36
11:451.051.47
12:001.281.37
12:151.191.43
12:301.21.48
12:451.131.59
13:000.91.44
13:150.871.51
13:3011.39
13:451.171.39
14:001.341.43
14:151.741.38
14:301.11.35
14:450.841.4
15:000.811.42
15:150.751.41
15:300.751.39
15:450.951.31
Rows × columns
26 × 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 Quoted spread through one session, AAPL and KO, July 16 2026, derived from the stored result.
ColumnTypeRangeNotes
et_time date 09:30 to 15:45
aapl_spread_bps number 0.75 to 2.7
ko_spread_bps number 1.31 to 2.98

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(toStartOfFifteenMinutes(toTimeZone(sip_timestamp, 'America/New_York')), '%H:%i') AS et_time,
    round(avgIf(10000 * (toFloat64(ask_price) - toFloat64(bid_price))
                / ((toFloat64(ask_price) + toFloat64(bid_price)) / 2), ticker = 'AAPL'), 2) AS aapl_spread_bps,
    round(avgIf(10000 * (toFloat64(ask_price) - toFloat64(bid_price))
                / ((toFloat64(ask_price) + toFloat64(bid_price)) / 2), ticker = 'KO'), 2)   AS ko_spread_bps
FROM global_markets.cache_stocks_quotes
WHERE ticker IN ('AAPL', 'KO')
  AND sip_timestamp >= toDateTime('2026-07-16 13:30:00')
  AND sip_timestamp <  toDateTime('2026-07-16 20:00:00')
  AND bid_price > 0
  AND ask_price > bid_price
GROUP BY et_time
HAVING countIf(ticker = 'AAPL') > 0
   AND countIf(ticker = 'KO') > 0
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 analysisHow to Become a Registered Market Maker
Listed AAPL option contracts by expiration, July 16 2026 series 24×4 Venues publishing a bid in AAPL over one half hour, July 16 2026 ranking 16×4 Average quoted spread across six household names, midday July 16 2026 ranking 6×3 AAPL average quoted spread by half-hour (ET), one extended session series 32×2 AAPL trades by venue, latest session: off-exchange first ranking 19×4 Average quoted spread: liquid mega-caps vs a thin small-cap (past week) ranking 3×4 See all 2,170 queries →