Trending stocks
Returns the Reddit stocks with the strongest discussion 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, upvotes and subreddit breadth; not price movement. For from/to, anchors at to (or now when to is today)
- sentiment_score, bullish_pct, bearish_pct: directional sentiment signals
- mentions, unique_posts, subreddit_count, total_upvotes: attributed volume and engagement signals, including inherited thread-context mentions
- trend_history: independent UTC-day buzz scores, oldest to newest; minimum 7 values; the live final value describes today so far and can differ from the selected-period buzz_score; missing days are 0.0
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
Filter by asset type. Omit or use 'all' for all assets.
Filter by asset type. Omit or use 'all' for all assets.
Response
Successful Response
Example response
[
{
"ticker": "TSLA",
"company_name": "Tesla, Inc.",
"buzz_score": 87.5,
"trend": "rising",
"mentions": 342,
"unique_posts": 45,
"subreddit_count": 8,
"sentiment_score": 0.23,
"bullish_pct": 45,
"bearish_pct": 18,
"total_upvotes": 15234,
"trend_history": [
45.2,
52.1,
48.7,
67.3,
72.1,
78.4,
87.5
]
}
]