v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-04-25361217.6 KB
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.

symbolstring
namestring
changenumber

The absolute price change (will be negative).

pricenumber

The current or closing price.

changes-percentagenumber

The percentage change in price (will be negative).

Example response

[
  {
    "symbol": "ABC",
    "name": "ABC Industries",
    "change": -3.1,
    "price": 45.2,
    "changes-percentage": -6.42
  }
]