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: show the values
| Point | PGK/KHR |
|---|---|
| 2026-08-26 | 912.6717 |
| 2026-08-27 | 916.9092 |
| 2026-08-28 | 913.7404 |
| 2026-08-29 | 929.1529 |
| 2026-08-30 | 923.1883 |
| 2026-08-31 | 901.9826 |
| 2026-09-01 | 915.8320 |
| 2026-09-02 | 916.0766 |
| 2026-09-03 | 907.7600 |
| 2026-09-04 | 899.5777 |
| 2026-09-05 | 897.0915 |
| 2026-09-06 | 897.9503 |
| 2026-09-07 | 905.7025 |
| 2026-09-08 | 909.6602 |
| 2026-09-09 | 912.2021 |
| 2026-09-10 | 899.8296 |
| 2026-09-11 | 909.4462 |
| 2026-09-12 | 934.1150 |
| 2026-09-13 | 921.0018 |
| 2026-09-14 | 907.2445 |
| 2026-09-15 | 906.1979 |
| 2026-09-16 | 907.0151 |
| 2026-09-17 | 910.5997 |
| 2026-09-18 | 906.3259 |
| 2026-09-19 | 911.2012 |
| 2026-09-20 | 917.6677 |
| 2026-09-21 | 912.5595 |
| 2026-09-22 | 917.3841 |
| 2026-09-23 | 910.9155 |
| 2026-09-24 | 916.4764 |
| 2026-09-25 | 910.5083 |
High
934.1150
Low
897.0915
Average
911.3489
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.