Skip to content

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

PGK/IDR over 5Y: show the values
PointPGK/IDR
2024-08-244012.19
2024-10-014009.06
2024-10-314061.54
2024-11-303949.70
2024-12-304093.31
2025-01-294177.66
2025-02-284192.79
2025-03-304206.14
2025-04-294226.00
2025-05-294081.44
2025-06-284003.51
2025-07-284039.79
2025-08-274022.06
2025-09-263974.45
2025-10-263950.94
2025-11-253922.58
2025-12-253881.45
2026-01-243933.81
2026-02-233911.53
2026-03-253911.62
2026-04-243989.11
2026-05-244076.36
2026-06-234096.11
2026-07-234034.19
2026-08-223988.73
2026-09-214025.25

High

4226.00

Low

3881.45

Average

4027.44

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=IDR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.