STRASMORE/EXPLORE 2,170 QUERIES

Every SPCX closing cross since the June 12 listing: size, share of the day, and the official close it 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-09, from SpaceX Joins the Nasdaq-100: The Index-Add Trade.

as of series 15×6read in context →
Every SPCX closing cross since the June 12 listing: size, share of the day, and the official close it set — 15 rows by 6 columns, computed from US exchange, SIP and OPRA data.
sessionauction_shares_mauction_pct_of_dayday_matched_shares_mofficial_closecode8_prints
2026-06-127.851.5522.3160.952
2026-06-153.991.6257192.52
2026-06-164.981.5322.6201.81
2026-06-173.691.8201.7191.821
2026-06-1852.2819.2272.21851
2026-06-223.972.3169.2154.62
2026-06-233.22157.3156.111
2026-06-242.583.476.1154.541
2026-06-252.984.862.21531
2026-06-2639.5631.1127.3153.231
2026-06-298.6310.681.4164.191
2026-06-305.927.282170.861
2026-07-015.384.8112.4157.541
2026-07-022.584.261.61621
2026-07-0674.9439.7188.9160.421
Rows × columns
15 × 6
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 Every SPCX closing cross since the June 12 listing: size, share of the day, and the official close it set, derived from the stored result.
ColumnTypeRangeNotes
session date 2026-06-12 to 2026-07-06
auction_shares_m number 2.58 to 74.94 count
auction_pct_of_day number 1.5 to 39.7 percent
day_matched_shares_m number 61.6 to 522.3 count
official_close number 153 to 201.8 US dollars
code8_prints number 1 to 2

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
    toDate(toTimeZone(sip_timestamp, 'America/New_York')) AS session,
    round(toFloat64(maxIf(size, has(conditions, 8))) / 1e6, 2) AS auction_shares_m,
    round(100 * toFloat64(maxIf(size, has(conditions, 8))) / toFloat64(sumIf(size, NOT hasAny(conditions, [15, 16, 38]))), 1) AS auction_pct_of_day,
    round(toFloat64(sumIf(size, NOT hasAny(conditions, [15, 16, 38]))) / 1e6, 1) AS day_matched_shares_m,
    round(toFloat64(argMaxIf(price, (size, sip_timestamp), has(conditions, 8))), 2) AS official_close,
    countIf(has(conditions, 8)) AS code8_prints
FROM global_markets.stocks_trades
WHERE ticker = 'SPCX'
  AND sip_timestamp >= '2026-06-12 00:00:00' AND sip_timestamp < '2026-07-07 00:00:00'
GROUP BY 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 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 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 July 6's matched volume by where it printed: the cross, continuous on-exchange, off-exchange (TRF) ranking 3×4 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 →