Convert ZWG to CHF
Zimbabwe Gold → Swiss Franc
1 ZWG = 0.0310955 CHF(1 CHF = 32.158998 ZWG)
Currency converter
1 ZWG =
0.031095 CHF
ZWG to CHF: last 30 days
Over the last 30 days, 1 ZWG traded between 0.030196 and 0.031095 CHF, averaging 0.030599 CHF. The ZWG/CHF rate is up 2.71% since 2026-08-28.
- 30-day high
- 0.031095
- 2026-09-25
- 30-day low
- 0.030196
- 2026-09-09
- 30-day average
- 0.030599
- Days with data: 30
- 30-day change
- +2.71%
- since 2026-08-28
0.031095
0.0301962026-08-28 → 2026-09-26
| Date | 1 ZWG in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.031095 | 0.00% |
| 2026-09-25 | 0.031095 | +0.12% |
| 2026-09-24 | 0.031058 | +0.76% |
| 2026-09-23 | 0.030824 | +0.20% |
| 2026-09-22 | 0.030764 | -0.19% |
| 2026-09-21 | 0.030823 | -0.49% |
| 2026-09-20 | 0.030974 | 0.00% |
| 2026-09-19 | 0.030974 | +0.05% |
| 2026-09-18 | 0.030959 | +0.21% |
| 2026-09-17 | 0.030894 | +1.07% |
| 2026-09-16 | 0.030568 | +0.11% |
| 2026-09-15 | 0.030534 | -0.32% |
| 2026-09-14 | 0.030631 | +0.17% |
| 2026-09-13 | 0.030579 | 0.00% |
| 2026-09-12 | 0.030579 | +0.06% |
| Date | 1 ZWG in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.030562 | +0.47% |
| 2026-09-10 | 0.03042 | +0.74% |
| 2026-09-09 | 0.030196 | -0.07% |
| 2026-09-08 | 0.030217 | -0.82% |
| 2026-09-07 | 0.030467 | +0.02% |
| 2026-09-06 | 0.030459 | 0.00% |
| 2026-09-05 | 0.030459 | +0.33% |
| 2026-09-04 | 0.03036 | +0.34% |
| 2026-09-03 | 0.030257 | -0.38% |
| 2026-09-02 | 0.030371 | -0.01% |
| 2026-09-01 | 0.030374 | -0.45% |
| 2026-08-31 | 0.030511 | +0.56% |
| 2026-08-30 | 0.030343 | 0.00% |
| 2026-08-29 | 0.030343 | +0.23% |
| 2026-08-28 | 0.030274 | — |
ZWG to CHF conversion table
1 ZWG0.031095 CHF
5 ZWG0.15548 CHF
10 ZWG0.31095 CHF
25 ZWG0.77739 CHF
50 ZWG1.5548 CHF
100 ZWG3.1095 CHF
500 ZWG15.5477 CHF
1,000 ZWG31.0955 CHF
5,000 ZWG155.4775 CHF
10,000 ZWG310.955 CHF
Get the ZWG/CHF rate in your app
One GET request returns the latest ZWG → 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/ZWG/CHF"fetch('https://rate-api.com/api/v1/pair/ZWG/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWG = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWG/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWG = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWG/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWG = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "ZWG",
"to": "CHF"
},
"rate": 0.0311,
"timestamp": 1790435218,
"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 ZWGSwiss Franc → Zimbabwe Gold32.159Convert ZWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.