The exclusion set, derived from the tape's own code dictionary (one row)
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 Microstructure Deep-Dive: June 29, 2026.
excluded codes
3
excluded id checksum
69
codes
15 Market Center Official Close · 16 Market Center Official Open · 38 Corrected Consolidated Close (per listing market)
- Rows × columns
- 1 × 3
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
excluded_codes |
number | every row is 3 | |
excluded_id_checksum |
number | every row is 69 | |
codes |
text | 1 distinct value |
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
count() AS excluded_codes,
sum(id) AS excluded_id_checksum,
arrayStringConcat(arraySort(groupArray(concat(toString(id), ' ', name))), ' · ') AS codes
FROM global_markets.stocks_condition_codes
WHERE asset_class = 'stocks'
AND type = 'sale_condition'
AND JSONExtractBool(update_rules, 'consolidated', 'updates_volume') = 0
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 analysisMicrostructure Deep-Dive: June 29, 2026
Raw vs SIP-counted volume, applying the derived exclusion set
scalar 1×4
→
One day of trades: session check plus the size of every print
scalar 1×8
→
SPY under the microscope: nanosecond gaps, the spread two ways, quote quality
scalar 1×12
→
The whole NBBO stream in one row: QQQ and NVDA pinned by name
scalar 1×5
→
How many of the ten busiest minutes fall outside the open and the close
scalar 1×4
→
The receipt: CAG's closing auction and its code-15 re-report, side by side
scalar 1×6
→
See all 2,170 queries →