STRASMORE/EXPLORE 2,170 QUERIES

The IPO record: the entity behind SPCX since June 12, 2026

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-27, from SPCX: SpaceX's First Month on the Public Market.

as of scalar 1×8read in context →
listing date
2026-06-12
issuer
Space Exploration Technologies Corp.
final issue price usd
135
offer size busd
75
max shares offered m
555.6
listing exchange
XNAS
security
Ordinary Shares - Class A
fundamentals rows
0
Rows × columns
1 × 8
Period covered
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 The IPO record: the entity behind SPCX since June 12, 2026, derived from the stored result.
ColumnTypeRangeNotes
listing_date date 2026-06-12
issuer text 1 distinct value (Space Exploration Technologies Corp.)
final_issue_price_usd number every row is 135 US dollars
offer_size_busd number every row is 75
max_shares_offered_m number every row is 555.6 count
listing_exchange text 1 distinct value (XNAS)
security text 1 distinct value (Ordinary Shares - Class A)
fundamentals_rows number every row is 0

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), toFloat64(final_issue_price), round(toFloat64(total_offer_size) / 1e9, 1),
                primary_exchange, issuer_name, security_description, toFloat64(max_shares_offered))
        FROM global_markets.stocks_ipos
        WHERE ticker = 'SPCX'
        ORDER BY listing_date DESC LIMIT 1
    ) AS ipo,
    (SELECT count() FROM global_markets.stocks_balance_sheets WHERE cik = '0001181412' OR has(tickers, 'SPCX')) AS bs_rows,
    (SELECT count() FROM global_markets.stocks_cash_flow_statements WHERE cik = '0001181412' OR has(tickers, 'SPCX')) AS cf_rows,
    (SELECT count() FROM global_markets.stocks_income_statements WHERE cik = '0001181412' OR has(tickers, 'SPCX')) AS is_rows
SELECT
    ipo.1 AS listing_date,
    ipo.5 AS issuer,
    round(ipo.2, 2) AS final_issue_price_usd,
    ipo.3 AS offer_size_busd,
    round(ipo.7 / 1e6, 1) AS max_shares_offered_m,
    ipo.4 AS listing_exchange,
    ipo.6 AS security,
    bs_rows + cf_rows + is_rows AS fundamentals_rows

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 analysisSPCX: SpaceX's First Month on the Public Market
The whole SPCX tape in one row: prints, print sizes, and the quote census scalar 1×12 The first short-interest print, with the old-entity cliff as its own receipt scalar 1×9 SpaceX's options market in one row: totals, expiry structure, flagship contracts scalar 1×22 The information flow in one row: tagging switches on, feed composition, co-tags scalar 1×17 The month on one row: issue to close, with the extremes and their receipts scalar 1×22 Listing day on one row: first quote, opening cross, closing cross, day totals scalar 1×14 See all 2,170 queries →