PGK to IDR exchange rate API
Kina to Rupiah · quoted 2026-09-25
3969.70
▼ +2.01% over 1Y
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 year, PGK/IDR traded between 3881.45 and 4119.76, averaged 3984.02 and fell 2.01%. 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 1Y: show the values
| Point | PGK/IDR |
|---|---|
| 2025-09-25 | 4050.93 |
| 2025-10-02 | 3973.73 |
| 2025-10-09 | 3981.72 |
| 2025-10-16 | 3960.98 |
| 2025-10-23 | 4007.88 |
| 2025-10-30 | 3974.81 |
| 2025-11-06 | 3946.35 |
| 2025-11-13 | 3957.49 |
| 2025-11-20 | 3958.09 |
| 2025-11-27 | 3910.29 |
| 2025-12-04 | 3890.80 |
| 2025-12-11 | 3922.04 |
| 2025-12-18 | 3928.09 |
| 2025-12-25 | 3881.45 |
| 2026-01-01 | 3918.03 |
| 2026-01-08 | 3946.75 |
| 2026-01-15 | 3957.56 |
| 2026-01-22 | 3950.73 |
| 2026-01-29 | 3923.15 |
| 2026-02-05 | 3943.40 |
| 2026-02-12 | 3924.44 |
| 2026-02-19 | 3939.43 |
| 2026-02-26 | 3904.00 |
| 2026-03-05 | 3931.81 |
| 2026-03-12 | 3919.47 |
| 2026-03-19 | 3933.48 |
| 2026-03-26 | 3926.19 |
| 2026-04-02 | 3943.96 |
| 2026-04-09 | 3957.29 |
| 2026-04-16 | 3949.38 |
| 2026-04-23 | 3974.99 |
| 2026-04-30 | 3993.94 |
| 2026-05-07 | 3977.02 |
| 2026-05-14 | 4034.64 |
| 2026-05-21 | 4056.43 |
| 2026-05-28 | 4101.15 |
| 2026-06-04 | 4117.63 |
| 2026-06-11 | 4101.00 |
| 2026-06-18 | 4076.16 |
| 2026-06-25 | 4092.02 |
| 2026-07-02 | 4092.71 |
| 2026-07-09 | 4119.76 |
| 2026-07-16 | 4065.19 |
| 2026-07-23 | 4034.19 |
| 2026-07-30 | 4078.50 |
| 2026-08-06 | 4056.01 |
| 2026-08-13 | 4031.52 |
| 2026-08-20 | 3964.13 |
| 2026-08-27 | 4018.61 |
| 2026-09-03 | 3959.32 |
| 2026-09-10 | 3901.27 |
| 2026-09-17 | 3967.63 |
| 2026-09-24 | 4039.90 |
High
4119.76
Low
3881.45
Average
3984.02
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.