v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
News & Filings

Company Filings

Returns IDX insider trading filings — buy/sell transactions by company insiders and major shareholders. Supports filtering by sector, subsector, tags, symbol, transaction type, holder_type, and date range.

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

<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/filings/

Query parameters

symbolstring

IDX symbol symbol to filter by. E.g. BBCA, BMRI.

sectorstring

Kebab-case sector slug. E.g. healthcare, financials. Get valid values from the Subsectors endpoint.

sub_sectorstring

Kebab-case subsector slug. E.g. banks, tobacco. Get valid values from the Subsectors endpoint.

startstring

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

endstring

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

limitinteger

Number of results to return. Maximum: 30.

offsetinteger

Number of results to skip for pagination.

transaction_type'buy' | 'others' | 'sell'

Filter by transaction direction: buy, sell, or others.

tagsstring

Comma-separated tag slugs. E.g. Bullish,insider-trading. Get valid values from the News Tags endpoint.

holder_type'corporate-investor' | 'insider' | 'institution'

Filter by holder type (case-insensitive).

Response

Paginated list of insider trading filings.