PGK to IDR exchange rate API
Kina to Rupiah · quoted 2026-09-25
3969.70
▲ +1.23% over YTD
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 year to date, PGK/IDR traded between 3911.62 and 4119.97, averaged 3992.96 and rose 1.23%. 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 YTD: show the values
| Point | PGK/IDR |
|---|---|
| 2025-12-31 | 3921.62 |
| 2026-01-07 | 3930.01 |
| 2026-01-14 | 3956.20 |
| 2026-01-21 | 3960.41 |
| 2026-01-28 | 3916.75 |
| 2026-02-04 | 3929.15 |
| 2026-02-11 | 3918.29 |
| 2026-02-18 | 3931.83 |
| 2026-02-25 | 3914.47 |
| 2026-03-04 | 3919.13 |
| 2026-03-11 | 3926.34 |
| 2026-03-18 | 3944.71 |
| 2026-03-25 | 3911.62 |
| 2026-04-01 | 3915.28 |
| 2026-04-08 | 3924.27 |
| 2026-04-15 | 3955.54 |
| 2026-04-22 | 3953.17 |
| 2026-04-29 | 3993.60 |
| 2026-05-06 | 3986.38 |
| 2026-05-13 | 4008.90 |
| 2026-05-20 | 4054.83 |
| 2026-05-27 | 4097.03 |
| 2026-06-03 | 4119.97 |
| 2026-06-10 | 4080.70 |
| 2026-06-17 | 4074.44 |
| 2026-06-24 | 4102.94 |
| 2026-07-01 | 4080.76 |
| 2026-07-08 | 4119.60 |
| 2026-07-15 | 4105.85 |
| 2026-07-22 | 4057.11 |
| 2026-07-29 | 4072.69 |
| 2026-08-05 | 4052.34 |
| 2026-08-12 | 4008.24 |
| 2026-08-19 | 4013.30 |
| 2026-08-26 | 3997.80 |
| 2026-09-02 | 4005.42 |
| 2026-09-09 | 3941.09 |
| 2026-09-16 | 3956.10 |
| 2026-09-23 | 3991.00 |
High
4119.97
Low
3911.62
Average
3992.96
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.