STRASMORE/EXPLORE 2,170 QUERIES

Entity receipt: the old SPCX tape ends in April 2026, May is silent, SpaceX lists June 12

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 5×6read in context →
Entity receipt: the old SPCX tape ends in April 2026, May is silent, SpaceX lists June 12 — 5 rows by 6 columns, computed from US exchange, SIP and OPRA data.
monthminute_barslow_usdhigh_usdspacex_listing_dateissuer
2026-014621.6722.512026-06-12Space Exploration Technologies Corp.
2026-023021.6922.572026-06-12Space Exploration Technologies Corp.
2026-036421.6222.592026-06-12Space Exploration Technologies Corp.
2026-041321.9223.642026-06-12Space Exploration Technologies Corp.
2026-0610960146.88225.642026-06-12Space Exploration Technologies Corp.
Rows × columns
5 × 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 Entity receipt: the old SPCX tape ends in April 2026, May is silent, SpaceX lists June 12, derived from the stored result.
ColumnTypeRangeNotes
month date 2026-01 to 2026-06
minute_bars number 13 to 10,960
low_usd number 21.62 to 146.88 US dollars
high_usd number 22.51 to 225.64 US dollars
spacex_listing_date date 2026-06-12
issuer text 1 distinct value (Space Exploration Technologies Corp.)

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
WITH
    (
        SELECT (toString(listing_date), issuer_name)
        FROM global_markets.stocks_ipos
        WHERE ticker = 'SPCX'
        ORDER BY listing_date DESC LIMIT 1
    ) AS ipo
SELECT
    formatDateTime(toStartOfMonth(window_start), '%Y-%m') AS month,
    count() AS minute_bars,
    round(min(toFloat64(low)), 2) AS low_usd,
    round(max(toFloat64(high)), 2) AS high_usd,
    ipo.1 AS spacex_listing_date,
    ipo.2 AS issuer
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPCX'
  AND window_start >= '2026-01-01 00:00:00' AND window_start < '2026-07-01 00:00:00'
GROUP BY month
ORDER BY month

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 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 →