{"slug":"buy-when-others-are-fearful","qid":"coverage","label":"News sentiment coverage by year: how many tagged insights, and the share downbeat","post_title":"Buy When Others Are Fearful: The Data","post_url":"/blog/buy-when-others-are-fearful#q-coverage","columns":["year","tagged_insights","negative_pct"],"rows":[{"year":"2024","tagged_insights":76067,"negative_pct":16.6},{"year":"2025","tagged_insights":140007,"negative_pct":16.5},{"year":"2026","tagged_insights":103206,"negative_pct":19.1}],"shape":"ranking","sql":"SELECT toString(toYear(published_utc)) AS year, count() AS tagged_insights,\n       round(100.0 * countIf(JSONExtractString(ins,'sentiment')='negative') / count(), 1) AS negative_pct\nFROM global_markets.stocks_news ARRAY JOIN insights AS ins\nWHERE JSONExtractString(ins,'sentiment') != ''\nGROUP BY year ORDER BY year","computed_at":"2026-07-16T10:34:55.505997+00:00","elapsed":0.399968175}