PGK to IDR exchange rate API
Kina to Rupiah · quoted 2026-09-25
3969.70
▼ +1.06% over 5Y
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 5 years, PGK/IDR traded between 3881.45 and 4226.00, averaged 4027.44 and fell 1.06%. 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 5Y: show the values
| Point | PGK/IDR |
|---|---|
| 2024-08-24 | 4012.19 |
| 2024-10-01 | 4009.06 |
| 2024-10-31 | 4061.54 |
| 2024-11-30 | 3949.70 |
| 2024-12-30 | 4093.31 |
| 2025-01-29 | 4177.66 |
| 2025-02-28 | 4192.79 |
| 2025-03-30 | 4206.14 |
| 2025-04-29 | 4226.00 |
| 2025-05-29 | 4081.44 |
| 2025-06-28 | 4003.51 |
| 2025-07-28 | 4039.79 |
| 2025-08-27 | 4022.06 |
| 2025-09-26 | 3974.45 |
| 2025-10-26 | 3950.94 |
| 2025-11-25 | 3922.58 |
| 2025-12-25 | 3881.45 |
| 2026-01-24 | 3933.81 |
| 2026-02-23 | 3911.53 |
| 2026-03-25 | 3911.62 |
| 2026-04-24 | 3989.11 |
| 2026-05-24 | 4076.36 |
| 2026-06-23 | 4096.11 |
| 2026-07-23 | 4034.19 |
| 2026-08-22 | 3988.73 |
| 2026-09-21 | 4025.25 |
High
4226.00
Low
3881.45
Average
4027.44
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.