v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
News & Filings

Stock Suspensions

Returns a paginated list of historical IDX-listed stock suspensions, including the date a stock was suspended, the official reason, and a link to the IDX PDF notice. Filter by symbol to look up a specific company's suspension history, or by start / end to scope to a date window.

<Note>Date filters: both start and end are independent and optional — omit either side to leave that bound unconstrained. Future end dates return 400.</Note>

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

get/v2/suspensions/

Query parameters

symbolstring

Optional filter by IDX symbol (case-insensitive). E.g. BBCA, GOTO.

startstring

Start date in YYYY-MM-DD format. Optional; if omitted, no lower bound is applied. Filters on suspension_date.

endstring

End date in YYYY-MM-DD format. Optional; if omitted, no upper bound is applied. Future dates return 400.

limitinteger

Items per page. Max 30.

offsetinteger

Number of items to skip.

Response

Paginated list of stock suspensions.