Skip to content

USD to KHR exchange rate API

US Dollar to Riel · quoted 2026-09-25

4065.74

▲ +1.48% over 1Y

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 year, USD/KHR traded between 3994.96 and 4065.74, averaged 4022.68 and rose 1.48%. 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 1Y

USD/KHR over 1Y: show the values
PointUSD/KHR
2025-09-254006.44
2025-10-024009.65
2025-10-094015.23
2025-10-164020.89
2025-10-234029.24
2025-10-304023.52
2025-11-064023.79
2025-11-134011.58
2025-11-204008.11
2025-11-274002.98
2025-12-044007.17
2025-12-123999.83
2025-12-194004.04
2025-12-264008.98
2026-01-024010.84
2026-01-094021.38
2026-01-164023.97
2026-01-234021.27
2026-01-304021.13
2026-02-064036.99
2026-02-134021.73
2026-02-204020.66
2026-02-274010.37
2026-03-064012.16
2026-03-134022.74
2026-03-203998.25
2026-03-274004.56
2026-04-033994.96
2026-04-104012.50
2026-04-174009.51
2026-04-244010.00
2026-05-014012.49
2026-05-084024.09
2026-05-164010.96
2026-05-244018.90
2026-05-314026.94
2026-06-094018.32
2026-06-164012.41
2026-06-234018.87
2026-06-304021.47
2026-07-074007.04
2026-07-144049.51
2026-07-214043.00
2026-07-284044.91
2026-08-044049.19
2026-08-114057.46
2026-08-184043.39
2026-08-264043.64
2026-09-024051.73
2026-09-094044.94
2026-09-164051.26
2026-09-234061.56

High

4065.74

Low

3994.96

Average

4022.68

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KHR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.