cURL
curl --request GET \ --url 'https://api.benzinga.com/api/v1/trending-tickers?token='
{ "data": [ { "exchange": "<string>", "metrics": [ { "count": 123, "count_mavg": 123, "market_count_average": 123, "scaled_count": 123, "scaled_count_mavg": 123, "time_bucket": "<string>" } ], "ticker": "<string>" } ], "ok": true }
Get ticker trend data
Interval for the data
Comma separated list of tickers
Source of the data
Timeframe for the data
Page number
Page size
OK
Show child attributes
Was this page helpful?