zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Kontan
Logo Kontan

Kontan

Indonesian business daily plus its data centre — news search and archive back to 2008, and 21 economic datasets covering markets, macro, commodities and industry.

Endpoints
27
Requests
564
Updated
6 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • feednot measured
  • searchnot measured
  • archivenot measured
  • detailnot measured
  • tagnot measured
+ 22 more endpointsShow less
  • authornot measured
  • rekap-datanot measured
  • indeks-globalnot measured
  • indeks-sektoralnot measured
  • dana-asing-sahamnot measured
  • yield-sun-acuannot measured
  • kepemilikan-sunnot measured
  • yield-obligasi-korporasinot measured
  • yield-sbn-ritelnot measured
  • sbwnot measured
  • cponot measured
  • mineralnot measured
  • penjualan-mobilnot measured
  • bunga-depositonot measured
  • reksadananot measured
  • pdbnot measured
  • bi-ratenot measured
  • inflasinot measured
  • devisanot measured
  • kurs-binot measured
  • logam-mulianot measured
  • infografiknot measured
no measurements yetdaily 01:00 WIB

Playground

27 endpoints
GET/v1/finance:kontan/feed2m cache2 paramschecking key…
Parameters
channelenum

Kontan channel. Default investasi

limitnumber

Maximum items to return. Default 20, max 300

·
Response
EXAMPLE
{
  "count": 5,
  "items": [
    {
      "url": "https://keuangan.kontan.co.id/news/kebutuhan-bisnis-nasabah-kian-berkembang-qlola-by-bri-hadirkan-new-experience",
      "title": "Kebutuhan Bisnis Nasabah Kian Berkembang, QLola by BRI Hadirkan New Experience",
      "source": "kontan.co.id",
      "summary": "Kebutuhan perusahaan dalam mengelola transaksi keuangan terus berkembang seiring dengan semakin luasnya aktivitas bisnis.",
      "publishedAt": "2026-08-20T11:18:36.000Z"
    },
    {
      "url": "https://keuangan.kontan.co.id/news/industri-multifinance-jaga-pertumbuhan-laba-hingga-semester-i-2026",
      "title": "Industri Multifinance Jaga Pertumbuhan Laba hingga Semester I-2026",
      "source": "kontan.co.id",
      "summary": "Otoritas Jasa Keuangan (OJK) mencatatkan pertumbuhan laba industri multifinance pada semester I-2026. Ini respon BRI Finance dan MUF.",
      "publishedAt": "2026-08-20T11:03:42.000Z"
    },
    {
      "url": "https://keuangan.kontan.co.id/news/cimb-niaga-luncurkan-kki-ritel-bisa-transaksi-qris-pakai-kartu-kredit",
      "title": "CIMB Niaga Luncurkan KKI Ritel, Bisa Transaksi QRIS Pakai Kartu Kredit",
      "source": "kontan.co.id",
      "summary": "CIMB Niaga resmi meluncurkan Kartu Kredit Indonesia (KKI) Ritel untuk memperkuat ekosistem pembayaran domestik dan mendorong transaksi digital",
      "publishedAt": "2026-08-20T10:59:16.000Z"
    }
  ],
  "channel": "keuangan",
  "dataset": "feed",
  "provider": "kontan"
}

Code examples

Channel Feed
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:kontan", "feed", {
  "channel": "investasi",
  "limit": 20
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:kontan/feed?channel=investasi&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

27 endpoints · plain text
GETChannel Feed/v1/finance:kontan/feedRSS items from one Kontan channel.

Parameters

channelenumoptional
Kontan channel. Default investasi Values: investasi, keuangan, industri, nasional, internasional, insight, kolom, lifestyle, personalfinance, regional, english.
limitnumberoptional
Maximum items to return. Default 20, max 300

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/feed?channel=investasi&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 5,
  "items": [
    {
      "url": "https://keuangan.kontan.co.id/news/kebutuhan-bisnis-nasabah-kian-berkembang-qlola-by-bri-hadirkan-new-experience",
      "title": "Kebutuhan Bisnis Nasabah Kian Berkembang, QLola by BRI Hadirkan New Experience",
      "source": "kontan.co.id",
      "summary": "Kebutuhan perusahaan dalam mengelola transaksi keuangan terus berkembang seiring dengan semakin luasnya aktivitas bisnis.",
      "publishedAt": "2026-08-20T11:18:36.000Z"
    },
    {
      "url": "https://keuangan.kontan.co.id/news/industri-multifinance-jaga-pertumbuhan-laba-hingga-semester-i-2026",
      "title": "Industri Multifinance Jaga Pertumbuhan Laba hingga Semester I-2026",
      "source": "kontan.co.id",
      "summary": "Otoritas Jasa Keuangan (OJK) mencatatkan pertumbuhan laba industri multifinance pada semester I-2026. Ini respon BRI Finance dan MUF.",
      "publishedAt": "2026-08-20T11:03:42.000Z"
    },
    {
      "url": "https://keuangan.kontan.co.id/news/cimb-niaga-luncurkan-kki-ritel-bisa-transaksi-qris-pakai-kartu-kredit",
      "title": "CIMB Niaga Luncurkan KKI Ritel, Bisa Transaksi QRIS Pakai Kartu Kredit",
      "source": "kontan.co.id",
      "summary": "CIMB Niaga resmi meluncurkan Kartu Kredit Indonesia (KKI) Ritel untuk memperkuat ekosistem pembayaran domestik dan mendorong transaksi digital",
      "publishedAt": "2026-08-20T10:59:16.000Z"
    }
  ],
  "channel": "keuangan",
  "dataset": "feed",
  "provider": "kontan"
}
GETArticle Search/v1/finance:kontan/searchSearch Kontan articles by keyword.

Parameters

qstringrequired
Search keyword
pagenumberoptional
Page number, 20 items per page. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/search?q=saham&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://investasi.kontan.co.id/news/menanti-data-transaksi-berjalan-begini-proyeksi-rupiah-besok-218",
      "image": "https://foto.kontan.co.id/MuI3SlN5h0D3Cmd5CNI50jnHbl4=/smart/2026/07/13/1682104807t.jpg",
      "title": "Menanti Data Transaksi Berjalan, Begini Proyeksi Rupiah Besok (21/8)",
      "source": "kontan.co.id",
      "category": "investasi",
      "publishedAt": "2026-08-19T17:00:00.000Z"
    },
    {
      "url": "https://pusatdata.kontan.co.id/news/keyakinan-terhadap-dolar-as-susut-kurs-rupiah-menguat-tajam-hari-ini-208",
      "image": "https://foto.kontan.co.id/MuI3SlN5h0D3Cmd5CNI50jnHbl4=/smart/2026/07/13/1682104807t.jpg",
      "title": "Keyakinan Terhadap Dolar AS Susut, Kurs Rupiah Menguat Tajam Hari Ini (20/8)",
      "source": "kontan.co.id",
      "category": "pusatdata",
      "publishedAt": "2026-08-19T17:00:00.000Z"
    },
    {
      "url": "https://investasi.kontan.co.id/news/as-buyback-obligasi-rupiah-menguat-ke-rp-17748-per-dolar-as",
      "image": "https://foto.kontan.co.id/TCiPlY_kmz2RdommtcB14Gar_Ds=/smart/2026/06/02/1463542562t.jpg",
      "title": "AS Buyback Obligasi, Rupiah Menguat ke Rp 17.748 per Dolar AS",
      "source": "kontan.co.id",
      "category": "investasi",
      "publishedAt": "2026-08-19T17:00:00.000Z"
    }
  ],
  "query": "rupiah",
  "dataset": "search",
  "hasMore": true,
  "nextPage": 2,
  "provider": "kontan"
}
GETArticle Archive/v1/finance:kontan/archiveOne day of Kontan, any date back to 2008, filterable by channel.

Parameters

datestringoptional
Archive date as YYYY-MM-DD, back to 2008. Default today in Jakarta time
channelenumoptional
Channel to scope to. Omit for all channels Values: nasional, keuangan, investasi, industri, internasional, peluangusaha, personalfinance, english, lifestyle, fokus, regional, yangter, kesehatan, caritahu, analisis, executive, kolom, kilaskementerian, infografik, insight, cekfakta, seremonia, native, exportexpert, tabloid, kilaskorporasi, edsus, tv, stocksetup, belanjaon, newssetup, filmon, kiaton, sportsetup, momsmoneyid, pressrelease, jelajahekonomi, aktual, showcase, finansial, sehat, pusatdata, global, style, sosok, iptek.
pagenumberoptional
Page number, 20 items per page. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/archive?date=2026-08-20&channel=investasi&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "date": "2026-08-19",
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://keuangan.kontan.co.id/news/perusahaan-modal-ventura-berizin-diawasi-ojk",
      "image": "https://foto.kontan.co.id/ykIbm29-SqlRTK1SzMtGp2RshRQ=/smart/2024/01/23/571413721t.jpg",
      "title": "Perusahaan Modal Ventura Berizin Diawasi OJK",
      "source": "kontan.co.id",
      "category": "keuangan",
      "publishedAt": "2026-08-18T17:00:00.000Z"
    },
    {
      "url": "https://keuangan.kontan.co.id/news/ini-tantangan-industri-lkm-seimbangkan-tingkat-inklusi-dengan-literasi",
      "image": "https://foto.kontan.co.id/TQnxIGr1eSy3dXcgqfZvxco_zzY=/smart/2024/11/25/1007564343t.jpg",
      "title": "Ini Tantangan Industri LKM Seimbangkan Tingkat Inklusi dengan Literasi",
      "source": "kontan.co.id",
      "category": "keuangan",
      "publishedAt": "2026-08-18T17:00:00.000Z"
    },
    {
      "url": "https://nasional.kontan.co.id/news/kemenhaj-usul-bpih-2027-rp1073-juta-jemaah-bayar-rp429-juta",
      "image": "https://foto.kontan.co.id/gp2xguKiEv5ZEtVv2e85tYxPg0o=/smart/2019/03/20/1281679964t.jpg",
      "title": "Kemenhaj Usul BPIH 2027 Rp107,3 Juta, Jemaah Bayar Rp42,9 Juta",
      "source": "kontan.co.id",
      "category": "nasional",
      "publishedAt": "2026-08-18T17:00:00.000Z"
    }
  ],
  "channel": null,
  "dataset": "archive",
  "hasMore": true,
  "nextPage": 2,
  "provider": "kontan"
}
GETArticle Detail/v1/finance:kontan/detailOne article with body, tags, writer, editor and word count.

Parameters

urlstringrequired
Full article URL

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/detail?url=https%3A%2F%2Finvestasi.kontan.co.id%2Fnews%2Feskalasi-geopolitik-bayangi-pasar-harga-minyak-berpotensi-tembus-us-100" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "1361201",
  "url": "https://investasi.kontan.co.id/news/eskalasi-geopolitik-bayangi-pasar-harga-minyak-berpotensi-tembus-us-100",
  "tags": [
    "harga minyak dunia",
    "harga minyak mentah",
    "minyak brent"
  ],
  "type": "Standard",
  "image": "https://foto.kontan.co.id/OPjZDSDIJeCm92MUcH3qWKMjT60=/smart/2026/08/12/68597051.jpg",
  "title": "Eskalasi Geopolitik Bayangi Pasar, Harga Minyak Berpotensi Tembus US$ 100",
  "author": "Muhammad Fatih",
  "editor": "Anna Suci Perwitasari",
  "source": "kontan.co.id",
  "content": "Reporter: Muhammad Fatih | Editor: Anna Suci Perwitasari\n\nKONTAN.CO.ID - JAKARTA. Harga minyak mentah dunia diproyeksikan masih cenderung berada di level tinggi dan volatil hingga …",
  "dataset": "article",
  "summary": "Harga minyak acuan terus reli untuk lima sesi berturut-turut dan membuat harga minyak berpeluang kembali ke atas US$ 100 per barel",
  "category": "investasi",
  "provider": "kontan",
  "authorUrl": "https://www.kontan.co.id/author/531/muhammad-fatih",
  "updatedAt": "2026-08-20T09:38:30.000Z",
  "wordCount": 547,
  "publishedAt": "2026-08-20T09:38:30.000Z",
  "subcategory": "Komoditas"
}
GETTag Articles/v1/finance:kontan/tagArticles filed under one tag.

Parameters

tagstringrequired
Tag slug, as it appears in a /tag/ URL

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/tag?tag=harga-minyak" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "tag": "harga-minyak",
  "count": 10,
  "items": [
    {
      "url": "https://investasi.kontan.co.id/news/ancaman-sanksi-iran-tekan-pasokan-fisik-harga-minyak-dibayangi-volatilitas",
      "image": "https://foto.kontan.co.id/yL8aYhYetjEXqh2suETeB2j9-O4=/smart/2026/08/12/68597051t.jpg",
      "title": "Ancaman Sanksi Iran Tekan Pasokan Fisik, Harga Minyak Dibayangi Volatilitas",
      "source": "kontan.co.id",
      "publishedAt": "2026-08-20T10:11:00.000Z"
    },
    {
      "url": "https://industri.kontan.co.id/news/target-lifting-gas-rapbn-2027-turun-aspermigas-soroti-serapan-dan-harga-gas",
      "image": "https://foto.kontan.co.id/CO96WasNrDme_N3pZCzGLnLi9qM=/smart/2016/08/24/1767780674t.jpg",
      "title": "Target Lifting Gas RAPBN 2027 Turun, Aspermigas Soroti Serapan dan Harga Gas",
      "source": "kontan.co.id",
      "publishedAt": "2026-08-20T10:03:00.000Z"
    },
    {
      "url": "https://investasi.kontan.co.id/news/eskalasi-geopolitik-bayangi-pasar-harga-minyak-berpotensi-tembus-us-100",
      "image": "https://foto.kontan.co.id/yL8aYhYetjEXqh2suETeB2j9-O4=/smart/2026/08/12/68597051t.jpg",
      "title": "Eskalasi Geopolitik Bayangi Pasar, Harga Minyak Berpotensi Tembus US$ 100",
      "source": "kontan.co.id",
      "publishedAt": "2026-08-20T09:38:00.000Z"
    }
  ],
  "dataset": "tag",
  "provider": "kontan"
}
GETAuthor Articles/v1/finance:kontan/authorOne writer's articles, paged.

Parameters

authorstringrequired
Author path as <id>/<slug>, or a full /author/ URL
pagenumberoptional
Page number, 10 items per page. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/author?author=531%2Fmuhammad-fatih&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "url": "https://investasi.kontan.co.id/news/ancaman-sanksi-iran-tekan-pasokan-fisik-harga-minyak-dibayangi-volatilitas",
      "image": "https://foto.kontan.co.id/yL8aYhYetjEXqh2suETeB2j9-O4=/smart/2026/08/12/68597051t.jpg",
      "title": "Ancaman Sanksi Iran Tekan Pasokan Fisik, Harga Minyak Dibayangi Volatilitas",
      "source": "kontan.co.id",
      "category": "HARGA MINYAK BUMI",
      "publishedAt": "2026-08-20T10:11:00.000Z"
    },
    {
      "url": "https://investasi.kontan.co.id/news/eskalasi-geopolitik-bayangi-pasar-harga-minyak-berpotensi-tembus-us-100",
      "image": "https://foto.kontan.co.id/yL8aYhYetjEXqh2suETeB2j9-O4=/smart/2026/08/12/68597051t.jpg",
      "title": "Eskalasi Geopolitik Bayangi Pasar, Harga Minyak Berpotensi Tembus US$ 100",
      "source": "kontan.co.id",
      "category": "GEJOLAK HARGA MINYAK",
      "publishedAt": "2026-08-20T09:38:00.000Z"
    },
    {
      "url": "https://insight.kontan.co.id/news/pasar-sigap-mengantisipasi-arah-bi-rate",
      "image": "https://foto.kontan.co.id/voz-g-59WslBn_GnqjYTg5jivEA=/smart/2026/08/11/1478964731t.jpg",
      "title": "Pasar Sigap Mengantisipasi Arah BI Rate",
      "source": "kontan.co.id",
      "category": "KURS RUPIAH-DOLAR AS",
      "publishedAt": "2026-08-20T00:10:00.000Z"
    }
  ],
  "author": "531/muhammad-fatih",
  "dataset": "author",
  "hasMore": true,
  "nextPage": 2,
  "provider": "kontan"
}
GETTrading Recap/v1/finance:kontan/rekap-dataIDX trading recap: market totals, investor split, blue chips and busiest brokers.

Parameters

sectionnumberoptional
Which table on the page, 1-based. Default 1; sections lists them all

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/rekap-data?section=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 3,
  "items": [
    {
      "event": "Buy",
      "totalValue": "15.776.495.743.834",
      "totalVolume": "77.092.754.743",
      "foreignValue": "5.354.211.791.469",
      "domesticValue": "10.422.283.952.365",
      "foreignVolume": "44.094.527.410",
      "domesticVolume": "32.998.227.333"
    },
    {
      "event": "Sell",
      "totalValue": "15.776.495.743.834",
      "totalVolume": "77.092.754.743",
      "foreignValue": "4.673.957.116.262",
      "domesticValue": "11.102.538.627.572",
      "foreignVolume": "45.719.387.678",
      "domesticVolume": "31.373.367.065"
    }
  ],
  "columns": [
    {
      "field": "event",
      "label": "Event"
    },
    {
      "field": "domesticVolume",
      "label": "Domestic Volume"
    }
  ],
  "dataset": "rekap-data",
  "section": 2,
  "provider": "kontan",
  "sections": [
    {
      "count": 8,
      "title": "Rekap Perdagangan Saham BEI",
      "section": 1
    },
    {
      "count": 3,
      "title": "Rekap Perdagangan Saham Menurut Investor",
      "section": 2
    }
  ],
  "sectionTitle": "Rekap Perdagangan Saham Menurut Investor"
}
GETGlobal Indices/v1/finance:kontan/indeks-globalWorld stock indices with last, change and change percent.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/indeks-global?search=SSEC" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 1,
  "items": [
    {
      "last": "3903.72",
      "name": "SSEC",
      "change": "9.3",
      "updatedAt": "2026-08-20 15:01:30",
      "changePercent": "0.24"
    }
  ],
  "search": "ssec",
  "columns": [
    {
      "field": "name",
      "label": "Name"
    },
    {
      "field": "last",
      "label": "Last"
    },
    {
      "field": "change",
      "label": "Change"
    },
    {
      "field": "changePercent",
      "label": "Change (%)"
    },
    {
      "field": "updatedAt",
      "label": "Last Update"
    }
  ],
  "dataset": "indeks-global",
  "provider": "kontan"
}
GETSectoral Indices/v1/finance:kontan/indeks-sektoralIDX sectoral indices with last and change.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/indeks-sektoral?search=IDXFINANCE" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 1,
  "items": [
    {
      "last": "1365.6470",
      "name": "IDXFINANCE",
      "change": "20.077",
      "changePercent": "1.49"
    }
  ],
  "search": "idxfinance",
  "columns": [
    {
      "field": "name",
      "label": "Name"
    },
    {
      "field": "last",
      "label": "Last"
    },
    {
      "field": "change",
      "label": "Change"
    },
    {
      "field": "changePercent",
      "label": "Change (%)"
    }
  ],
  "dataset": "indeks-sektoral",
  "provider": "kontan"
}
GETForeign Flow/v1/finance:kontan/dana-asing-sahamDaily net foreign flow into Indonesian equities.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/dana-asing-saham?search=2026-08" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 12,
  "items": [
    {
      "date": "2026-08-19",
      "midPrice": "933.53"
    },
    {
      "date": "2026-08-18",
      "midPrice": "-355.17"
    },
    {
      "date": "2026-08-14",
      "midPrice": "-1034.66"
    },
    {
      "date": "2026-08-13",
      "midPrice": "-1413.24"
    },
    {
      "date": "2026-08-12",
      "midPrice": "725.21"
    },
    {
      "date": "2026-08-11",
      "midPrice": "-687.84"
    },
    {
      "date": "2026-08-10",
      "midPrice": "829.69"
    },
    {
      "date": "2026-08-07",
      "midPrice": "1235.52"
    }
  ],
  "search": "2026-08",
  "columns": [
    {
      "field": "midPrice",
      "label": "Mid Price"
    },
    {
      "field": "date",
      "label": "Date"
    }
  ],
  "dataset": "dana-asing-saham",
  "provider": "kontan"
}
GETBenchmark SUN Yield/v1/finance:kontan/yield-sun-acuanGovernment bond yield curve by tenor, today against yesterday.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/yield-sun-acuan?search=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 39,
  "items": [
    {
      "date": "2026-08-19",
      "today": "6.5155",
      "tenorYear": "0.1",
      "yesterday": "6.5334"
    },
    {
      "date": "2026-08-19",
      "today": "6.6560",
      "tenorYear": "1",
      "yesterday": "6.6690"
    },
    {
      "date": "2026-08-19",
      "today": "6.7594",
      "tenorYear": "2",
      "yesterday": "6.7796"
    },
    {
      "date": "2026-08-19",
      "today": "6.8363",
      "tenorYear": "3",
      "yesterday": "6.8664"
    },
    {
      "date": "2026-08-19",
      "today": "6.8993",
      "tenorYear": "4",
      "yesterday": "6.9374"
    },
    {
      "date": "2026-08-19",
      "today": "6.9541",
      "tenorYear": "5",
      "yesterday": "6.9968"
    },
    {
      "date": "2026-08-19",
      "today": "7.0027",
      "tenorYear": "6",
      "yesterday": "7.0469"
    },
    {
      "date": "2026-08-19",
      "today": "7.0460",
      "tenorYear": "7",
      "yesterday": "7.0891"
    }
  ],
  "search": "2026-08",
  "columns": [
    {
      "field": "tenorYear",
      "label": "Tenor (Year)"
    },
    {
      "field": "today",
      "label": "Today"
    },
    {
      "field": "yesterday",
      "label": "Yesterday"
    },
    {
      "field": "date",
      "label": "Date"
    }
  ],
  "dataset": "yield-sun-acuan",
  "provider": "kontan"
}
GETSUN Ownership/v1/finance:kontan/kepemilikan-sunGovernment bond ownership split by institution type.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/kepemilikan-sun?search=Bank" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 3,
  "items": [
    {
      "sun": "765.09",
      "date": "2026-06-30",
      "sbsn": "168.06",
      "total": "933.15",
      "sunPercent": "13.53",
      "institution": "Bank Konvensional",
      "sbsnPercent": "13.03",
      "totalPercent": "13.44"
    },
    {
      "sun": "-",
      "date": "2026-06-30",
      "sbsn": "118.11",
      "total": "118.11",
      "sunPercent": "-",
      "institution": "Bank Syariah",
      "sbsnPercent": "9.16",
      "totalPercent": "1.70"
    },
    {
      "sun": "1817.06",
      "date": "2026-06-30",
      "sbsn": "223.34",
      "total": "2040.41",
      "sunPercent": "32.13",
      "institution": "Bank Indonesia",
      "sbsnPercent": "17.32",
      "totalPercent": "29.38"
    }
  ],
  "search": "bank",
  "columns": [
    {
      "field": "institution",
      "label": "Institusi"
    },
    {
      "field": "sun",
      "label": "SUN"
    },
    {
      "field": "sunPercent",
      "label": "SUN Persentase (%)"
    },
    {
      "field": "sbsn",
      "label": "SBSN"
    },
    {
      "field": "sbsnPercent",
      "label": "SBSN Persentase (%)"
    },
    {
      "field": "total",
      "label": "Total"
    },
    {
      "field": "totalPercent",
      "label": "Total Persentase (%)"
    },
    {
      "field": "date",
      "label": "Tanggal"
    }
  ],
  "dataset": "kepemilikan-sun",
  "provider": "kontan"
}
GETCorporate Bond Yield/v1/finance:kontan/yield-obligasi-korporasiCorporate bond yield curve by tenor and credit rating.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/yield-obligasi-korporasi?search=5" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 11,
  "items": [
    {
      "a": "7.8492",
      "aa": "7.0307",
      "aaa": "6.8238",
      "bbb": "9.0000",
      "igs": "6.5155",
      "date": "2026-08-19",
      "tenorYear": "0.1"
    },
    {
      "a": "8.1708",
      "aa": "7.3923",
      "aaa": "7.1307",
      "bbb": "10.0000",
      "igs": "6.6560",
      "date": "2026-08-19",
      "tenorYear": "1"
    },
    {
      "a": "8.4000",
      "aa": "7.5300",
      "aaa": "7.2504",
      "bbb": "10.0000",
      "igs": "6.7594",
      "date": "2026-08-19",
      "tenorYear": "2"
    }
  ],
  "search": "2026-08",
  "columns": [
    {
      "field": "tenorYear",
      "label": "Tenor (Tahun)"
    },
    {
      "field": "igs",
      "label": "IGS"
    },
    {
      "field": "aaa",
      "label": "AAA"
    }
  ],
  "dataset": "yield-obligasi-korporasi",
  "provider": "kontan"
}
GETRetail SBN Yield/v1/finance:kontan/yield-sbn-ritelRetail government bond series with yield, price and coupon.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/yield-sbn-ritel?search=ORI" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 15,
  "items": [
    {
      "ttm": "2.91",
      "date": "2026-08-19",
      "coupon": "6.0000",
      "series": "ORI023T6",
      "todayPrice": "97.8872",
      "todayYield": "6.9045",
      "yesterdayPrice": "97.8143",
      "yesterdayYield": "6.9319"
    },
    {
      "ttm": "0.16",
      "date": "2026-08-19",
      "coupon": "6.0000",
      "series": "ORI024T3",
      "todayPrice": "99.9334",
      "todayYield": "6.5292",
      "yesterdayPrice": "99.9296",
      "yesterdayYield": "6.5465"
    },
    {
      "ttm": "3.16",
      "date": "2026-08-19",
      "coupon": "6.0000",
      "series": "ORI024T6",
      "todayPrice": "98.5104",
      "todayYield": "6.8764",
      "yesterdayPrice": "98.4283",
      "yesterdayYield": "6.9052"
    }
  ],
  "search": "ori",
  "columns": [
    {
      "field": "series",
      "label": "Series"
    },
    {
      "field": "ttm",
      "label": "TTM"
    },
    {
      "field": "todayYield",
      "label": "Today Yield"
    }
  ],
  "dataset": "yield-sbn-ritel",
  "provider": "kontan"
}
GETDeposit Benchmark Rate/v1/finance:kontan/sbwDeposit insurance benchmark rate by period, rupiah and foreign currency.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/sbw?search=2026" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 3,
  "items": [
    {
      "date": "01/06/2026 - 30/09/2026",
      "rupiahPercent": "3.5%",
      "foreignCurrencyPercent": "2%"
    },
    {
      "date": "01/02/2026 - 31/05/2026",
      "rupiahPercent": "3.5%",
      "foreignCurrencyPercent": "2%"
    },
    {
      "date": "01/10/2025 - 31/01/2026",
      "rupiahPercent": "3.5%",
      "foreignCurrencyPercent": "2%"
    }
  ],
  "search": "2026",
  "columns": [
    {
      "field": "date",
      "label": "Tanggal"
    },
    {
      "field": "rupiahPercent",
      "label": "Rupiah (%)"
    },
    {
      "field": "foreignCurrencyPercent",
      "label": "Valas (%)"
    }
  ],
  "dataset": "sbw",
  "provider": "kontan"
}
GETCPO Price/v1/finance:kontan/cpoCrude palm oil futures by contract month, with price and volume.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/cpo?search=Aug" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 6,
  "items": [
    {
      "date": "2026-08-06",
      "price": "16205",
      "volume": "100",
      "contract": "Aug",
      "contractYear": "2025"
    },
    {
      "date": "2026-08-06",
      "price": "16605",
      "volume": "0",
      "contract": "Sep",
      "contractYear": "2025"
    },
    {
      "date": "2026-08-06",
      "price": "16870",
      "volume": "0",
      "contract": "Okt",
      "contractYear": "2025"
    },
    {
      "date": "2026-08-06",
      "price": "17075",
      "volume": "0",
      "contract": "Nov",
      "contractYear": "2025"
    },
    {
      "date": "2026-08-06",
      "price": "17260",
      "volume": "0",
      "contract": "Des",
      "contractYear": "2025"
    },
    {
      "date": "2026-08-06",
      "price": "17260",
      "volume": "0",
      "contract": "Jan",
      "contractYear": "2025"
    }
  ],
  "search": "2026",
  "columns": [
    {
      "field": "contract",
      "label": "Kontrak Aktif"
    },
    {
      "field": "price",
      "label": "Harga"
    },
    {
      "field": "volume",
      "label": "Volume"
    },
    {
      "field": "contractYear",
      "label": "Tahun Kontrak"
    },
    {
      "field": "date",
      "label": "Tanggal"
    }
  ],
  "dataset": "cpo",
  "provider": "kontan"
}
GETMineral Prices/v1/finance:kontan/mineralGovernment reference prices for mineral commodities.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/mineral?search=Batubara" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 2,
  "items": [
    {
      "year": "2026",
      "month": "APRIL (P1)",
      "price": "99.87",
      "mineral": "Batubara",
      "priceUnit": "(USD/ton)"
    },
    {
      "year": "2026",
      "month": "APRIL (P2)",
      "price": "103.43",
      "mineral": "Batubara",
      "priceUnit": "(USD/ton)"
    }
  ],
  "search": "batubara",
  "columns": [
    {
      "field": "mineral",
      "label": "Jenis Mineral"
    },
    {
      "field": "price",
      "label": "Harga"
    },
    {
      "field": "priceUnit",
      "label": "Satuan Harga"
    },
    {
      "field": "month",
      "label": "Bulan"
    },
    {
      "field": "year",
      "label": "Tahun"
    }
  ],
  "dataset": "mineral",
  "provider": "kontan"
}
GETCar Sales/v1/finance:kontan/penjualan-mobilMonthly car sales by brand: wholesale, retail, production, export and import.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/penjualan-mobil?search=TOYOTA" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 2,
  "items": [
    {
      "year": "2026",
      "brand": "TOYOTA",
      "month": "JULI",
      "export": "14311",
      "import": "4553",
      "retail": "21008",
      "wholesale": "21642",
      "production": "44314"
    },
    {
      "year": "2026",
      "brand": "TOYOTA CKD",
      "month": "JULI",
      "export": "#N/A",
      "import": "#N/A",
      "retail": "#N/A",
      "wholesale": "#N/A",
      "production": "#N/A"
    }
  ],
  "search": "toyota",
  "columns": [
    {
      "field": "brand",
      "label": "Brand"
    },
    {
      "field": "wholesale",
      "label": "Whole Sales"
    },
    {
      "field": "retail",
      "label": "Retail Sales"
    },
    {
      "field": "production",
      "label": "Production"
    },
    {
      "field": "export",
      "label": "Export"
    },
    {
      "field": "import",
      "label": "Import"
    },
    {
      "field": "month",
      "label": "Month"
    },
    {
      "field": "year",
      "label": "Year"
    }
  ],
  "dataset": "penjualan-mobil",
  "provider": "kontan"
}
GETDeposit Rates/v1/finance:kontan/bunga-depositoTime deposit rates by bank across the 1, 3, 6 and 12 month tenors.

Parameters

searchstringoptional
Filter rows to those containing this text, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/bunga-deposito?search=BCA" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "items": [
    {
      "bank": "J TRUST BANK",
      "updatedAt": "2026-08-07",
      "month1Percent": "3.00",
      "month3Percent": "3.25",
      "month6Percent": "3.50",
      "month12Percent": "3.75"
    },
    {
      "bank": "BANK DANAMON",
      "updatedAt": "2026-08-07",
      "month1Percent": "3.75",
      "month3Percent": "3.75",
      "month6Percent": "4.00",
      "month12Percent": "4.00"
    },
    {
      "bank": "BANK JATIM",
      "updatedAt": "2024-07-19",
      "month1Percent": "2.6",
      "month3Percent": "2.75",
      "month6Percent": "2.9",
      "month12Percent": "2.95"
    }
  ],
  "search": "bank",
  "columns": [
    {
      "field": "bank",
      "label": "Nama Bank"
    },
    {
      "field": "month1Percent",
      "label": "1 Bln (%)"
    },
    {
      "field": "month3Percent",
      "label": "3 Bln (%)"
    }
  ],
  "dataset": "bunga-deposito",
  "provider": "kontan"
}
GETMutual Funds/v1/finance:kontan/reksadanaFund NAV and daily return, one table per fund type.

Parameters

sectionnumberoptional
Which table on the page, 1-based. Default 1; sections lists them all

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/reksadana?section=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 11,
  "items": [
    {
      "nab": "732.64",
      "fund": "Indo Arthabuana Golden Compass",
      "dividend": "0.00",
      "dailyReturn": "0.21"
    },
    {
      "nab": "1103.20",
      "fund": "SAM Syariah Berimbang",
      "dividend": "0.00",
      "dailyReturn": "-0.40"
    },
    {
      "nab": "9354.06",
      "fund": "Panin Dana Unggulan",
      "dividend": "0.00",
      "dailyReturn": "-0.32"
    }
  ],
  "columns": [
    {
      "field": "fund",
      "label": "Reksadana"
    },
    {
      "field": "nab",
      "label": "NAB"
    },
    {
      "field": "dividend",
      "label": "Deviden"
    }
  ],
  "dataset": "reksadana",
  "section": 2,
  "provider": "kontan",
  "sections": [
    {
      "count": 11,
      "title": "Reksadana Saham",
      "section": 1
    },
    {
      "count": 11,
      "title": "Reksadana Campuran",
      "section": 2
    },
    {
      "count": 11,
      "title": "Reksadana Pendapatan Tetap",
      "section": 3
    }
  ],
  "sectionTitle": "Reksadana Campuran"
}
GETGDP/v1/finance:kontan/pdbGross domestic product by quarter and year, current and constant prices.

Parameters

sectionnumberoptional
Which table on the page, 1-based. Default 1; sections lists them all

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/pdb?section=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "items": [
    {
      "q1": "3264523,50 (-0,98)",
      "q2": "3396302,60 (4,04)",
      "q3": "3444756,70 (1,43)",
      "q4": "3474461,20 (0,86)",
      "year": "2025",
      "total": "13580524,70 (5,11)"
    },
    {
      "q1": "3112906,10 (-0,83)",
      "q2": "3230971,10 (3,79)",
      "q3": "3279593,40 (1,50)",
      "q4": "3296741,70 (0,53)",
      "year": "2024",
      "total": "12920281,70 (5,03)"
    },
    {
      "q1": "2961512,20 (-0,91)",
      "q2": "3075791,50 (3,86)",
      "q3": "3124938,50 (1,60)",
      "q4": "3139084,50 (0,45)",
      "year": "2023",
      "total": "12301393,60 (5,05)"
    }
  ],
  "columns": [
    {
      "field": "year",
      "label": "Tahun"
    },
    {
      "field": "q1",
      "label": "Q1 (M)"
    },
    {
      "field": "q2",
      "label": "Q2 (M)"
    }
  ],
  "dataset": "pdb",
  "section": 2,
  "provider": "kontan",
  "sections": [
    {
      "count": 10,
      "title": "PDB Harga Berlaku",
      "section": 1
    },
    {
      "count": 10,
      "title": "PDB Harga Konstan",
      "section": 2
    }
  ],
  "sectionTitle": "PDB Harga Konstan"
}
GETBI Rate/v1/finance:kontan/bi-rateBank Indonesia policy rate, one point per meeting, back to 2016.

Parameters

fromstringoptional
Keep points on or after this date, YYYY-MM-DD
tostringoptional
Keep points on or before this date, YYYY-MM-DD

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/bi-rate?from=2024-01-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": null,
  "from": "2025-01-01",
  "count": 20,
  "items": [
    {
      "date": "2025-01-15",
      "rate": 5.75
    },
    {
      "date": "2025-02-19",
      "rate": 5.75
    },
    {
      "date": "2025-03-19",
      "rate": 5.75
    },
    {
      "date": "2025-04-23",
      "rate": 5.75
    },
    {
      "date": "2025-05-21",
      "rate": 5.5
    },
    {
      "date": "2025-06-18",
      "rate": 5.5
    },
    {
      "date": "2025-07-16",
      "rate": 5.25
    },
    {
      "date": "2025-08-20",
      "rate": 5
    }
  ],
  "dataset": "bi-rate",
  "provider": "kontan"
}
GETInflation/v1/finance:kontan/inflasiMonth-on-month inflation alongside the year-on-year rate.

Parameters

fromstringoptional
Keep points on or after this date, YYYY-MM-DD
tostringoptional
Keep points on or before this date, YYYY-MM-DD

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/inflasi?from=2024-01-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": null,
  "from": "2025-01-01",
  "count": 19,
  "items": [
    {
      "date": "2025-01-31",
      "annual": 0.76,
      "monthly": 0.76
    },
    {
      "date": "2025-02-28",
      "annual": -0.09,
      "monthly": 0.48
    },
    {
      "date": "2025-03-31",
      "annual": 1.03,
      "monthly": 1.65
    },
    {
      "date": "2025-04-30",
      "annual": 1.95,
      "monthly": 1.17
    },
    {
      "date": "2025-05-31",
      "annual": 1.6,
      "monthly": 0.37
    },
    {
      "date": "2025-06-30",
      "annual": 1.87,
      "monthly": 0.19
    },
    {
      "date": "2025-07-31",
      "annual": 2.37,
      "monthly": 0.3
    },
    {
      "date": "2025-08-31",
      "annual": 2.31,
      "monthly": 0.08
    }
  ],
  "dataset": "inflasi",
  "provider": "kontan"
}
GETFX Reserves/v1/finance:kontan/devisaForeign exchange reserves, monthly, in millions of US dollars.

Parameters

fromstringoptional
Keep points on or after this date, YYYY-MM-DD
tostringoptional
Keep points on or before this date, YYYY-MM-DD

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/devisa?from=2024-01-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": null,
  "from": "2025-01-01",
  "count": 19,
  "items": [
    {
      "date": "2025-01-31",
      "reserves": 156085
    },
    {
      "date": "2025-02-28",
      "reserves": 154509
    },
    {
      "date": "2025-03-27",
      "reserves": 157090
    },
    {
      "date": "2025-04-30",
      "reserves": 152467
    },
    {
      "date": "2025-05-28",
      "reserves": 152488
    },
    {
      "date": "2025-06-30",
      "reserves": 152567
    },
    {
      "date": "2025-07-31",
      "reserves": 151988
    },
    {
      "date": "2025-08-29",
      "reserves": 150708
    }
  ],
  "dataset": "devisa",
  "provider": "kontan"
}
GETBI Reference Rate/v1/finance:kontan/kurs-biDaily USD reference rate: sell, buy and the middle rate.

Parameters

fromstringoptional
Keep points on or after this date, YYYY-MM-DD
tostringoptional
Keep points on or before this date, YYYY-MM-DD

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/kurs-bi?from=2024-01-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": null,
  "from": "2025-01-01",
  "count": 62,
  "items": [
    {
      "buy": 17630,
      "mid": 17719,
      "date": "2026-05-20",
      "sell": 17807
    },
    {
      "buy": 17596,
      "mid": 17685,
      "date": "2026-05-21",
      "sell": 17773
    },
    {
      "buy": 17584,
      "mid": 17673,
      "date": "2026-05-22",
      "sell": 17761
    },
    {
      "buy": 17628,
      "mid": 17717,
      "date": "2026-05-25",
      "sell": 17805
    },
    {
      "buy": 17654,
      "mid": 17743,
      "date": "2026-05-26",
      "sell": 17831
    },
    {
      "buy": 17700,
      "mid": 17789,
      "date": "2026-05-29",
      "sell": 17877
    },
    {
      "buy": 17793,
      "mid": 17883,
      "date": "2026-06-02",
      "sell": 17972
    },
    {
      "buy": 17773,
      "mid": 17863,
      "date": "2026-06-03",
      "sell": 17952
    }
  ],
  "dataset": "kurs-bi",
  "provider": "kontan"
}
GETGold and Silver Price/v1/finance:kontan/logam-muliaAntam gold and silver prices over a date range, with buyback.

Parameters

metalenumoptional
Which metal. Default gold Values: gold, silver.
fromstringoptional
Range start, YYYY-MM-DD. Defaults to the upstream's own recent window
tostringoptional
Range end, YYYY-MM-DD

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/logam-mulia?metal=gold&from=2026-07-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "2026-08-20",
  "from": "2026-08-01",
  "count": 20,
  "items": [
    {
      "date": "2026-08-01",
      "price": 2603000,
      "buyback": 2368000
    },
    {
      "date": "2026-08-02",
      "price": 2603000,
      "buyback": 2368000
    },
    {
      "date": "2026-08-03",
      "price": 2610000,
      "buyback": 2379000
    },
    {
      "date": "2026-08-04",
      "price": 2603000,
      "buyback": 2374000
    },
    {
      "date": "2026-08-05",
      "price": 2629000,
      "buyback": 2400000
    },
    {
      "date": "2026-08-06",
      "price": 2679000,
      "buyback": 2490000
    },
    {
      "date": "2026-08-07",
      "price": 2650000,
      "buyback": 2461000
    },
    {
      "date": "2026-08-08",
      "price": 2690000,
      "buyback": 2511000
    }
  ],
  "metal": "gold",
  "dataset": "logam-mulia",
  "provider": "kontan"
}
GETInfographics/v1/finance:kontan/infografikKontan's data infographics, paged.

Parameters

pagenumberoptional
Page number, 10 items per page. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/finance:kontan/infografik?page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 2,
  "count": 10,
  "items": [
    {
      "url": "https://pusatdata.kontan.co.id/infografik/256/Cadangan-Devisa-Mei-2025-Hingga-Juni-2026",
      "image": "https://fs-media.kontan.co.id/chart/chart_9547320260709101556.jpeg",
      "title": "Cadangan Devisa Mei 2025 Hingga Juni 2026",
      "topic": "Bank Indonesia",
      "source": "kontan.co.id",
      "summary": "Cadangan devisa Juni 2026 meningkat jadi US$ 145,59 miliar setelah bulan sebelumnya berada di titik terendah dalam hampir dua tahun",
      "publishedAt": "2026-07-09"
    },
    {
      "url": "https://pusatdata.kontan.co.id/infografik/255/Perkembangan-Dana-Kelolaan-Reksadana-Per-Jenis-Hingga-Juni-2026",
      "image": "https://fs-media.kontan.co.id/chart/chart_9619420260708024733.jpeg",
      "title": "Perkembangan Dana Kelolaan Reksadana Per Jenis Hingga Juni 2026",
      "topic": "OJK",
      "source": "kontan.co.id",
      "summary": "Dari semua jenis reksadana, hanya reksadana terproteksi dan reksadana global yang naik pada Juni 2026",
      "publishedAt": "2026-07-08"
    }
  ],
  "dataset": "infografik",
  "hasMore": true,
  "nextPage": 3,
  "provider": "kontan"
}

Related APIs

More in finance

Pluang

finance/pluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

23.1K calls·1d cache

TradingView

finance/tradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

52.6K calls·1d cache

Stockbit

finance/stockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

17.4K calls·1d cache

Binance Vision

finance/binance-vision

Binance's public bulk archive: klines, 5-minute open-interest and long/short metrics, funding, book depth and liquidations, back to 2017.

634 calls·1d cache

Yahoo Finance

finance/yahoo-finance

Global quotes, fundamentals, statements, options, earnings, ownership and analyst coverage. Jakarta listings via the .JK suffix.

12.7K calls·5m cache

IDX (Bursa Efek Indonesia)

finance/idx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

73.7K calls·1d cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026