Skip to content

PGK to KHR exchange rate API

Kina to Riel · quoted 2026-09-25

905.1770

▼ +2.83% over 6M

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 last 6 months, PGK/KHR traded between 897.5532 and 931.5151, averaged 914.8282 and fell 2.83%. 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 6M

PGK/KHR over 6M: show the values
PointPGK/KHR
2026-03-29931.5151
2026-04-05927.0993
2026-04-12924.7895
2026-04-19922.8134
2026-04-26921.1393
2026-05-03923.5025
2026-05-10913.0775
2026-05-18921.2116
2026-05-26920.7964
2026-06-02921.2282
2026-06-11918.5912
2026-06-18915.3056
2026-06-25912.9557
2026-07-02911.2765
2026-07-09915.2209
2026-07-16909.8535
2026-07-23906.4772
2026-07-30909.7992
2026-08-06917.3291
2026-08-13914.0508
2026-08-21897.5532
2026-08-28913.7404
2026-09-04899.5777
2026-09-11909.4462
2026-09-18906.3259
2026-09-25910.5083

High

931.5151

Low

897.5532

Average

914.8282

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.