ready-to-use endpoints in this product, with JSON responses and consistent error handling.
Investment data from Otoritas Jasa Keuangan (OJK — Indonesian Financial Services Authority): legal mutual fund products, legal investment apps, and illegal investment watchlist. Data sourced from Namchee/ojk-invest-api (MIT License).
Investment data from Otoritas Jasa Keuangan (OJK — Indonesian Financial Services Authority): legal mutual fund products, legal investment apps, and illegal investment watchlist. Data sourced from Namchee/ojk-invest-api (MIT License).
ready-to-use endpoints in this product, with JSON responses and consistent error handling.
Can be tested on the free tier, then used in production through one API Indonesia key.
https://use.apiindonesia.id/api/v1/ojk/productsReturns a list of legal mutual fund products registered with OJK. Supports pagination and name search.
The OJK Investment API fits fintech, financial education, media, and compliance flows that need to check legal investment products, legal investment apps, and illegal investment watchlists monitored by OJK.
Investment apps need to check product legality before showing it.
Financial content needs a reference before discussing a platform or product.
Support teams need to check user claims about illegal investments.
This data is a compliance reference, not investment advice. For legal or financial decisions, use the proper review process.
This section separates the product page from the docs. The docs explain how to call endpoints; this page explains why the endpoints make sense for your feature.
curl "https://use.apiindonesia.id/api/v1/ojk/products?limit=5" \
-H "x-api-key: aip_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"{
"data": [
{
"id": 1,
"name": "Schroder Dana Likuid",
"management": "Schroder Investment Management Indonesia",
"custodian": "PT Bank HSBC Indonesia",
"type": "Money Market"
}
],
"meta": {
"total": 2189,
"page": 1,
"per_page": 5,
"total_pages": 438
}
}Start free. Upgrade to Pro or Business, or buy pay as you go credits when you need a one-time top-up. Payments are processed through Sumopod.
Yearly saves 2 months
Do you want to skip subscriptions? Top up credits once from the dashboard and use them until they run out.
Open dashboardFor trying the API and early integration.
For projects that are starting to get real usage.
For production apps with higher traffic.
For high volume, SLA, or company contracts.
Quick answers to common questions about getting started, the free tier, API key security, data sources, and Sumopod billing.