Skip to content

PGK to KHR exchange rate API

Kina to Riel · quoted 2026-09-26

928.2936

▼ +0.12% over 6M

1 PGK = 928.2936 KHR · 1 KHR = 0.001077 PGK · Get this rate via the API

1 PGK buys 928.2936 KHR as of 2026-09-26, so 1 KHR buys 0.001077 PGK. Over the last 6 months, PGK/KHR traded between 897.0915 and 934.1150, averaged 918.2459 and fell 0.12%. 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-30929.3831
2026-04-06924.9106
2026-04-13924.9255
2026-04-20926.9279
2026-04-27919.3221
2026-05-04923.2732
2026-05-11918.7929
2026-05-19919.5731
2026-05-27922.9096
2026-06-03920.4308
2026-06-12917.4824
2026-06-19916.6464
2026-06-26913.0747
2026-07-03912.5852
2026-07-10910.4304
2026-07-17910.4387
2026-07-24914.9515
2026-07-31909.0711
2026-08-07908.7227
2026-08-14907.0635
2026-08-22913.5772
2026-08-29929.1529
2026-09-05897.0915
2026-09-12934.1150
2026-09-19911.2012
2026-09-26928.2936

High

934.1150

Low

897.0915

Average

918.2459

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.