v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
Brokers

Top Accumulations and Distributions Per Broker

Returns the stocks a single broker has been most actively accumulating and distributing over a date range. top_accumulations ranks stocks the broker has net bought (largest positive net IDR first); top_distributions ranks stocks the broker has net sold (largest negative net IDR first). Useful for tracking a specific broker's directional positioning across the IDX universe.

<Note>Broker codes are the two-letter exchange-member identifiers (e.g. MG, AK, CC). Retrieve the full list of valid codes from the Broker Registry endpoint.</Note>

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

get/v2/broker-activity/{broker_code}/top/

Path parameters

broker_codestring required

Broker code. E.g. MG, AK, CC.

Query parameters

startstring

Start date (YYYY-MM-DD). Default: end - 30 days.

endstring

End date (YYYY-MM-DD). Default: today.

n_brokersinteger

How many accumulations and distributions to return each (default 10, max 90).

Response

Top accumulations and distributions for the broker over the date range.

broker_codestring required
startstring date required
endstring date required