v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
Brokers

Daily Net Foreign Inflow

Daily net foreign-broker inflow (IDR) for one IDX ticker over a date range up to 90 days. Positive net_foreign_inflow means foreign brokers were net buyers that day; negative means foreign brokers were net sellers. Useful for tracking foreign sentiment and capital flow on a specific stock.

<Note>IDX symbol: 4 letters, optionally followed by .jk (case-insensitive). E.g. BBCA, GOTO.</Note>

<Note>Only foreign flow is returned because the exchange is a closed market: for any (symbol, date), foreign and domestic net values always sum to zero, so domestic flow is simply -net_foreign_inflow.</Note>

<Info>Costs 1 API credit.</Info>

get/v2/foreign-flow/{symbol}/

Path parameters

symbolstring required

IDX ticker symbol. E.g. BBCA, GOTO.

Query parameters

startstring

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

endstring

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

Response

Daily net foreign inflow for the symbol.

symbolstring required

Ticker symbol.

startstring date required

Range start date.

endstring date required

Range end date.