{"slug":"spcx-decline-from-peak","qid":"news_flow","label":"News-feed attention from listing day to the latest reading: counts, concentration, and the trailing week","post_title":"SPCX: SpaceX Stock Price Decline From Peak","post_url":"/blog/spcx-decline-from-peak#q-news_flow","columns":["total_articles","publishers","top_publisher","top_publisher_share_pct","busiest_month","busiest_dom","ipo_day_articles","peak_session_articles","max_daily_after_peak","ipo_day_minus_max_after","first_week_avg","last7_avg","tsla_co_tagged","nasdaq_titled"],"rows":[{"total_articles":627,"publishers":4,"top_publisher":"The Motley Fool","top_publisher_share_pct":80.7,"busiest_month":6,"busiest_dom":12,"ipo_day_articles":42,"peak_session_articles":31,"max_daily_after_peak":29,"ipo_day_minus_max_after":13,"first_week_avg":25.7,"last7_avg":3,"tsla_co_tagged":123,"nasdaq_titled":32}],"shape":"scalar","sql":"WITH daily_counts AS (\n    SELECT toDate(toTimeZone(published_utc, 'America/New_York')) AS d, count() AS n\n    FROM global_markets.stocks_news\n    WHERE has(tickers, 'SPCX')\n      AND published_utc >= toDateTime('2026-06-12 04:00:00') AND published_utc < now()\n    GROUP BY d\n),\ntop_pub AS (\n    SELECT JSONExtractString(publisher, 'name') AS p, count() AS n\n    FROM global_markets.stocks_news\n    WHERE has(tickers, 'SPCX')\n      AND published_utc >= toDateTime('2026-06-12 04:00:00') AND published_utc < now()\n    GROUP BY p ORDER BY n DESC, p ASC LIMIT 1\n)\nSELECT\n    count() AS total_articles,\n    uniqExact(JSONExtractString(publisher, 'name')) AS publishers,\n    (SELECT p FROM top_pub) AS top_publisher,\n    round(100.0 * (SELECT n FROM top_pub) / count(), 1) AS top_publisher_share_pct,\n    (SELECT toMonth(argMax(d, (n, -toInt32(toDayOfYear(d))))) FROM daily_counts) AS busiest_month,\n    (SELECT toDayOfMonth(argMax(d, (n, -toInt32(toDayOfYear(d))))) FROM daily_counts) AS busiest_dom,\n    countIf(toDate(toTimeZone(published_utc, 'America/New_York')) = toDate('2026-06-12')) AS ipo_day_articles,\n    countIf(toDate(toTimeZone(published_utc, 'America/New_York')) = toDate('2026-06-16')) AS peak_session_articles,\n    (SELECT max(n) FROM daily_counts WHERE d > toDate('2026-06-16')) AS max_daily_after_peak,\n    countIf(toDate(toTimeZone(published_utc, 'America/New_York')) = toDate('2026-06-12')) - (SELECT max(n) FROM daily_counts WHERE d > toDate('2026-06-16')) AS ipo_day_minus_max_after,\n    (SELECT round(sum(n) / 7, 1) FROM daily_counts WHERE d <= toDate('2026-06-18')) AS first_week_avg,\n    (SELECT round(sum(n) / 7, 1) FROM daily_counts WHERE d > today() - 7) AS last7_avg,\n    countIf(has(tickers, 'TSLA')) AS tsla_co_tagged,\n    countIf(positionCaseInsensitive(title, 'nasdaq') > 0) AS nasdaq_titled\nFROM global_markets.stocks_news\nWHERE has(tickers, 'SPCX')\n  AND published_utc >= toDateTime('2026-06-12 04:00:00') AND published_utc < now()","computed_at":"2026-08-20T13:25:24.405328+00:00","elapsed":0.414955773}