Trending countries
Returns the countries with the strongest aggregated news coverage activity in the selected period, ranked by buzz_score.
Includes:
- buzz_score: normalized 0-100 activity score used for ranking
- trend: activity momentum over the current 3 UTC days vs previous 3 UTC days using mentions/articles and source breadth; not price movement. For from/to, anchors at to (or now when to is today)
- mentions, unique_tickers, source_count: coverage volume and breadth signals
- sentiment_score, bullish_pct, bearish_pct: directional sentiment signals
- top_tickers: up to 5 tickers driving the country result
Use source only when you want the ranking filtered to one publisher or source family.
Query parameters
Start date in YYYY-MM-DD. Inclusive UTC date.
Start date in YYYY-MM-DD. Inclusive UTC date.
End date in YYYY-MM-DD. Inclusive UTC date. Omit to use the current UTC date.
End date in YYYY-MM-DD. Inclusive UTC date. Omit to use the current UTC date.
Deprecated v1 compatibility shorthand. Prefer from and to for reproducible UTC date windows.
Deprecated v1 compatibility shorthand. Prefer from and to for reproducible UTC date windows.
Maximum number of results
Maximum number of results
Number of items to skip for pagination
Number of items to skip for pagination
Optional source filter (strict canonical source id or known alias)
Optional source filter (strict canonical source id or known alias)
Response
Successful Response
Example response
[
{
"buzz_score": 82.3,
"trend": "stable",
"mentions": 8934,
"unique_tickers": 156,
"source_count": 18,
"sentiment_score": 0.21,
"bullish_pct": 48,
"bearish_pct": 26,
"trend_history": [
52.1,
54,
56.8,
59.2,
61,
60.1,
82.3
],
"top_tickers": [
"NVDA",
"TSLA",
"AAPL",
"AMD",
"PLTR"
],
"country": "United States"
}
]