Convert ZMW to CHF
Zambian Kwacha → Swiss Franc
1 ZMW = 0.0423675 CHF(1 CHF = 23.602973 ZMW)
Currency converter
1 ZMW =
0.042368 CHF
ZMW to CHF: last 30 days
Over the last 30 days, 1 ZMW traded between 0.041695 and 0.042481 CHF, averaging 0.042123 CHF. The ZMW/CHF rate is up 0.14% since 2026-08-28.
- 30-day high
- 0.042481
- 2026-09-02
- 30-day low
- 0.041695
- 2026-09-21
- 30-day average
- 0.042123
- Days with data: 30
- 30-day change
- +0.14%
- since 2026-08-28
0.042481
0.0416952026-08-28 → 2026-09-26
| Date | 1 ZMW in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.042368 | 0.00% |
| 2026-09-25 | 0.042368 | +0.17% |
| 2026-09-24 | 0.042297 | +0.23% |
| 2026-09-23 | 0.042199 | +1.19% |
| 2026-09-22 | 0.041701 | +0.01% |
| 2026-09-21 | 0.041695 | -0.86% |
| 2026-09-20 | 0.042056 | +0.32% |
| 2026-09-19 | 0.04192 | -0.37% |
| 2026-09-18 | 0.042076 | +0.18% |
| 2026-09-17 | 0.042 | +0.51% |
| 2026-09-16 | 0.041787 | -0.92% |
| 2026-09-15 | 0.042176 | -0.05% |
| 2026-09-14 | 0.042195 | +0.14% |
| 2026-09-13 | 0.042136 | +0.00% |
| 2026-09-12 | 0.042135 | -0.00% |
| Date | 1 ZMW in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.042135 | +0.15% |
| 2026-09-10 | 0.04207 | +0.71% |
| 2026-09-09 | 0.041773 | -0.91% |
| 2026-09-08 | 0.042158 | +0.28% |
| 2026-09-07 | 0.042039 | -0.00% |
| 2026-09-06 | 0.042041 | +0.00% |
| 2026-09-05 | 0.042039 | -0.25% |
| 2026-09-04 | 0.042146 | -0.17% |
| 2026-09-03 | 0.042217 | -0.62% |
| 2026-09-02 | 0.042481 | +0.42% |
| 2026-09-01 | 0.042303 | -0.34% |
| 2026-08-31 | 0.042445 | +0.47% |
| 2026-08-30 | 0.042245 | +0.16% |
| 2026-08-29 | 0.042176 | -0.31% |
| 2026-08-28 | 0.042306 | — |
ZMW to CHF conversion table
1 ZMW0.042368 CHF
5 ZMW0.21184 CHF
10 ZMW0.42368 CHF
25 ZMW1.0592 CHF
50 ZMW2.1184 CHF
100 ZMW4.2368 CHF
500 ZMW21.1838 CHF
1,000 ZMW42.3675 CHF
5,000 ZMW211.8377 CHF
10,000 ZMW423.6754 CHF
Get the ZMW/CHF rate in your app
One GET request returns the latest ZMW → CHF 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/ZMW/CHF"fetch('https://rate-api.com/api/v1/pair/ZMW/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZMW = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZMW/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZMW = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZMW/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZMW = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "ZMW",
"to": "CHF"
},
"rate": 0.0424,
"timestamp": 1790432146,
"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
CHF to ZMWSwiss Franc → Zambian Kwacha23.603Convert ZMW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.