STRASMORE/EXPLORE 2,170 QUERIES

NVDA median quoted spread by session, regular hours (bps of midpoint)

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-26, from NVDA: Sit-Out, Then Surge, Week of July 6.

as of series 5×3read in context →
NVDA median quoted spread by session, regular hours (bps of midpoint) — 5 rows by 3 columns, computed from US exchange, SIP and OPRA data.
sessionmed_spread_bpsquote_updates
2026-07-061.021516856
2026-07-071.032411154
2026-07-081.521762259
2026-07-090.991798944
2026-07-100.962214184
Rows × columns
5 × 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 NVDA median quoted spread by session, regular hours (bps of midpoint), derived from the stored result.
ColumnTypeRangeNotes
session date 2026-07-06 to 2026-07-10
med_spread_bps number 0.96 to 1.52
quote_updates number 1,516,856 to 2,411,154

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)) / ((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
FROM global_markets.cache_stocks_quotes
WHERE ticker = 'NVDA'
  AND sip_timestamp >= toDateTime64('2026-07-06 13:30:00', 9) AND sip_timestamp < toDateTime64('2026-07-11 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 analysisNVDA: Sit-Out, Then Surge, Week of July 6
NVDA by session: close, change, shares, dollars series 5×5 NVDA vs the chip complex: close-over-close % change by session series 5×6 NVDA weekly returns, trailing ~26 weeks (open-to-close per week): where this week ranks table 27×3 The week's heaviest tickers by regular-hours dollar volume ranking 6×2 FINRA daily short volume, NVDA: with the file-completeness caveat ranking 5×3 Print-size anatomy and quote census: NVDA, full week scalar 1×5 See all 2,170 queries →