USD to KHR exchange rate API
US Dollar to Riel · quoted 2026-09-25
4065.74
▲ +1.31% over 6M
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 6 months, USD/KHR traded between 3997.27 and 4065.74, averaged 4026.67 and rose 1.31%. 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 6M: show the values
| Point | USD/KHR |
|---|---|
| 2026-03-29 | 4012.98 |
| 2026-04-05 | 3997.81 |
| 2026-04-12 | 3997.27 |
| 2026-04-19 | 4006.96 |
| 2026-04-26 | 4000.00 |
| 2026-05-03 | 4012.50 |
| 2026-05-10 | 4001.53 |
| 2026-05-18 | 4020.13 |
| 2026-05-26 | 4014.39 |
| 2026-06-02 | 4020.98 |
| 2026-06-11 | 4026.03 |
| 2026-06-18 | 4013.96 |
| 2026-06-25 | 4011.92 |
| 2026-07-02 | 4012.50 |
| 2026-07-09 | 4022.23 |
| 2026-07-16 | 4025.41 |
| 2026-07-23 | 4036.62 |
| 2026-07-30 | 4032.81 |
| 2026-08-06 | 4048.26 |
| 2026-08-13 | 4048.45 |
| 2026-08-21 | 4025.23 |
| 2026-08-28 | 4045.94 |
| 2026-09-04 | 4045.95 |
| 2026-09-11 | 4055.85 |
| 2026-09-18 | 4053.00 |
| 2026-09-25 | 4065.74 |
High
4065.74
Low
3997.27
Average
4026.67
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.