Convert USD to KHR
US Dollar → Cambodian Riel
1 USD = 4,065.7383 KHR(1 KHR = 0.000245958 USD)
Currency converter
1 USD =
4,065.7383 KHR
USD to KHR: last 30 days
Over the last 30 days, 1 USD traded between 4,044.0613 and 4,068.501 KHR, averaging 4,053.0062 KHR. The USD/KHR rate is up 0.49% since 2026-08-28.
- 30-day high
- 4,068.501
- 2026-09-17
- 30-day low
- 4,044.0613
- 2026-08-29
- 30-day average
- 4,053.0062
- Days with data: 30
- 30-day change
- +0.49%
- since 2026-08-28
4,068.501
4,044.06132026-08-28 → 2026-09-26
| Date | 1 USD in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 4,065.7383 | 0.00% |
| 2026-09-25 | 4,065.7383 | -0.06% |
| 2026-09-24 | 4,068.1471 | +0.16% |
| 2026-09-23 | 4,061.5584 | +0.18% |
| 2026-09-22 | 4,054.3288 | +0.08% |
| 2026-09-21 | 4,051.1724 | -0.01% |
| 2026-09-20 | 4,051.5263 | -0.01% |
| 2026-09-19 | 4,051.9835 | -0.03% |
| 2026-09-18 | 4,052.9988 | -0.38% |
| 2026-09-17 | 4,068.501 | +0.43% |
| 2026-09-16 | 4,051.2638 | +0.06% |
| 2026-09-15 | 4,048.8244 | -0.07% |
| 2026-09-14 | 4,051.7858 | -0.03% |
| 2026-09-13 | 4,052.8659 | -0.08% |
| 2026-09-12 | 4,056.0993 | +0.01% |
| Date | 1 USD in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 4,055.8493 | +0.06% |
| 2026-09-10 | 4,053.4881 | +0.21% |
| 2026-09-09 | 4,044.9378 | -0.09% |
| 2026-09-08 | 4,048.3907 | +0.03% |
| 2026-09-07 | 4,047.1771 | +0.00% |
| 2026-09-06 | 4,047.0181 | +0.07% |
| 2026-09-05 | 4,044.18 | -0.04% |
| 2026-09-04 | 4,045.9507 | +0.00% |
| 2026-09-03 | 4,045.9499 | -0.14% |
| 2026-09-02 | 4,051.7305 | -0.02% |
| 2026-09-01 | 4,052.6852 | -0.28% |
| 2026-08-31 | 4,064.1532 | +0.45% |
| 2026-08-30 | 4,046.139 | +0.05% |
| 2026-08-29 | 4,044.0613 | -0.05% |
| 2026-08-28 | 4,045.9434 | — |
USD to KHR conversion table
1 USD4,065.7383 KHR
5 USD20,328.692 KHR
10 USD40,657.383 KHR
25 USD101,643.46 KHR
50 USD203,286.92 KHR
100 USD406,573.83 KHR
500 USD2,032,869.2 KHR
1,000 USD4,065,738.3 KHR
5,000 USD20,328,692 KHR
10,000 USD40,657,383 KHR
Get the USD/KHR rate in your app
One GET request returns the latest USD → KHR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/USD/KHR"fetch('https://rate-api.com/api/v1/pair/USD/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/KHR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "KHR"
},
"rate": 4065.7383,
"timestamp": 1790429348,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
KHR to USDCambodian Riel → US Dollar0.00024596Convert USD to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.