V1.0 STABLE
Indonesian market data, engineered for developers
IDX financial statements, dimensional breakdowns, and company metadata — delivered over a clean REST API with predictable limits and self-serve keys.
curl https://api.idxapi.io/v1/cash-flow-statement?symbol=GOTO&period=annual&calendarYear=2025&fiscalPeriod=FY&labelsVersion=idx&envelope=full&include=currency,scale,provenance \
-H "Authorization: Bearer YOUR_KEY"
[
{
"symbol": "GOTO",
"calendarYear": 2025,
"period": "FY",
"filingDate": "2025-04-28",
"labelsVersion": "idx",
"reportedCurrency": "IDR",
"reportingScale": "million",
"scaleMultiplier": 1000000,
"scaleNote": "Values in millions of IDR",
"data": {
"ReceiptsFromCustomers": 19458210,
"PaymentsToSuppliersForGoodsAndServices": 11279557,
"PaymentsForSalariesAndAllowances": 3353512,
"OtherCashPaymentsToForOperatingActivities": 892144,
"CashGeneratedFromOperations": 3932997,
"InterestPaid": 412880,
"IncomeTaxesPaid": 3211092,
"NetCashFlowsReceivedFromUsedInOperatingActivities": 307025,
"PurchaseOfPropertyPlantAndEquipment": 1842031,
"ProceedsFromSaleOfPropertyPlantAndEquipment": 42108,
"PurchaseOfIntangibleAssets": 892440,
"InterestReceived": 2456010,
"NetCashFlowsReceivedFromUsedInInvestingActivities": 519117,
"ProceedsFromBankLoans": 5200000,
"RepaymentOfBankLoans": 2812425,
"DividendsPaid": 500000,
"NetCashFlowsReceivedFromUsedInFinancingActivities": 1887575,
"NetIncreaseDecreaseInCashAndCashEquivalents": 2714717,
"CashAndCashEquivalentsAtBeginningOfPeriod": 19040448,
"CashAndCashEquivalentsAtEndOfPeriod": 21755165
},
"provenance": {
"accessionNumber": "GOTO-2025-AUDIT",
"filingType": "AnnualReport"
}
}
]GOTO — FY 2025 sample response for Cash Flow
01 / CAPABILITIES
What you get
Financial statements
Analytics & ratios
Dimensional breakdowns
Company discovery
How it works
Step 1
Sign up
Create a free account — no sales call required.
Step 2
Generate a key
Create dev or prod API keys from the dashboard.
Step 3
Make your first request
Call /companies publicly, then /v1/* with your key.