IDX: Get Financial Reports
IDX via Parse · Finance
Retrieve financial and annual reports listing with file attachment metadata. Supports filtering by stock code, year, period, report type, and submission date range. When date_from or date_to is provided, results are filtered client-side by File_Modified and ResultCount reflects the filtered count. Offset-based manual paging via start/limit params applies to the pre-filter upstream set. API for the Indonesia Stock Exchange (idx.co.id) providing stock listings, trading summaries, company profiles, financial reports, corporate calendar, announcements, IPO data, and market overview. Fulfilled by Parse from idx.co.id.
- b2b-directory
- finance
- government-public
- idx
- idx-co-id
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3344e652-0a91-4a3c-96f6-d64b4d7f7369/get_financial_reports
- Interface artifact
- sha256:4458be0c57608d75b59c2b91fc03c471da2a01a095fcfcce43738d139e237b79
- Manifest digest
- sha256:817bed909b3b163d34817fa11e2a63a4ae6eb4d985ebeb67b540964b5d0bf6e2
Request fields
- year (integer): Report year filter. Defaults to current year.
- limit (integer): Page size.
- start (integer): Starting index for pagination.
- period (string): Report period.: Allowed values: tw1, tw2, tw3, audit
- date_to (string): Filter reports submitted on or before this date (YYYY-MM-DD format).
- date_from (string): Filter reports submitted on or after this date (YYYY-MM-DD format).
- stock_code (string): Filter by stock ticker code (e.g. BBCA).
- report_type (string): Report type.: Allowed values: rdf, rdt
Example queries
- {"year":"2026","limit":"12","start":"1","period":"tw1","date_to":"2026-08-18","date_from":"2026-07-19","stock_code":"BBCA","report_type":"rdf"}