PGK to IDR exchange rate API
Kina to Rupiah · quoted 2026-09-25
3969.70
▲ +0.61% over 6M
1 PGK = 3969.70 IDR · 1 IDR = 0.000252 PGK · Get this rate via the API
1 PGK buys 3969.70 IDR as of 2026-09-25, so 1 IDR buys 0.000252 PGK. Over the last 6 months, PGK/IDR traded between 3922.34 and 4139.29, averaged 4035.97 and rose 0.61%. The API holds daily PGK/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/IDR over 6M: show the values
| Point | PGK/IDR |
|---|---|
| 2026-03-29 | 3945.68 |
| 2026-04-05 | 3947.17 |
| 2026-04-12 | 3960.78 |
| 2026-04-19 | 3962.43 |
| 2026-04-26 | 3978.69 |
| 2026-05-03 | 3995.21 |
| 2026-05-10 | 3971.45 |
| 2026-05-17 | 4035.06 |
| 2026-05-24 | 4076.36 |
| 2026-05-31 | 4099.22 |
| 2026-06-07 | 4139.29 |
| 2026-06-14 | 4125.56 |
| 2026-06-21 | 4076.70 |
| 2026-06-28 | 4087.86 |
| 2026-07-05 | 4081.33 |
| 2026-07-12 | 4115.84 |
| 2026-07-19 | 4083.21 |
| 2026-07-26 | 4072.09 |
| 2026-08-02 | 4089.01 |
| 2026-08-09 | 4050.51 |
| 2026-08-16 | 4074.35 |
| 2026-08-23 | 4036.13 |
| 2026-08-30 | 4047.45 |
| 2026-09-06 | 3922.34 |
| 2026-09-13 | 4000.45 |
| 2026-09-20 | 4027.24 |
High
4139.29
Low
3922.34
Average
4035.97
Get this rate via the API
One GET request returns the PGK/IDR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/IDR API questions
How do I get the PGK/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/IDR rate in rates.IDR.
How far back does PGK/IDR historical data go?
Daily PGK/IDR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PGK/IDR exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.