Convert CAD to KHR
Canadian Dollar → Cambodian Riel
1 CAD = 2,874.7823 KHR(1 KHR = 0.000347852 CAD)
Currency converter
1 CAD =
2,874.7823 KHR
CAD to KHR: last 30 days
Over the last 30 days, 1 CAD traded between 2,874.7823 and 2,937.927 KHR, averaging 2,912.1649 KHR. The CAD/KHR rate is down 1.56% since 2026-08-28.
- 30-day high
- 2,937.927
- 2026-09-09
- 30-day low
- 2,874.7823
- 2026-09-25
- 30-day average
- 2,912.1649
- Days with data: 30
- 30-day change
- -1.56%
- since 2026-08-28
2,937.927
2,874.78232026-08-28 → 2026-09-26
| Date | 1 CAD in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 2,874.7823 | 0.00% |
| 2026-09-25 | 2,874.7823 | -0.24% |
| 2026-09-24 | 2,881.6992 | -0.04% |
| 2026-09-23 | 2,882.7793 | -0.14% |
| 2026-09-22 | 2,886.8761 | -0.21% |
| 2026-09-21 | 2,892.868 | +0.03% |
| 2026-09-20 | 2,891.8817 | -0.01% |
| 2026-09-19 | 2,892.208 | -0.03% |
| 2026-09-18 | 2,892.9328 | -0.49% |
| 2026-09-17 | 2,907.1104 | +0.02% |
| 2026-09-16 | 2,906.4236 | -0.08% |
| 2026-09-15 | 2,908.6382 | -0.31% |
| 2026-09-14 | 2,917.6826 | -0.24% |
| 2026-09-13 | 2,924.5677 | -0.08% |
| 2026-09-12 | 2,926.9009 | +0.01% |
| Date | 1 CAD in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 2,926.7205 | -0.25% |
| 2026-09-10 | 2,933.9086 | -0.14% |
| 2026-09-09 | 2,937.927 | +0.18% |
| 2026-09-08 | 2,932.5539 | +0.14% |
| 2026-09-07 | 2,928.4929 | -0.14% |
| 2026-09-06 | 2,932.6218 | +0.07% |
| 2026-09-05 | 2,930.5652 | -0.04% |
| 2026-09-04 | 2,931.8483 | -0.06% |
| 2026-09-03 | 2,933.5483 | +0.82% |
| 2026-09-02 | 2,909.6808 | -0.29% |
| 2026-09-01 | 2,918.1201 | -0.30% |
| 2026-08-31 | 2,926.7991 | +0.21% |
| 2026-08-30 | 2,920.5565 | +0.05% |
| 2026-08-29 | 2,919.0568 | -0.05% |
| 2026-08-28 | 2,920.4153 | — |
CAD to KHR conversion table
1 CAD2,874.7823 KHR
5 CAD14,373.911 KHR
10 CAD28,747.823 KHR
25 CAD71,869.557 KHR
50 CAD143,739.11 KHR
100 CAD287,478.23 KHR
500 CAD1,437,391.1 KHR
1,000 CAD2,874,782.3 KHR
5,000 CAD14,373,911 KHR
10,000 CAD28,747,823 KHR
Get the CAD/KHR rate in your app
One GET request returns the latest CAD → 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/CAD/KHR"fetch('https://rate-api.com/api/v1/pair/CAD/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/KHR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "KHR"
},
"rate": 2874.7823,
"timestamp": 1790429403,
"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 CADCambodian Riel → Canadian Dollar0.00034785Convert CAD to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.