Convert CNY to KHR
Chinese Yuan → Cambodian Riel
1 CNY = 605.63042 KHR(1 KHR = 0.00165117 CNY)
Currency converter
1 CNY =
605.6304 KHR
CNY to KHR: last 30 days
Over the last 30 days, 1 CNY traded between 601.7143 and 606.56 KHR, averaging 604.0033 KHR. The CNY/KHR rate is up 0.60% since 2026-08-28.
- 30-day high
- 606.56
- 2026-09-17
- 30-day low
- 601.7143
- 2026-08-29
- 30-day average
- 604.0033
- Days with data: 30
- 30-day change
- +0.60%
- since 2026-08-28
606.56
601.71432026-08-28 → 2026-09-26
| Date | 1 CNY in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 605.6304 | 0.00% |
| 2026-09-25 | 605.6304 | -0.07% |
| 2026-09-24 | 606.0474 | +0.08% |
| 2026-09-23 | 605.5351 | +0.07% |
| 2026-09-22 | 605.1147 | +0.01% |
| 2026-09-21 | 605.068 | +0.02% |
| 2026-09-20 | 604.9221 | -0.01% |
| 2026-09-19 | 604.9904 | -0.03% |
| 2026-09-18 | 605.142 | -0.23% |
| 2026-09-17 | 606.56 | +0.42% |
| 2026-09-16 | 604.0262 | +0.13% |
| 2026-09-15 | 603.2667 | -0.12% |
| 2026-09-14 | 603.9869 | -0.03% |
| 2026-09-13 | 604.1659 | -0.08% |
| 2026-09-12 | 604.6479 | +0.01% |
| Date | 1 CNY in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 604.6107 | +0.03% |
| 2026-09-10 | 604.4299 | +0.23% |
| 2026-09-09 | 603.02 | -0.05% |
| 2026-09-08 | 603.292 | +0.04% |
| 2026-09-07 | 603.0662 | +0.00% |
| 2026-09-06 | 603.0515 | +0.07% |
| 2026-09-05 | 602.6286 | -0.04% |
| 2026-09-04 | 602.8924 | +0.12% |
| 2026-09-03 | 602.1565 | -0.11% |
| 2026-09-02 | 602.8015 | -0.01% |
| 2026-09-01 | 602.8718 | -0.32% |
| 2026-08-31 | 604.8117 | +0.46% |
| 2026-08-30 | 602.0234 | +0.05% |
| 2026-08-29 | 601.7143 | -0.05% |
| 2026-08-28 | 601.9943 | — |
CNY to KHR conversion table
1 CNY605.6304 KHR
5 CNY3,028.1521 KHR
10 CNY6,056.3042 KHR
25 CNY15,140.76 KHR
50 CNY30,281.521 KHR
100 CNY60,563.042 KHR
500 CNY302,815.21 KHR
1,000 CNY605,630.42 KHR
5,000 CNY3,028,152.1 KHR
10,000 CNY6,056,304.2 KHR
Get the CNY/KHR rate in your app
One GET request returns the latest CNY → 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/CNY/KHR"fetch('https://rate-api.com/api/v1/pair/CNY/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/KHR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "KHR"
},
"rate": 605.6304,
"timestamp": 1790437751,
"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 CNYCambodian Riel → Chinese Yuan0.0016512Convert CNY to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.