v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
Rankings

Most Traded Stocks

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>

get/v2/most-traded/

Query parameters

sub_sectorstring

Filter by kebab-case subsector slug. E.g. banks. Get valid values from the Subsectors endpoint.

startstring

Start date in YYYY-MM-DD format. Defaults to 30 days before end. Wider ranges are clamped to the most recent 90 days.

endstring

End date in YYYY-MM-DD format. Defaults to today. Future dates return 400.

adjustedboolean

If true, rank by volume × closing price instead of raw volume.

n_stockinteger

Number of tickers per day. Default 5, max 10.

Response

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

object required