PGK to KHR exchange rate API
Kina to Riel · quoted 2026-09-25
905.1770
▼ +14.89% over 5Y
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 5 years, PGK/KHR traded between 905.1770 and 1063.56, averaged 973.8641 and fell 14.89%. 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 5Y: show the values
| Point | PGK/KHR |
|---|---|
| 2024-08-24 | 1063.5628 |
| 2024-10-07 | 1058.1316 |
| 2024-11-06 | 1051.4049 |
| 2024-12-06 | 1045.4829 |
| 2025-01-05 | 1016.5897 |
| 2025-02-04 | 1020.6044 |
| 2025-03-06 | 1000.4614 |
| 2025-04-06 | 1002.8686 |
| 2025-05-06 | 1003.6341 |
| 2025-06-07 | 981.6248 |
| 2025-07-07 | 1001.0865 |
| 2025-08-06 | 1003.5524 |
| 2025-09-05 | 984.5912 |
| 2025-10-06 | 964.0139 |
| 2025-11-05 | 955.3348 |
| 2025-12-05 | 942.7520 |
| 2026-01-05 | 941.6828 |
| 2026-02-04 | 942.6675 |
| 2026-03-06 | 933.0977 |
| 2026-04-05 | 927.0993 |
| 2026-05-05 | 924.8143 |
| 2026-06-06 | 918.3617 |
| 2026-07-08 | 917.4446 |
| 2026-08-07 | 908.7227 |
| 2026-09-07 | 905.7025 |
High
1063.56
Low
905.1770
Average
973.8641
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.