Trending stocks
Returns the stocks with the strongest X/Twitter 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, likes and author breadth; not price movement or Grok rank movement. For from/to, anchors at to (or now when to is today)
- sentiment_score, bullish_pct, bearish_pct: directional sentiment signals
- mentions, unique_tweets, total_upvotes: volume and engagement signals
- 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 stocks to return
Maximum stocks to return
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": 72.5,
"trend": "rising",
"mentions": 156,
"sentiment_score": 0.35,
"bullish_pct": 45,
"bearish_pct": 12,
"total_upvotes": 2847,
"unique_tweets": 42,
"trend_history": [
45.2,
48.1,
52.3,
55,
58.2,
61.5,
64.8
]
}
]