Skip to content

USD to KHR exchange rate API

US Dollar to Riel · quoted 2026-09-25

4065.74

▲ +0.55% over 30D

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 30 days, USD/KHR traded between 4043.64 and 4068.50, averaged 4052.53 and rose 0.55%. 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 30D

USD/KHR over 30D: show the values
PointUSD/KHR
2026-08-264043.64
2026-08-274047.08
2026-08-284045.94
2026-08-294044.06
2026-08-304046.14
2026-08-314064.15
2026-09-014052.69
2026-09-024051.73
2026-09-034045.95
2026-09-044045.95
2026-09-054044.18
2026-09-064047.02
2026-09-074047.18
2026-09-084048.39
2026-09-094044.94
2026-09-104053.49
2026-09-114055.85
2026-09-124056.10
2026-09-134052.87
2026-09-144051.79
2026-09-154048.82
2026-09-164051.26
2026-09-174068.50
2026-09-184053.00
2026-09-194051.98
2026-09-204051.53
2026-09-214051.17
2026-09-224054.33
2026-09-234061.56
2026-09-244068.15
2026-09-254065.74

High

4068.50

Low

4043.64

Average

4052.53

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.