Skip to content

PGK to IDR exchange rate API

Kina to Rupiah · quoted 2026-09-25

3969.70

▼ +2.01% over 1Y

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 year, PGK/IDR traded between 3881.45 and 4119.76, averaged 3984.02 and fell 2.01%. 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 1Y

PGK/IDR over 1Y: show the values
PointPGK/IDR
2025-09-254050.93
2025-10-023973.73
2025-10-093981.72
2025-10-163960.98
2025-10-234007.88
2025-10-303974.81
2025-11-063946.35
2025-11-133957.49
2025-11-203958.09
2025-11-273910.29
2025-12-043890.80
2025-12-113922.04
2025-12-183928.09
2025-12-253881.45
2026-01-013918.03
2026-01-083946.75
2026-01-153957.56
2026-01-223950.73
2026-01-293923.15
2026-02-053943.40
2026-02-123924.44
2026-02-193939.43
2026-02-263904.00
2026-03-053931.81
2026-03-123919.47
2026-03-193933.48
2026-03-263926.19
2026-04-023943.96
2026-04-093957.29
2026-04-163949.38
2026-04-233974.99
2026-04-303993.94
2026-05-073977.02
2026-05-144034.64
2026-05-214056.43
2026-05-284101.15
2026-06-044117.63
2026-06-114101.00
2026-06-184076.16
2026-06-254092.02
2026-07-024092.71
2026-07-094119.76
2026-07-164065.19
2026-07-234034.19
2026-07-304078.50
2026-08-064056.01
2026-08-134031.52
2026-08-203964.13
2026-08-274018.61
2026-09-033959.32
2026-09-103901.27
2026-09-173967.63
2026-09-244039.90

High

4119.76

Low

3881.45

Average

3984.02

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.