Skip to content

PGK to KHR exchange rate API

Kina to Riel · quoted 2026-09-25

905.1770

▼ +0.82% over 30D

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 30 days, PGK/KHR traded between 897.0915 and 934.1150, averaged 911.3489 and fell 0.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 30D

PGK/KHR over 30D: show the values
PointPGK/KHR
2026-08-26912.6717
2026-08-27916.9092
2026-08-28913.7404
2026-08-29929.1529
2026-08-30923.1883
2026-08-31901.9826
2026-09-01915.8320
2026-09-02916.0766
2026-09-03907.7600
2026-09-04899.5777
2026-09-05897.0915
2026-09-06897.9503
2026-09-07905.7025
2026-09-08909.6602
2026-09-09912.2021
2026-09-10899.8296
2026-09-11909.4462
2026-09-12934.1150
2026-09-13921.0018
2026-09-14907.2445
2026-09-15906.1979
2026-09-16907.0151
2026-09-17910.5997
2026-09-18906.3259
2026-09-19911.2012
2026-09-20917.6677
2026-09-21912.5595
2026-09-22917.3841
2026-09-23910.9155
2026-09-24916.4764
2026-09-25910.5083

High

934.1150

Low

897.0915

Average

911.3489

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.