{"slug":"nvda-june-2026-deep-dive","qid":"news_flow","label":"The information flow in one row: volume, composition, and co-tags","post_title":"NVDA: NVIDIA's Full June 2026, Tick by Tick","post_url":"/blog/nvda-june-2026-deep-dive#q-news_flow","columns":["june_articles","publishers","first_tagged_day","peak_day_date","peak_day_articles","top_publisher","top_publisher_articles","top_publisher_pct","tsla_co_articles","amd_co_articles","msft_co_articles","aapl_co_articles"],"rows":[{"june_articles":642,"publishers":4,"first_tagged_day":"2026-05-31","peak_day_date":"2026-06-01","peak_day_articles":45,"top_publisher":"The Motley Fool","top_publisher_articles":403,"top_publisher_pct":63,"tsla_co_articles":69,"amd_co_articles":101,"msft_co_articles":169,"aapl_co_articles":134}],"shape":"scalar","sql":"WITH\n    (\n        SELECT (toString(d), n)\n        FROM (\n            SELECT toDate(toTimeZone(published_utc, 'America/New_York')) AS d, count() AS n\n            FROM global_markets.stocks_news\n            WHERE has(tickers, 'NVDA')\n              AND published_utc >= toDateTime('2026-06-01 00:00:00')\n              AND published_utc < toDateTime('2026-07-01 04:00:00')\n            GROUP BY d ORDER BY n DESC, d ASC LIMIT 1\n        )\n    ) AS peak_day,\n    (\n        SELECT (JSONExtractString(any(publisher), 'name'), count())\n        FROM global_markets.stocks_news\n        WHERE has(tickers, 'NVDA')\n          AND published_utc >= toDateTime('2026-06-01 00:00:00')\n          AND published_utc < toDateTime('2026-07-01 04:00:00')\n        GROUP BY JSONExtractString(publisher, 'name') ORDER BY count() DESC LIMIT 1\n    ) AS top_pub\nSELECT\n    count() AS june_articles,\n    uniqExact(JSONExtractString(publisher, 'name')) AS publishers,\n    toString(min(toDate(toTimeZone(published_utc, 'America/New_York')))) AS first_tagged_day,\n    peak_day.1 AS peak_day_date,\n    peak_day.2 AS peak_day_articles,\n    top_pub.1 AS top_publisher,\n    top_pub.2 AS top_publisher_articles,\n    round(100.0 * top_pub.2 / count(), 0) AS top_publisher_pct,\n    countIf(has(tickers, 'TSLA')) AS tsla_co_articles,\n    countIf(has(tickers, 'AMD')) AS amd_co_articles,\n    countIf(has(tickers, 'MSFT')) AS msft_co_articles,\n    countIf(has(tickers, 'AAPL')) AS aapl_co_articles\nFROM global_markets.stocks_news\nWHERE has(tickers, 'NVDA')\n  AND published_utc >= toDateTime('2026-06-01 00:00:00')\n  AND published_utc < toDateTime('2026-07-01 04:00:00')","computed_at":"2026-07-26T06:11:40.546094+00:00","elapsed":0.122376017}