Market Overview
Get Most Active Stocks
Fetches a list of the stocks with the highest trading volume for the day.
get/market/overview/active
Response
Successful response with an array of the most active stocks.
Example response
[
{
"symbol": "AAPL",
"name": "Apple Inc.",
"change": 2.17,
"price": 175.5,
"changes-percentage": 1.25
}
]