Reddit Stocks
Trending countries
Returns the countries with the strongest aggregated Reddit stock discussion 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, upvotes and subreddit breadth; not price movement. For from/to, anchors at to (or now when to is today)
- mentions, unique_tickers, subreddit_count, total_upvotes: attributed volume and engagement signals, including inherited thread-context mentions
- sentiment_score, bullish_pct, bearish_pct: directional sentiment signals
- top_tickers: up to 5 tickers driving the country result
- trend_history: independent daily country buzz scores, oldest to newest; length is max(requested days, 7); the live final value describes today so far and can differ from period buzz_score
get/reddit/stocks/v1/trending/countries
Query parameters
fromstring date nullable
Start date in YYYY-MM-DD. Inclusive UTC date.
Start date in YYYY-MM-DD. Inclusive UTC date.
tostring date nullable
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.
daysinteger
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.
limitinteger
Maximum number of results
Example:10
Maximum number of results
offsetinteger
Number of items to skip for pagination
Number of items to skip for pagination
Response
Successful Response
Example response
[
{
"buzz_score": 82.3,
"trend": "stable",
"mentions": 8934,
"unique_tickers": 156,
"subreddit_count": 18,
"sentiment_score": 0.21,
"bullish_pct": 48,
"bearish_pct": 26,
"total_upvotes": 245000,
"trend_history": [
52.1,
54,
56.8,
59.2,
61,
60.1,
82.3
],
"top_tickers": [
"NVDA",
"TSLA",
"AAPL",
"AMD",
"PLTR"
],
"country": "United States"
}
]