---
title: "Index Daily Transaction Data"
method: GET
path: "/v2/index-daily/{index_code}/"
tags: ["Transaction Data"]
---

# Index Daily Transaction Data

`GET /v2/index-daily/{index_code}/`

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>

## Path parameters

- `index_code` string, required

## Query parameters

- `start` string
- `end` string

## Response `200`

Array of daily index price records.

- IndexDailyDataItem[]
  - `index_code` string, required — Index code (e.g. IDX30, LQ45).
  - `date` string, date, required — Trading date.
  - `price` number, double, required — Index closing price.

## Other responses

- `400` — Invalid index code or date.
- `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)
