---
title: "Get Most Active Stocks"
method: GET
path: "/market/overview/active"
tags: ["Market Overview"]
---

# Get Most Active Stocks

`GET /market/overview/active`

Fetches a list of the stocks with the highest trading volume for the day.

## Response `200`

Successful response with an array of the most active stocks.

- object[]
  - `symbol` string
  - `name` string
  - `change` number — The absolute price change.
  - `price` number — The current or closing price.
  - `changes-percentage` number — The percentage change in price.

## Other responses

- `404` — Not Found - No market active data available.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
