PGK to KHR exchange rate API
Kina to Riel · quoted 2026-09-25
905.1770
▼ +3.82% over YTD
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 year to date, PGK/KHR traded between 901.9826 and 944.5301, averaged 924.0737 and fell 3.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 YTD: show the values
| Point | PGK/KHR |
|---|---|
| 2025-12-31 | 941.1290 |
| 2026-01-07 | 941.8692 |
| 2026-01-14 | 944.5301 |
| 2026-01-21 | 943.0389 |
| 2026-01-28 | 938.8816 |
| 2026-02-04 | 942.6675 |
| 2026-02-11 | 939.2651 |
| 2026-02-18 | 935.3462 |
| 2026-02-25 | 934.1003 |
| 2026-03-04 | 933.9340 |
| 2026-03-11 | 932.5571 |
| 2026-03-18 | 929.9396 |
| 2026-03-25 | 930.2675 |
| 2026-04-01 | 926.6027 |
| 2026-04-08 | 922.6909 |
| 2026-04-15 | 925.6208 |
| 2026-04-22 | 920.0936 |
| 2026-04-29 | 923.0889 |
| 2026-05-06 | 920.8688 |
| 2026-05-14 | 926.4095 |
| 2026-05-21 | 921.8400 |
| 2026-05-29 | 921.5257 |
| 2026-06-05 | 919.9145 |
| 2026-06-14 | 927.2107 |
| 2026-06-21 | 919.0634 |
| 2026-06-28 | 916.1709 |
| 2026-07-05 | 911.0217 |
| 2026-07-12 | 917.3638 |
| 2026-07-19 | 917.4518 |
| 2026-07-26 | 916.1297 |
| 2026-08-02 | 915.7733 |
| 2026-08-09 | 916.0783 |
| 2026-08-16 | 922.4948 |
| 2026-08-24 | 911.2688 |
| 2026-08-31 | 901.9826 |
| 2026-09-07 | 905.7025 |
| 2026-09-14 | 907.2445 |
| 2026-09-21 | 912.5595 |
High
944.5301
Low
901.9826
Average
924.0737
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.