Convert CHF to ZMW
Swiss Franc → Zambian Kwacha
1 CHF = 23.602973 ZMW(1 ZMW = 0.0423675 CHF)
Currency converter
1 CHF =
23.603 ZMW
CHF to ZMW: last 30 days
Over the last 30 days, 1 CHF traded between 23.5397 and 23.9836 ZMW, averaging 23.7407 ZMW. The CHF/ZMW rate is down 0.14% since 2026-08-28.
- 30-day high
- 23.9836
- 2026-09-21
- 30-day low
- 23.5397
- 2026-09-02
- 30-day average
- 23.7407
- Days with data: 30
- 30-day change
- -0.14%
- since 2026-08-28
23.9836
23.53972026-08-28 → 2026-09-26
| Date | 1 CHF in ZMW | Daily change |
|---|---|---|
| 2026-09-26 | 23.603 | 0.00% |
| 2026-09-25 | 23.603 | -0.17% |
| 2026-09-24 | 23.6422 | -0.23% |
| 2026-09-23 | 23.6974 | -1.18% |
| 2026-09-22 | 23.9805 | -0.01% |
| 2026-09-21 | 23.9836 | +0.86% |
| 2026-09-20 | 23.778 | -0.32% |
| 2026-09-19 | 23.8552 | +0.37% |
| 2026-09-18 | 23.7665 | -0.18% |
| 2026-09-17 | 23.8094 | -0.51% |
| 2026-09-16 | 23.9311 | +0.93% |
| 2026-09-15 | 23.7103 | +0.05% |
| 2026-09-14 | 23.6995 | -0.14% |
| 2026-09-13 | 23.7325 | -0.00% |
| 2026-09-12 | 23.7335 | +0.00% |
| Date | 1 CHF in ZMW | Daily change |
|---|---|---|
| 2026-09-11 | 23.7335 | -0.15% |
| 2026-09-10 | 23.77 | -0.71% |
| 2026-09-09 | 23.939 | +0.92% |
| 2026-09-08 | 23.7205 | -0.28% |
| 2026-09-07 | 23.7872 | +0.00% |
| 2026-09-06 | 23.7862 | -0.00% |
| 2026-09-05 | 23.7872 | +0.25% |
| 2026-09-04 | 23.7268 | +0.17% |
| 2026-09-03 | 23.6874 | +0.63% |
| 2026-09-02 | 23.5397 | -0.42% |
| 2026-09-01 | 23.6392 | +0.34% |
| 2026-08-31 | 23.5596 | -0.47% |
| 2026-08-30 | 23.6713 | -0.16% |
| 2026-08-29 | 23.7103 | +0.31% |
| 2026-08-28 | 23.6372 | — |
CHF to ZMW conversion table
1 CHF23.603 ZMW
5 CHF118.0149 ZMW
10 CHF236.0297 ZMW
25 CHF590.0743 ZMW
50 CHF1,180.1487 ZMW
100 CHF2,360.2973 ZMW
500 CHF11,801.487 ZMW
1,000 CHF23,602.973 ZMW
5,000 CHF118,014.87 ZMW
10,000 CHF236,029.73 ZMW
Get the CHF/ZMW rate in your app
One GET request returns the latest CHF → ZMW 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/ZMW"fetch('https://rate-api.com/api/v1/pair/CHF/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ZMW');
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']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ZMW"
},
"rate": 23.603,
"timestamp": 1790429436,
"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
ZMW to CHFZambian Kwacha → Swiss Franc0.042368Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.