Skip to content

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

PGK/IDR over 30D: show the values
PointPGK/IDR
2026-08-263997.80
2026-08-274018.61
2026-08-284001.26
2026-08-294079.48
2026-08-304047.45
2026-08-313930.49
2026-09-014009.97
2026-09-024005.42
2026-09-033959.32
2026-09-043921.09
2026-09-053911.96
2026-09-063922.34
2026-09-073949.15
2026-09-083953.94
2026-09-093941.09
2026-09-103901.27
2026-09-113947.06
2026-09-124052.04
2026-09-134000.45
2026-09-143954.21
2026-09-153960.87
2026-09-163956.10
2026-09-173967.63
2026-09-183985.49
2026-09-194002.81
2026-09-204027.24
2026-09-214025.25
2026-09-224032.10
2026-09-233991.00
2026-09-244039.90
2026-09-254011.76

High

4079.48

Low

3901.27

Average

3983.57

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.