{"slug":"spacex-nasdaq-100-index-add","qid":"jul7_morning","label":"The morning after: July 7, 2026 through 12:59 p.m. ET (window pinned by design; see data notes)","post_title":"SpaceX Joins the Nasdaq-100: The Index-Add Trade","post_url":"/blog/spacex-nasdaq-100-index-add#q-jul7_morning","columns":["morning_bars","last_bar_et","open_0930","open_below_monday_close_pct","morning_low","morning_high","px_1259_et","px_1259_below_monday_close_pct","morning_shares_m","monday_official_close"],"rows":[{"morning_bars":210,"last_bar_et":"12:59","open_0930":158.92,"open_below_monday_close_pct":0.9,"morning_low":150.12,"morning_high":159.3,"px_1259_et":152.01,"px_1259_below_monday_close_pct":5.2,"morning_shares_m":42.9,"monday_official_close":160.42}],"shape":"scalar","sql":"WITH\n    (\n        SELECT round(toFloat64(argMaxIf(price, (size, sip_timestamp), has(conditions, 8))), 2)\n        FROM global_markets.stocks_trades\n        WHERE ticker = 'SPCX'\n          AND sip_timestamp >= '2026-07-06 00:00:00' AND sip_timestamp < '2026-07-07 00:00:00'\n    ) AS monday_close\nSELECT\n    count() AS morning_bars,\n    formatDateTime(toTimeZone(max(window_start), 'America/New_York'), '%H:%i') AS last_bar_et,\n    round(toFloat64(argMin(open, window_start)), 2) AS open_0930,\n    round((1 - toFloat64(argMin(open, window_start)) / monday_close) * 100, 1) AS open_below_monday_close_pct,\n    round(min(toFloat64(low)), 2) AS morning_low,\n    round(max(toFloat64(high)), 2) AS morning_high,\n    round(toFloat64(argMax(close, window_start)), 2) AS px_1259_et,\n    round((1 - toFloat64(argMax(close, window_start)) / monday_close) * 100, 1) AS px_1259_below_monday_close_pct,\n    round(toFloat64(sum(volume)) / 1e6, 1) AS morning_shares_m,\n    monday_close AS monday_official_close\nFROM global_markets.delayed_stocks_minute_aggs\nWHERE ticker = 'SPCX'\n  AND window_start >= '2026-07-07 13:30:00' AND window_start < '2026-07-07 17:00:00'","computed_at":"2026-07-09T07:03:56.179654+00:00","elapsed":1.316309022}