Skip to content

PGK to KHR exchange rate API

Kina to Riel · quoted 2026-09-25

905.1770

▼ +3.82% over YTD

1 PGK = 905.1770 KHR · 1 KHR = 0.001105 PGK · Get this rate via the API

1 PGK buys 905.1770 KHR as of 2026-09-25, so 1 KHR buys 0.001105 PGK. Over the year to date, PGK/KHR traded between 901.9826 and 944.5301, averaged 924.0737 and fell 3.82%. The API holds daily PGK/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/KHR over YTD

PGK/KHR over YTD: show the values
PointPGK/KHR
2025-12-31941.1290
2026-01-07941.8692
2026-01-14944.5301
2026-01-21943.0389
2026-01-28938.8816
2026-02-04942.6675
2026-02-11939.2651
2026-02-18935.3462
2026-02-25934.1003
2026-03-04933.9340
2026-03-11932.5571
2026-03-18929.9396
2026-03-25930.2675
2026-04-01926.6027
2026-04-08922.6909
2026-04-15925.6208
2026-04-22920.0936
2026-04-29923.0889
2026-05-06920.8688
2026-05-14926.4095
2026-05-21921.8400
2026-05-29921.5257
2026-06-05919.9145
2026-06-14927.2107
2026-06-21919.0634
2026-06-28916.1709
2026-07-05911.0217
2026-07-12917.3638
2026-07-19917.4518
2026-07-26916.1297
2026-08-02915.7733
2026-08-09916.0783
2026-08-16922.4948
2026-08-24911.2688
2026-08-31901.9826
2026-09-07905.7025
2026-09-14907.2445
2026-09-21912.5595

High

944.5301

Low

901.9826

Average

924.0737

For developers

Get this rate via the API

One GET request returns the PGK/KHR 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=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=KHR");
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=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/KHR API questions

How do I get the PGK/KHR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/KHR rate in rates.KHR.

How far back does PGK/KHR historical data go?

Daily PGK/KHR 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/KHR 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.