STRASMORE/EXPLORE 2,648 QUERIES

Quote updates per second and average quoted spread, ten minutes on 17 June 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-08, from Price-Time Priority vs Pro-Rata Fills.

as of ranking 5×3read in context →
Quote updates per second and average quoted spread, ten minutes on 17 June 2026 — 5 rows by 3 columns, computed from US exchange, SIP and OPRA data.
symbolquote_updates_per_secondavg_spread_bps
SPY296.40.32
NVDA181.11.25
AAPL34.41.51
MSFT29.52.16
KO28.82.27
Rows × columns
5 × 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 Quote updates per second and average quoted spread, ten minutes on 17 June 2026, derived from the stored result.
ColumnTypeRangeNotes
symbol text 5 distinct values (AAPL, KO, MSFT…)
quote_updates_per_second number 28.8 to 296.4
avg_spread_bps number 0.32 to 2.27

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
    ticker                    AS symbol,
    round(count() / 600.0, 1) AS quote_updates_per_second,
    round(avg(toFloat64(ask_price) - toFloat64(bid_price))
          / avg(toFloat64(bid_price)) * 10000, 2) AS avg_spread_bps
FROM global_markets.cache_stocks_quotes
WHERE ticker IN ('AAPL', 'MSFT', 'NVDA', 'SPY', 'KO')
  AND sip_timestamp >= '2026-06-17 14:00:00'
  AND sip_timestamp <  '2026-06-17 14:10:00'
  AND bid_price > 0
  AND ask_price > bid_price
GROUP BY ticker
ORDER BY quote_updates_per_second DESC
⌘/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 analysisPrice-Time Priority vs Pro-Rata Fills
Average shares per trade print, June 2026 ranking 8×2 → AAPL option prints by contract count, 17 June 2026 ranking 5×2 → AAPL trade prints by share count, 17 June 2026 ranking 5×2 → Trade condition flags on one full session ranking 10×3 → Share of one minute windows carrying at least N shares (June 2026) ranking 9×3 → How often the quoted spread sits at a single cent (10 June 2026 session) ranking 6×3 → See all 2,648 queries →