Skip to content

PGK to IDR exchange rate API

Kina to Rupiah · quoted 2026-09-25

3969.70

▲ +0.61% over 6M

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 6 months, PGK/IDR traded between 3922.34 and 4139.29, averaged 4035.97 and rose 0.61%. 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 6M

PGK/IDR over 6M: show the values
PointPGK/IDR
2026-03-293945.68
2026-04-053947.17
2026-04-123960.78
2026-04-193962.43
2026-04-263978.69
2026-05-033995.21
2026-05-103971.45
2026-05-174035.06
2026-05-244076.36
2026-05-314099.22
2026-06-074139.29
2026-06-144125.56
2026-06-214076.70
2026-06-284087.86
2026-07-054081.33
2026-07-124115.84
2026-07-194083.21
2026-07-264072.09
2026-08-024089.01
2026-08-094050.51
2026-08-164074.35
2026-08-234036.13
2026-08-304047.45
2026-09-063922.34
2026-09-134000.45
2026-09-204027.24

High

4139.29

Low

3922.34

Average

4035.97

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.