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: show the values
| Point | PGK/KHR |
|---|---|
| 2026-03-30 | 929.3831 |
| 2026-04-06 | 924.9106 |
| 2026-04-13 | 924.9255 |
| 2026-04-20 | 926.9279 |
| 2026-04-27 | 919.3221 |
| 2026-05-04 | 923.2732 |
| 2026-05-11 | 918.7929 |
| 2026-05-19 | 919.5731 |
| 2026-05-27 | 922.9096 |
| 2026-06-03 | 920.4308 |
| 2026-06-12 | 917.4824 |
| 2026-06-19 | 916.6464 |
| 2026-06-26 | 913.0747 |
| 2026-07-03 | 912.5852 |
| 2026-07-10 | 910.4304 |
| 2026-07-17 | 910.4387 |
| 2026-07-24 | 914.9515 |
| 2026-07-31 | 909.0711 |
| 2026-08-07 | 908.7227 |
| 2026-08-14 | 907.0635 |
| 2026-08-22 | 913.5772 |
| 2026-08-29 | 929.1529 |
| 2026-09-05 | 897.0915 |
| 2026-09-12 | 934.1150 |
| 2026-09-19 | 911.2012 |
| 2026-09-26 | 928.2936 |
High
934.1150
Low
897.0915
Average
918.2459
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.