{"slug":"mu-june-2026-deep-dive","qid":"news_flow","label":"June's MU-tagged articles: volume, the top publisher's share, co-tags","post_title":"MU: The Biggest Tape of June 2026","post_url":"/blog/mu-june-2026-deep-dive#q-news_flow","columns":["june_articles","publishers","top_publisher","top_publisher_pct","nvda_co_articles","sndk_co_articles","intc_co_articles"],"rows":[{"june_articles":195,"publishers":4,"top_publisher":"The Motley Fool","top_publisher_pct":59,"nvda_co_articles":86,"sndk_co_articles":32,"intc_co_articles":21}],"shape":"scalar","sql":"WITH\n    (\n        SELECT (JSONExtractString(any(publisher), 'name'), count())\n        FROM global_markets.stocks_news\n        WHERE has(tickers, 'MU')\n          AND published_utc >= toDateTime('2026-06-01 00:00:00') 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    top_pub.1 AS top_publisher,\n    round(100.0 * top_pub.2 / count(), 0) AS top_publisher_pct,\n    countIf(has(tickers, 'NVDA')) AS nvda_co_articles,\n    countIf(has(tickers, 'SNDK')) AS sndk_co_articles,\n    countIf(has(tickers, 'INTC')) AS intc_co_articles\nFROM global_markets.stocks_news\nWHERE has(tickers, 'MU')\n  AND published_utc >= toDateTime('2026-06-01 00:00:00') AND published_utc < toDateTime('2026-07-01 04:00:00')","computed_at":"2026-07-13T06:26:50.928055+00:00","elapsed":0.002809225}