USD to KHR exchange rate API
US Dollar to Riel · quoted 2026-09-25
4065.74
▼ +0.52% over 5Y
1 USD = 4065.74 KHR · 1 KHR = 0.000246 USD · Get this rate via the API
1 USD buys 4065.74 KHR as of 2026-09-25, so 1 KHR buys 0.000246 USD. Over the last 5 years, USD/KHR traded between 3997.81 and 4086.87, averaged 4025.89 and fell 0.52%. The API holds daily USD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/KHR over 5Y: show the values
| Point | USD/KHR |
|---|---|
| 2024-08-24 | 4086.87 |
| 2024-10-07 | 4067.82 |
| 2024-11-06 | 4064.95 |
| 2024-12-06 | 4035.63 |
| 2025-01-05 | 4030.25 |
| 2025-02-04 | 4011.06 |
| 2025-03-06 | 4010.28 |
| 2025-04-06 | 3998.61 |
| 2025-05-06 | 4010.89 |
| 2025-06-07 | 4021.89 |
| 2025-07-07 | 4015.32 |
| 2025-08-06 | 3998.54 |
| 2025-09-05 | 4003.18 |
| 2025-10-06 | 4015.05 |
| 2025-11-05 | 4016.82 |
| 2025-12-05 | 4005.16 |
| 2026-01-05 | 4016.00 |
| 2026-02-04 | 4029.06 |
| 2026-03-06 | 4012.16 |
| 2026-04-05 | 3997.81 |
| 2026-05-05 | 4012.00 |
| 2026-06-06 | 4011.34 |
| 2026-07-08 | 4028.46 |
| 2026-08-07 | 4061.18 |
| 2026-09-07 | 4047.18 |
High
4086.87
Low
3997.81
Average
4025.89
Get this rate via the API
One GET request returns the USD/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=USD¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/KHR API questions
How do I get the USD/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/KHR rate in rates.KHR.
How far back does USD/KHR historical data go?
Daily USD/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 USD/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.