{"slug":"spacex-nasdaq-100-index-add","qid":"entity_receipt","label":"Entity receipt: the old SPCX tape ends in April 2026, May is silent, SpaceX lists June 12","post_title":"SpaceX Joins the Nasdaq-100: The Index-Add Trade","post_url":"/blog/spacex-nasdaq-100-index-add#q-entity_receipt","columns":["month","minute_bars","low_usd","high_usd","spacex_listing_date","issuer"],"rows":[{"month":"2026-01","minute_bars":46,"low_usd":21.67,"high_usd":22.51,"spacex_listing_date":"2026-06-12","issuer":"Space Exploration Technologies Corp."},{"month":"2026-02","minute_bars":30,"low_usd":21.69,"high_usd":22.57,"spacex_listing_date":"2026-06-12","issuer":"Space Exploration Technologies Corp."},{"month":"2026-03","minute_bars":64,"low_usd":21.62,"high_usd":22.59,"spacex_listing_date":"2026-06-12","issuer":"Space Exploration Technologies Corp."},{"month":"2026-04","minute_bars":13,"low_usd":21.92,"high_usd":23.64,"spacex_listing_date":"2026-06-12","issuer":"Space Exploration Technologies Corp."},{"month":"2026-06","minute_bars":10960,"low_usd":146.88,"high_usd":225.64,"spacex_listing_date":"2026-06-12","issuer":"Space Exploration Technologies Corp."}],"shape":"series","sql":"WITH\n    (\n        SELECT (toString(listing_date), issuer_name)\n        FROM global_markets.stocks_ipos\n        WHERE ticker = 'SPCX'\n        ORDER BY listing_date DESC LIMIT 1\n    ) AS ipo\nSELECT\n    formatDateTime(toStartOfMonth(window_start), '%Y-%m') AS month,\n    count() AS minute_bars,\n    round(min(toFloat64(low)), 2) AS low_usd,\n    round(max(toFloat64(high)), 2) AS high_usd,\n    ipo.1 AS spacex_listing_date,\n    ipo.2 AS issuer\nFROM global_markets.delayed_stocks_minute_aggs\nWHERE ticker = 'SPCX'\n  AND window_start >= '2026-01-01 00:00:00' AND window_start < '2026-07-01 00:00:00'\nGROUP BY month\nORDER BY month","computed_at":"2026-07-09T07:03:24.176152+00:00","elapsed":0.60310474}