---
title: "Most Traded Stocks"
method: GET
path: "/v2/most-traded/"
tags: ["Rankings"]
---

# Most Traded Stocks

`GET /v2/most-traded/`

Returns the most traded IDX stocks by transaction volume over a date range of up to 90 days. Results are keyed by date.

<Note>Date range: defaults to last 30 days. Max window 90 days; wider ranges are clamped to the most recent 90 days ending at `end`. Future `end` dates return 400.</Note>

<Info>Costs 2 API credits.</Info>

## Query parameters

- `sub_sector` string
- `start` string
- `end` string
- `adjusted` boolean
- `n_stock` integer

## Response `200`

Dictionary keyed by trading date (`YYYY-MM-DD`). Each value is an array of `{symbol, company_name, volume, price}` objects.

- object

## Other responses

- `400` — Invalid parameters.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.dev/sectors/apis/sectors-api.md) · [All operations](https://skmtc.dev/sectors/apis/sectors-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sectors/sectors-api/revisions/49e492f19d77/schema)
