{"slug":"spacex-spcx-first-month","qid":"ipo_record","label":"The IPO record: the entity behind SPCX since June 12, 2026","post_title":"SPCX: SpaceX's First Month on the Public Market","post_url":"/blog/spacex-spcx-first-month#q-ipo_record","columns":["listing_date","issuer","final_issue_price_usd","offer_size_busd","max_shares_offered_m","listing_exchange","security","fundamentals_rows"],"rows":[{"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}],"shape":"scalar","sql":"WITH\n    (\n        SELECT (toString(listing_date), toFloat64(final_issue_price), round(toFloat64(total_offer_size) / 1e9, 1),\n                primary_exchange, issuer_name, security_description, toFloat64(max_shares_offered))\n        FROM global_markets.stocks_ipos\n        WHERE ticker = 'SPCX'\n        ORDER BY listing_date DESC LIMIT 1\n    ) AS ipo,\n    (SELECT count() FROM global_markets.stocks_balance_sheets WHERE cik = '0001181412' OR has(tickers, 'SPCX')) AS bs_rows,\n    (SELECT count() FROM global_markets.stocks_cash_flow_statements WHERE cik = '0001181412' OR has(tickers, 'SPCX')) AS cf_rows,\n    (SELECT count() FROM global_markets.stocks_income_statements WHERE cik = '0001181412' OR has(tickers, 'SPCX')) AS is_rows\nSELECT\n    ipo.1 AS listing_date,\n    ipo.5 AS issuer,\n    round(ipo.2, 2) AS final_issue_price_usd,\n    ipo.3 AS offer_size_busd,\n    round(ipo.7 / 1e6, 1) AS max_shares_offered_m,\n    ipo.4 AS listing_exchange,\n    ipo.6 AS security,\n    bs_rows + cf_rows + is_rows AS fundamentals_rows","computed_at":"2026-07-27T00:08:45.567787+00:00","elapsed":0.003573372}