Convert CAD to CNH
Canadian Dollar → Chinese Yuan (Offshore)
1 CAD = 4.755185 CNH(1 CNH = 0.210297 CAD)
Currency converter
1 CAD =
4.7552 CNH
CAD to CNH: last 30 days
Over the last 30 days, 1 CAD traded between 4.7513 and 4.881 CNH, averaging 4.8205 CNH. The CAD/CNH rate is down 2.58% since 2026-08-29.
- 30-day high
- 4.881
- 2026-08-29
- 30-day low
- 4.7513
- 2026-09-25
- 30-day average
- 4.8205
- Days with data: 30
- 30-day change
- -2.58%
- since 2026-08-29
4.881
4.75132026-08-29 → 2026-09-27
| Date | 1 CAD in CNH | Daily change |
|---|---|---|
| 2026-09-27 | 4.7552 | 0.00% |
| 2026-09-26 | 4.7552 | +0.08% |
| 2026-09-25 | 4.7513 | -0.13% |
| 2026-09-24 | 4.7574 | -0.04% |
| 2026-09-23 | 4.7593 | -0.18% |
| 2026-09-22 | 4.7677 | -0.27% |
| 2026-09-21 | 4.7807 | -0.03% |
| 2026-09-20 | 4.7823 | -0.11% |
| 2026-09-19 | 4.7875 | +0.19% |
| 2026-09-18 | 4.7783 | -0.31% |
| 2026-09-17 | 4.7933 | -0.43% |
| 2026-09-16 | 4.814 | -0.15% |
| 2026-09-15 | 4.8213 | -0.18% |
| 2026-09-14 | 4.83 | -0.20% |
| 2026-09-13 | 4.8398 | -0.01% |
| Date | 1 CAD in CNH | Daily change |
|---|---|---|
| 2026-09-12 | 4.8402 | -0.11% |
| 2026-09-11 | 4.8454 | -0.19% |
| 2026-09-10 | 4.8544 | -0.35% |
| 2026-09-09 | 4.8713 | +0.18% |
| 2026-09-08 | 4.8626 | +0.11% |
| 2026-09-07 | 4.8571 | -0.08% |
| 2026-09-06 | 4.8611 | -0.00% |
| 2026-09-05 | 4.8611 | -0.13% |
| 2026-09-04 | 4.8675 | -0.06% |
| 2026-09-03 | 4.8706 | +0.87% |
| 2026-09-02 | 4.8286 | -0.22% |
| 2026-09-01 | 4.8392 | -0.07% |
| 2026-08-31 | 4.8426 | -0.33% |
| 2026-08-30 | 4.8585 | -0.46% |
| 2026-08-29 | 4.881 | — |
CAD to CNH conversion table
1 CAD4.7552 CNH
5 CAD23.7759 CNH
10 CAD47.5519 CNH
25 CAD118.8796 CNH
50 CAD237.7593 CNH
100 CAD475.5185 CNH
500 CAD2,377.5927 CNH
1,000 CAD4,755.1854 CNH
5,000 CAD23,775.927 CNH
10,000 CAD47,551.854 CNH
Get the CAD/CNH rate in your app
One GET request returns the latest CAD → CNH 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/CNH"fetch('https://rate-api.com/api/v1/pair/CAD/CNH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} CNH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/CNH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} CNH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/CNH');
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']} CNH\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "CNH"
},
"rate": 4.7552,
"timestamp": 1790470826,
"date": "2026-09-27"
}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
CNH to CADChinese Yuan (Offshore) → Canadian Dollar0.2103Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.