STRASMORE/EXPLORE 2,170 QUERIES

Raw vs SIP-counted volume, applying the derived exclusion set

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.

as of scalar 1×4read in context →
raw shares bn
24.79
matched shares bn
20.66
excluded shares bn
4.13
excluded prints
91,175
Rows × columns
1 × 4
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 Raw vs SIP-counted volume, applying the derived exclusion set, derived from the stored result.
ColumnTypeRangeNotes
raw_shares_bn number every row is 24.79 count
matched_shares_bn number every row is 20.66 count
excluded_shares_bn number every row is 4.13 count
excluded_prints number every row is 91,175

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
    round(toFloat64(sum(size)) / 1e9, 2) AS raw_shares_bn,
    round(toFloat64(sumIf(size, NOT hasAny(conditions, [15, 16, 38]))) / 1e9, 2) AS matched_shares_bn,
    round(toFloat64(sumIf(size, hasAny(conditions, [15, 16, 38]))) / 1e9, 2) AS excluded_shares_bn,
    countIf(hasAny(conditions, [15, 16, 38])) AS excluded_prints
FROM global_markets.stocks_trades
WHERE sip_timestamp >= '2026-06-29 00:00:00' AND sip_timestamp < '2026-06-30 00:00:00'

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
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 exclusion set, derived from the tape's own code dictionary (one row) scalar 1×3 The receipt: CAG's closing auction and its code-15 re-report, side by side scalar 1×6 See all 2,170 queries →