Convert CHF to ZWL
Swiss Franc → Zimbabwean Dollar
1 CHF = 80,356.465 ZWL(1 ZWL = 0.0000124445 CHF)
Currency converter
1 CHF =
80,356.465 ZWL
CHF to ZWL: last 30 days
Over the last 30 days, 1 CHF traded between 389.9951 and 82,750.889 ZWL, averaging 78,990.02 ZWL. The CHF/ZWL rate is down 2.64% since 2026-08-28.
- 30-day high
- 82,750.889
- 2026-09-09
- 30-day low
- 389.9951
- 2026-09-18
- 30-day average
- 78,990.02
- Days with data: 30
- 30-day change
- -2.64%
- since 2026-08-28
82,750.889
389.99512026-08-28 → 2026-09-26
| Date | 1 CHF in ZWL | Daily change |
|---|---|---|
| 2026-09-26 | 80,356.465 | 0.00% |
| 2026-09-25 | 80,356.465 | -0.12% |
| 2026-09-24 | 80,453.689 | -0.75% |
| 2026-09-23 | 81,063.497 | -0.20% |
| 2026-09-22 | 81,222.769 | +0.19% |
| 2026-09-21 | 81,068.089 | +0.49% |
| 2026-09-20 | 80,672.939 | 0.00% |
| 2026-09-19 | 80,672.939 | +20585.63% |
| 2026-09-18 | 389.9951 | -99.52% |
| 2026-09-17 | 80,880.728 | -1.05% |
| 2026-09-16 | 81,742.934 | -0.11% |
| 2026-09-15 | 81,833.135 | +0.32% |
| 2026-09-14 | 81,574.72 | -0.17% |
| 2026-09-13 | 81,712.885 | 0.00% |
| 2026-09-12 | 81,712.885 | -0.06% |
| Date | 1 CHF in ZWL | Daily change |
|---|---|---|
| 2026-09-11 | 81,760.099 | -0.46% |
| 2026-09-10 | 82,140.856 | -0.74% |
| 2026-09-09 | 82,750.889 | +0.07% |
| 2026-09-08 | 82,692.548 | +0.83% |
| 2026-09-07 | 82,014.852 | -0.02% |
| 2026-09-06 | 82,035.142 | 0.00% |
| 2026-09-05 | 82,035.142 | -0.33% |
| 2026-09-04 | 82,303.537 | -0.34% |
| 2026-09-03 | 82,583.963 | +0.38% |
| 2026-09-02 | 82,272.036 | +0.01% |
| 2026-09-01 | 82,265.306 | +0.45% |
| 2026-08-31 | 81,895.636 | -0.55% |
| 2026-08-30 | 82,350.157 | 0.00% |
| 2026-08-29 | 82,350.157 | -0.23% |
| 2026-08-28 | 82,536.154 | — |
CHF to ZWL conversion table
1 CHF80,356.465 ZWL
5 CHF401,782.33 ZWL
10 CHF803,564.65 ZWL
25 CHF2,008,911.6 ZWL
50 CHF4,017,823.3 ZWL
100 CHF8,035,646.5 ZWL
500 CHF40,178,233 ZWL
1,000 CHF80,356,465 ZWL
5,000 CHF401,782,327 ZWL
10,000 CHF803,564,655 ZWL
Get the CHF/ZWL rate in your app
One GET request returns the latest CHF → ZWL 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/ZWL"fetch('https://rate-api.com/api/v1/pair/CHF/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ZWL');
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']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ZWL"
},
"rate": 80356.4655,
"timestamp": 1790429364,
"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
ZWL to CHFZimbabwean Dollar → Swiss Franc0.000012445Convert CHF to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.