Market Overview
Get Biggest Stock Market Losers
Fetches a list of the stocks with the largest percentage loss for the day.
get/market/overview/losers
Response
Successful response with an array of the biggest loser stocks.
Example response
[
{
"symbol": "ABC",
"name": "ABC Industries",
"change": -3.1,
"price": 45.2,
"changes-percentage": -6.42
}
]