v1
latestOpenAPI 3.0.32026-07-2664108290.0 KBTransaction Data
Index Daily Transaction Data
Returns daily closing price for a given IDX index over a date range of up to 90 days.
<Note>Earliest available data is from January 2, 2019.</Note>
<Accordion title="Available index codes"> `ftse`, `idx30`, `idxbumn20`, `idxesgl`, `idxg30`, `idxhidiv20`, `idxq30`, `idxv30`, `ihsg`, `jii70`, `kompas100`, `lq45`, `sminfra18`, `srikehati`, `sti`, `economic30`, `idxvesta28` </Accordion><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 1 API credit.</Info>
get/v2/index-daily/{index_code}/
Path parameters
index_codestring required
Index code. E.g. lq45, ihsg, idx30.
Query parameters
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.
Response
Array of daily index price records.