{"slug":"spcx-week-2026-07-06-deep-dive","qid":"symbol_history","label":"The symbol's trading history by month: the gap and the new entity's arrival","post_title":"SPCX: The Week It Went Underwater","post_url":"/blog/spcx-week-2026-07-06-deep-dive#q-symbol_history","columns":["month","minute_bars","low_usd","high_usd","shares_m"],"rows":[{"month":"2025-07-01","minute_bars":58,"low_usd":24.3,"high_usd":26.4,"shares_m":0.02},{"month":"2025-08-01","minute_bars":48,"low_usd":24,"high_usd":25.01,"shares_m":0.02},{"month":"2025-09-01","minute_bars":64,"low_usd":23.77,"high_usd":25.35,"shares_m":0.02},{"month":"2025-10-01","minute_bars":45,"low_usd":24.63,"high_usd":25.91,"shares_m":0.02},{"month":"2025-11-01","minute_bars":27,"low_usd":25.3,"high_usd":25.73,"shares_m":0.01},{"month":"2025-12-01","minute_bars":101,"low_usd":21.32,"high_usd":25.57,"shares_m":0.04},{"month":"2026-01-01","minute_bars":46,"low_usd":21.67,"high_usd":22.51,"shares_m":0.02},{"month":"2026-02-01","minute_bars":30,"low_usd":21.69,"high_usd":22.57,"shares_m":0.01},{"month":"2026-03-01","minute_bars":64,"low_usd":21.62,"high_usd":22.59,"shares_m":0.04},{"month":"2026-04-01","minute_bars":13,"low_usd":21.92,"high_usd":23.64,"shares_m":0.01},{"month":"2026-06-01","minute_bars":10960,"low_usd":146.88,"high_usd":225.64,"shares_m":2168.65},{"month":"2026-07-01","minute_bars":6608,"low_usd":145.07,"high_usd":176.14,"shares_m":485.33}],"shape":"series","sql":"SELECT\n    toStartOfMonth(window_start) 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    round(toFloat64(sum(volume)) / 1e6, 2) AS shares_m\nFROM global_markets.delayed_stocks_minute_aggs\nWHERE ticker = 'SPCX'\n  AND window_start >= toDateTime('2025-07-01 00:00:00') AND window_start < toDateTime('2026-07-11 00:00:00')\nGROUP BY month\nORDER BY month","computed_at":"2026-07-26T06:14:10.885500+00:00","elapsed":0.4835469}