STRASMORE/EXPLORE 2,170 QUERIES

July 6's matched volume by where it printed: the cross, continuous on-exchange, off-exchange (TRF)

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-09, from SpaceX Joins the Nasdaq-100: The Index-Add Trade.

as of ranking 3×4read in context →
July 6's matched volume by where it printed: the cross, continuous on-exchange, off-exchange (TRF) — 3 rows by 4 columns, computed from US exchange, SIP and OPRA data.
bucketshares_mpct_of_matchedprints
Closing auction (one print)74.939.71
Off-exchange (TRF)68.836.4598632
On-exchange, continuous45.123.9644125
Rows × columns
3 × 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 July 6's matched volume by where it printed: the cross, continuous on-exchange, off-exchange (TRF), derived from the stored result.
ColumnTypeRangeNotes
bucket text 3 distinct values
shares_m number 45.1 to 74.9 count
pct_of_matched number 23.9 to 39.7 percent
prints number 1 to 644,125

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
    multiIf(has(conditions, 8), 'Closing auction (one print)', exchange = 4, 'Off-exchange (TRF)', 'On-exchange, continuous') AS bucket,
    round(toFloat64(sum(size)) / 1e6, 1) AS shares_m,
    round(100 * toFloat64(sum(size)) / sum(toFloat64(sum(size))) OVER (), 1) AS pct_of_matched,
    count() AS prints
FROM global_markets.stocks_trades
WHERE ticker = 'SPCX'
  AND sip_timestamp >= '2026-07-06 00:00:00' AND sip_timestamp < '2026-07-07 00:00:00'
  AND NOT hasAny(conditions, [15, 16, 38])
GROUP BY bucket
ORDER BY bucket

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 analysisSpaceX Joins the Nasdaq-100: The Index-Add Trade
July 6, 2026 in five-minute buckets: the slide, the late climb, and the volume underneath series 78×3 Every SPCX closing cross since the June 12 listing: size, share of the day, and the official close it set series 15×6 Entity receipt: the old SPCX tape ends in April 2026, May is silent, SpaceX lists June 12 series 5×6 Levine's three sessions on our tape: day volume, the closing cross, and the cross's share of the day series 3×7 The morning after: July 7, 2026 through 12:59 p.m. ET (window pinned by design; see data notes) scalar 1×10 The add-eve receipts row: checkpoints, the last continuous trade, and the auction print itself scalar 1×23 See all 2,170 queries →