Convert CHF to ZWG
Swiss Franc → Zimbabwe Gold
1 CHF = 32.158998 ZWG(1 ZWG = 0.0310955 CHF)
Currency converter
1 CHF =
32.159 ZWG
CHF to ZWG: last 30 days
Over the last 30 days, 1 CHF traded between 32.159 and 33.1173 ZWG, averaging 32.6836 ZWG. The CHF/ZWG rate is down 2.64% since 2026-08-28.
- 30-day high
- 33.1173
- 2026-09-09
- 30-day low
- 32.159
- 2026-09-25
- 30-day average
- 32.6836
- Days with data: 30
- 30-day change
- -2.64%
- since 2026-08-28
33.1173
32.1592026-08-28 → 2026-09-26
| Date | 1 CHF in ZWG | Daily change |
|---|---|---|
| 2026-09-26 | 32.159 | 0.00% |
| 2026-09-25 | 32.159 | -0.12% |
| 2026-09-24 | 32.1979 | -0.75% |
| 2026-09-23 | 32.442 | -0.20% |
| 2026-09-22 | 32.5057 | +0.19% |
| 2026-09-21 | 32.4438 | +0.49% |
| 2026-09-20 | 32.2857 | 0.00% |
| 2026-09-19 | 32.2857 | -0.05% |
| 2026-09-18 | 32.3007 | -0.21% |
| 2026-09-17 | 32.3688 | -1.05% |
| 2026-09-16 | 32.7139 | -0.11% |
| 2026-09-15 | 32.75 | +0.32% |
| 2026-09-14 | 32.6465 | -0.17% |
| 2026-09-13 | 32.7018 | 0.00% |
| 2026-09-12 | 32.7018 | -0.06% |
| Date | 1 CHF in ZWG | Daily change |
|---|---|---|
| 2026-09-11 | 32.7207 | -0.46% |
| 2026-09-10 | 32.8731 | -0.74% |
| 2026-09-09 | 33.1173 | +0.07% |
| 2026-09-08 | 33.0939 | +0.83% |
| 2026-09-07 | 32.8227 | -0.02% |
| 2026-09-06 | 32.8308 | 0.00% |
| 2026-09-05 | 32.8308 | -0.33% |
| 2026-09-04 | 32.9382 | -0.34% |
| 2026-09-03 | 33.0505 | +0.38% |
| 2026-09-02 | 32.9256 | +0.01% |
| 2026-09-01 | 32.9229 | +0.45% |
| 2026-08-31 | 32.775 | -0.55% |
| 2026-08-30 | 32.9569 | 0.00% |
| 2026-08-29 | 32.9569 | -0.23% |
| 2026-08-28 | 33.0313 | — |
CHF to ZWG conversion table
1 CHF32.159 ZWG
5 CHF160.795 ZWG
10 CHF321.59 ZWG
25 CHF803.9749 ZWG
50 CHF1,607.9499 ZWG
100 CHF3,215.8998 ZWG
500 CHF16,079.499 ZWG
1,000 CHF32,158.998 ZWG
5,000 CHF160,794.99 ZWG
10,000 CHF321,589.98 ZWG
Get the CHF/ZWG rate in your app
One GET request returns the latest CHF → ZWG 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/ZWG"fetch('https://rate-api.com/api/v1/pair/CHF/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ZWG');
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']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ZWG"
},
"rate": 32.159,
"timestamp": 1790447478,
"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
ZWG to CHFZimbabwe Gold → Swiss Franc0.031095Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.