PGK to IDR exchange rate API
Kina to Rupiah · quoted 2026-09-25
3969.70
▼ +0.70% over 30D
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 30 days, PGK/IDR traded between 3901.27 and 4079.48, averaged 3983.57 and fell 0.70%. 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 30D: show the values
| Point | PGK/IDR |
|---|---|
| 2026-08-26 | 3997.80 |
| 2026-08-27 | 4018.61 |
| 2026-08-28 | 4001.26 |
| 2026-08-29 | 4079.48 |
| 2026-08-30 | 4047.45 |
| 2026-08-31 | 3930.49 |
| 2026-09-01 | 4009.97 |
| 2026-09-02 | 4005.42 |
| 2026-09-03 | 3959.32 |
| 2026-09-04 | 3921.09 |
| 2026-09-05 | 3911.96 |
| 2026-09-06 | 3922.34 |
| 2026-09-07 | 3949.15 |
| 2026-09-08 | 3953.94 |
| 2026-09-09 | 3941.09 |
| 2026-09-10 | 3901.27 |
| 2026-09-11 | 3947.06 |
| 2026-09-12 | 4052.04 |
| 2026-09-13 | 4000.45 |
| 2026-09-14 | 3954.21 |
| 2026-09-15 | 3960.87 |
| 2026-09-16 | 3956.10 |
| 2026-09-17 | 3967.63 |
| 2026-09-18 | 3985.49 |
| 2026-09-19 | 4002.81 |
| 2026-09-20 | 4027.24 |
| 2026-09-21 | 4025.25 |
| 2026-09-22 | 4032.10 |
| 2026-09-23 | 3991.00 |
| 2026-09-24 | 4039.90 |
| 2026-09-25 | 4011.76 |
High
4079.48
Low
3901.27
Average
3983.57
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.