Convert CHF to ZAR
Swiss Franc → South African Rand
1 CHF = 19.671572 ZAR(1 ZAR = 0.0508348 CHF)
Currency converter
1 CHF =
19.6716 ZAR
CHF to ZAR: last 30 days
Over the last 30 days, 1 CHF traded between 19.6716 and 19.9324 ZAR, averaging 19.8085 ZAR. The CHF/ZAR rate is down 1.13% since 2026-08-28.
- 30-day high
- 19.9324
- 2026-09-01
- 30-day low
- 19.6716
- 2026-09-25
- 30-day average
- 19.8085
- Days with data: 30
- 30-day change
- -1.13%
- since 2026-08-28
19.9324
19.67162026-08-28 → 2026-09-26
| Date | 1 CHF in ZAR | Daily change |
|---|---|---|
| 2026-09-26 | 19.6716 | 0.00% |
| 2026-09-25 | 19.6716 | -0.93% |
| 2026-09-24 | 19.8572 | -0.04% |
| 2026-09-23 | 19.8655 | +0.22% |
| 2026-09-22 | 19.8211 | +0.13% |
| 2026-09-21 | 19.7944 | +0.44% |
| 2026-09-20 | 19.7086 | 0.00% |
| 2026-09-19 | 19.7086 | 0.00% |
| 2026-09-18 | 19.7086 | -0.02% |
| 2026-09-17 | 19.7122 | -0.76% |
| 2026-09-16 | 19.8628 | -0.13% |
| 2026-09-15 | 19.8895 | -0.06% |
| 2026-09-14 | 19.9018 | +0.42% |
| 2026-09-13 | 19.8193 | 0.00% |
| 2026-09-12 | 19.8193 | 0.00% |
| Date | 1 CHF in ZAR | Daily change |
|---|---|---|
| 2026-09-11 | 19.8193 | -0.33% |
| 2026-09-10 | 19.8855 | +0.06% |
| 2026-09-09 | 19.8741 | +0.65% |
| 2026-09-08 | 19.7457 | -0.08% |
| 2026-09-07 | 19.7614 | +0.15% |
| 2026-09-06 | 19.7311 | 0.00% |
| 2026-09-05 | 19.7311 | 0.00% |
| 2026-09-04 | 19.7311 | -0.54% |
| 2026-09-03 | 19.8373 | +0.33% |
| 2026-09-02 | 19.773 | -0.80% |
| 2026-09-01 | 19.9324 | +0.00% |
| 2026-08-31 | 19.9323 | +0.18% |
| 2026-08-30 | 19.8963 | 0.00% |
| 2026-08-29 | 19.8963 | 0.00% |
| 2026-08-28 | 19.8963 | — |
CHF to ZAR conversion table
1 CHF19.6716 ZAR
5 CHF98.3579 ZAR
10 CHF196.7157 ZAR
25 CHF491.7893 ZAR
50 CHF983.5786 ZAR
100 CHF1,967.1572 ZAR
500 CHF9,835.7861 ZAR
1,000 CHF19,671.572 ZAR
5,000 CHF98,357.861 ZAR
10,000 CHF196,715.72 ZAR
Get the CHF/ZAR rate in your app
One GET request returns the latest CHF → ZAR 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/ZAR"fetch('https://rate-api.com/api/v1/pair/CHF/ZAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ZAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ZAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ZAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ZAR');
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']} ZAR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ZAR"
},
"rate": 19.6716,
"timestamp": 1790429296,
"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
ZAR to CHFSouth African Rand → Swiss Franc0.050835Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.