Skip to content

PGK to KHR exchange rate API

Kina to Riel · quoted 2026-09-25

905.1770

▼ +6.39% over 1Y

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 year, PGK/KHR traded between 905.1770 and 971.3692, averaged 931.1721 and fell 6.39%. 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 1Y

PGK/KHR over 1Y: show the values
PointPGK/KHR
2025-09-25966.9829
2025-10-02958.9402
2025-10-09965.4381
2025-10-16959.0320
2025-10-23971.3692
2025-10-30959.6150
2025-11-06952.1581
2025-11-13949.9944
2025-11-20947.1947
2025-11-27940.6738
2025-12-04936.1282
2025-12-12941.9519
2025-12-19939.6916
2025-12-26928.2614
2026-01-02935.4218
2026-01-09942.7575
2026-01-16942.3822
2026-01-23941.9814
2026-01-30939.1758
2026-02-06940.9986
2026-02-13937.7714
2026-02-20935.4987
2026-02-27932.3558
2026-03-06933.0977
2026-03-13929.6491
2026-03-20930.7213
2026-03-27930.1991
2026-04-03925.6981
2026-04-10928.6482
2026-04-17924.4357
2026-04-24927.6644
2026-05-01921.6543
2026-05-08925.3080
2026-05-16917.9045
2026-05-24923.8330
2026-05-31923.9861
2026-06-09916.5183
2026-06-16918.7776
2026-06-23918.5497
2026-06-30913.6065
2026-07-07912.6174
2026-07-14919.7534
2026-07-21915.9180
2026-07-28915.5152
2026-08-04919.7084
2026-08-11914.5804
2026-08-18913.9457
2026-08-26912.6717
2026-09-02916.0766
2026-09-09912.2021
2026-09-16907.0151
2026-09-23910.9155

High

971.3692

Low

905.1770

Average

931.1721

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.