v1

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

symbolstring
namestring
changenumber

The absolute price change.

pricenumber

The current or closing price.

changes-percentagenumber

The percentage change in price.

Example response

[
  {
    "symbol": "AAPL",
    "name": "Apple Inc.",
    "change": 2.17,
    "price": 175.5,
    "changes-percentage": 1.25
  }
]