{"slug":"spcx-week-2026-07-06-deep-dive","qid":"news_flow","label":"The week's news flow: counts, plus the three storyline receipts, quoted verbatim","post_title":"SPCX: The Week It Went Underwater","post_url":"/blog/spcx-week-2026-07-06-deep-dive#q-news_flow","columns":["week_articles","publishers","index_add_headlines","quiet_period_headline","quiet_period_date","results_headline","results_date","borrowing_headline","borrowing_date"],"rows":[{"week_articles":51,"publishers":3,"index_add_headlines":5,"quiet_period_headline":"Analysts Go All-In on SpaceX as the Quiet Period Ends","quiet_period_date":"2026-07-07","results_headline":"SpaceX Lost $4.28 Billion on $4.7 Billion in Revenue Last Quarter","results_date":"2026-07-09","borrowing_headline":"SpaceX Borrowed $25 Billion and Is Buying Up AI Companies","borrowing_date":"2026-07-07"}],"shape":"scalar","sql":"WITH\n    (\n        SELECT (arrayElement(splitByString('. ', argMin(title, published_utc)), 1), toString(min(toDate(toTimeZone(published_utc, 'America/New_York')))))\n        FROM global_markets.stocks_news\n        WHERE has(tickers, 'SPCX') AND published_utc >= toDateTime('2026-07-06 04:00:00') AND published_utc < toDateTime('2026-07-11 04:00:00')\n          AND title ILIKE '%quiet period%'\n    ) AS quiet,\n    (\n        SELECT (arrayElement(splitByString('. ', argMin(title, published_utc)), 1), toString(min(toDate(toTimeZone(published_utc, 'America/New_York')))))\n        FROM global_markets.stocks_news\n        WHERE has(tickers, 'SPCX') AND published_utc >= toDateTime('2026-07-06 04:00:00') AND published_utc < toDateTime('2026-07-11 04:00:00')\n          AND title ILIKE '%lost%revenue%'\n    ) AS results,\n    (\n        SELECT (arrayElement(splitByString('. ', argMin(title, published_utc)), 1), toString(min(toDate(toTimeZone(published_utc, 'America/New_York')))))\n        FROM global_markets.stocks_news\n        WHERE has(tickers, 'SPCX') AND published_utc >= toDateTime('2026-07-06 04:00:00') AND published_utc < toDateTime('2026-07-11 04:00:00')\n          AND title ILIKE '%borrowed%'\n    ) AS borrow\nSELECT\n    count() AS week_articles,\n    uniqExact(JSONExtractString(publisher, 'name')) AS publishers,\n    countIf(title ILIKE '%nasdaq-100%') AS index_add_headlines,\n    quiet.1 AS quiet_period_headline,\n    quiet.2 AS quiet_period_date,\n    results.1 AS results_headline,\n    results.2 AS results_date,\n    borrow.1 AS borrowing_headline,\n    borrow.2 AS borrowing_date\nFROM global_markets.stocks_news\nWHERE has(tickers, 'SPCX')\n  AND published_utc >= toDateTime('2026-07-06 04:00:00')\n  AND published_utc < toDateTime('2026-07-11 04:00:00')","computed_at":"2026-07-26T06:14:11.480973+00:00","elapsed":0.071124594}