USD to KHR exchange rate API
US Dollar to Riel · quoted 2026-09-25
4065.74
▲ +1.35% over YTD
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 year to date, USD/KHR traded between 3991.54 and 4065.74, averaged 4025.74 and rose 1.35%. 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 YTD: show the values
| Point | USD/KHR |
|---|---|
| 2025-12-31 | 4011.49 |
| 2026-01-07 | 4018.69 |
| 2026-01-14 | 4028.00 |
| 2026-01-21 | 4026.73 |
| 2026-01-28 | 4013.24 |
| 2026-02-04 | 4029.06 |
| 2026-02-11 | 4031.04 |
| 2026-02-18 | 4016.73 |
| 2026-02-25 | 4012.33 |
| 2026-03-04 | 4016.48 |
| 2026-03-11 | 4013.56 |
| 2026-03-18 | 4006.23 |
| 2026-03-25 | 4009.22 |
| 2026-04-01 | 4003.06 |
| 2026-04-08 | 3991.54 |
| 2026-04-15 | 4014.16 |
| 2026-04-22 | 4003.10 |
| 2026-04-29 | 4010.00 |
| 2026-05-06 | 4002.89 |
| 2026-05-14 | 4010.21 |
| 2026-05-21 | 4017.26 |
| 2026-05-29 | 4015.92 |
| 2026-06-05 | 4031.20 |
| 2026-06-14 | 4027.79 |
| 2026-06-21 | 4021.39 |
| 2026-06-28 | 4021.56 |
| 2026-07-05 | 4018.67 |
| 2026-07-12 | 4034.36 |
| 2026-07-19 | 4039.18 |
| 2026-07-26 | 4042.03 |
| 2026-08-02 | 4045.23 |
| 2026-08-09 | 4053.45 |
| 2026-08-16 | 4045.17 |
| 2026-08-24 | 4042.75 |
| 2026-08-31 | 4064.15 |
| 2026-09-07 | 4047.18 |
| 2026-09-14 | 4051.79 |
| 2026-09-21 | 4051.17 |
High
4065.74
Low
3991.54
Average
4025.74
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.