{"slug":"nvda-week-2026-07-06-deep-dive","qid":"news_flow","label":"News-feed attention: articles tagged NVDA during the week, decoded","post_title":"NVDA: Sit-Out, Then Surge, Week of July 6","post_url":"/blog/nvda-week-2026-07-06-deep-dive#q-news_flow","columns":["week_articles","publishers","peak_day_date","peak_day_articles","thursday_articles","peak_minus_thursday","top_publisher","top_publisher_share_pct","mu_co_articles","amd_co_articles","ai_titled_articles"],"rows":[{"week_articles":86,"publishers":3,"peak_day_date":"2026-07-06","peak_day_articles":25,"thursday_articles":20,"peak_minus_thursday":5,"top_publisher":"The Motley Fool","top_publisher_share_pct":77.9,"mu_co_articles":24,"amd_co_articles":17,"ai_titled_articles":29}],"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-07-06 00:00:00')\n              AND published_utc < toDateTime('2026-07-11 04:00:00')\n            GROUP BY d ORDER BY n DESC, d ASC LIMIT 1\n        )\n    ) AS peak_day,\n    (\n        SELECT (JSONExtractString(publisher, 'name') AS p, count() AS n)\n        FROM global_markets.stocks_news\n        WHERE has(tickers, 'NVDA')\n          AND published_utc >= toDateTime('2026-07-06 00:00:00')\n          AND published_utc < toDateTime('2026-07-11 04:00:00')\n        GROUP BY p ORDER BY n DESC, p ASC LIMIT 1\n    ) AS top_pub\nSELECT\n    count() AS week_articles,\n    uniqExact(JSONExtractString(publisher, 'name')) AS publishers,\n    peak_day.1 AS peak_day_date,\n    peak_day.2 AS peak_day_articles,\n    countIf(toDate(toTimeZone(published_utc, 'America/New_York')) = toDate('2026-07-09')) AS thursday_articles,\n    peak_day.2 - countIf(toDate(toTimeZone(published_utc, 'America/New_York')) = toDate('2026-07-09')) AS peak_minus_thursday,\n    top_pub.1 AS top_publisher,\n    round(100.0 * top_pub.2 / count(), 1) AS top_publisher_share_pct,\n    countIf(has(tickers, 'MU')) AS mu_co_articles,\n    countIf(has(tickers, 'AMD')) AS amd_co_articles,\n    countIf(positionCaseInsensitive(title, 'artificial intelligence') > 0 OR position(title, 'AI') > 0) AS ai_titled_articles\nFROM global_markets.stocks_news\nWHERE has(tickers, 'NVDA')\n  AND published_utc >= toDateTime('2026-07-06 00:00:00')\n  AND published_utc < toDateTime('2026-07-11 04:00:00')","computed_at":"2026-07-26T06:12:00.344363+00:00","elapsed":0.06581695}