Most active stocks

GET {{baseUrl}}/v1beta1/screener/stocks/most-actives

Returns the most active stocks by volume or trade count. By default returns the top 10 symbols by volume.

Request Params

KeyDatatypeRequiredDescription
bystringThe metric used for ranking the most active stocks.
topnumberNumber of top most active stocks to fetch per day.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"last_updated":"2024-03-22T14:53:00.076653823Z","most_actives":[{"symbol":"BIOL","trade_count":109662,"volume":107163434},{"symbol":"NVFY","trade_count":276243,"volume":59054619},{"symbol":"FSR","trade_count":22377,"volume":56941260},{"symbol":"FFIE","trade_count":52830,"volume":52700466},{"symbol":"SOXS","trade_count":33790,"volume":48397754},{"symbol":"SOUN","trade_count":123259,"volume":40775069},{"symbol":"SQQQ","trade_count":41253,"volume":34993093},{"symbol":"TSLA","trade_count":477153,"volume":34361108},{"symbol":"TLRY","trade_count":34155,"volume":34221876},{"symbol":"AAPL","trade_count":316493,"volume":26591237}]}