Convert CHF to CNH
Swiss Franc → Chinese Yuan (Offshore)
1 CHF = 8.112741 CNH(1 CNH = 0.123263 CHF)
Currency converter
1 CHF =
8.1127 CNH
CHF to CNH: last 30 days
Over the last 30 days, 1 CHF traded between 8.108 and 8.4079 CNH, averaging 8.2307 CNH. The CHF/CNH rate is down 2.93% since 2026-08-28.
- 30-day high
- 8.4079
- 2026-08-29
- 30-day low
- 8.108
- 2026-09-18
- 30-day average
- 8.2307
- Days with data: 30
- 30-day change
- -2.93%
- since 2026-08-28
8.4079
8.1082026-08-28 → 2026-09-26
| Date | 1 CHF in CNH | Daily change |
|---|---|---|
| 2026-09-26 | 8.1127 | 0.00% |
| 2026-09-25 | 8.1127 | -0.01% |
| 2026-09-24 | 8.1137 | -0.43% |
| 2026-09-23 | 8.1487 | -0.28% |
| 2026-09-22 | 8.1713 | +0.26% |
| 2026-09-21 | 8.1505 | +0.44% |
| 2026-09-20 | 8.1148 | -0.11% |
| 2026-09-19 | 8.1236 | +0.19% |
| 2026-09-18 | 8.108 | -0.35% |
| 2026-09-17 | 8.1362 | -0.69% |
| 2026-09-16 | 8.1929 | -0.12% |
| 2026-09-15 | 8.2026 | -0.15% |
| 2026-09-14 | 8.2151 | -0.14% |
| 2026-09-13 | 8.2264 | -0.01% |
| 2026-09-12 | 8.2271 | -0.11% |
| Date | 1 CHF in CNH | Daily change |
|---|---|---|
| 2026-09-11 | 8.2359 | -0.29% |
| 2026-09-10 | 8.2599 | -0.60% |
| 2026-09-09 | 8.3101 | +0.46% |
| 2026-09-08 | 8.2718 | -0.28% |
| 2026-09-07 | 8.2948 | +0.06% |
| 2026-09-06 | 8.2896 | -0.00% |
| 2026-09-05 | 8.2896 | -0.13% |
| 2026-09-04 | 8.3006 | -0.10% |
| 2026-09-03 | 8.3093 | +0.59% |
| 2026-09-02 | 8.2606 | -0.38% |
| 2026-09-01 | 8.2918 | -0.30% |
| 2026-08-31 | 8.3166 | -0.63% |
| 2026-08-30 | 8.3692 | -0.46% |
| 2026-08-29 | 8.4079 | +0.60% |
| 2026-08-28 | 8.3579 | — |
CHF to CNH conversion table
1 CHF8.1127 CNH
5 CHF40.5637 CNH
10 CHF81.1274 CNH
25 CHF202.8185 CNH
50 CHF405.6371 CNH
100 CHF811.2741 CNH
500 CHF4,056.3707 CNH
1,000 CHF8,112.7414 CNH
5,000 CHF40,563.707 CNH
10,000 CHF81,127.414 CNH
Get the CHF/CNH rate in your app
One GET request returns the latest CHF → 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/CHF/CNH"fetch('https://rate-api.com/api/v1/pair/CHF/CNH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} CNH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/CNH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} CNH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/CNH');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} CNH\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "CNH"
},
"rate": 8.1127,
"timestamp": 1790429360,
"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
CNH to CHFChinese Yuan (Offshore) → Swiss Franc0.12326Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.