Trending stocks
Returns the stocks with the strongest Polymarket prediction-market activity in the selected period, ranked by buzz_score.
Includes:
- buzz_score: normalized 0-100 activity score used for ranking; bullish and bearish market activity can both rank highly
- trend: flow momentum over the current 3 UTC days vs previous 3 UTC days using trades, volume, market breadth and liquidity; not price movement. For from/to, anchors at to (or now when to is today)
- sentiment_score, bullish_pct, bearish_pct: outcome-aware market sentiment signals
- trade_count, market_count, unique_traders, total_liquidity: activity, breadth, observed participation and liquidity signals
- trend_history: independent UTC-day buzz scores, oldest to newest; minimum 7 values. For a closed single-day window with an available final Daily score, the final value equals buzz_score; live and multi-day values can differ. 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
Number of items to skip
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": 71.4,
"trend": "rising",
"trade_count": 312,
"market_count": 27,
"current_market_count": 12,
"unique_traders": 119,
"sentiment_score": 0.34,
"bullish_pct": 67,
"bearish_pct": 33,
"total_liquidity": 94750,
"trend_history": [
48.2,
51,
55.3,
61.1,
65.8,
69.2,
71.4
]
}
]