Convert CHF to XAF
Swiss Franc → Central African CFA Franc
1 CHF = 694.50185 XAF(1 XAF = 0.00143988 CHF)
Currency converter
1 CHF =
694.5019 XAF
CHF to XAF: last 30 days
Over the last 30 days, 1 CHF traded between 691.3521 and 704.1967 XAF, averaging 696.406 XAF. The CHF/XAF rate is down 0.83% since 2026-08-28.
- 30-day high
- 704.1967
- 2026-08-29
- 30-day low
- 691.3521
- 2026-09-18
- 30-day average
- 696.406
- Days with data: 30
- 30-day change
- -0.83%
- since 2026-08-28
704.1967
691.35212026-08-28 → 2026-09-26
| Date | 1 CHF in XAF | Daily change |
|---|---|---|
| 2026-09-26 | 694.5019 | 0.00% |
| 2026-09-25 | 694.5019 | -0.38% |
| 2026-09-24 | 697.1591 | -0.20% |
| 2026-09-23 | 698.5698 | +0.13% |
| 2026-09-22 | 697.6374 | +0.27% |
| 2026-09-21 | 695.7773 | +0.59% |
| 2026-09-20 | 691.6792 | -0.00% |
| 2026-09-19 | 691.7094 | +0.05% |
| 2026-09-18 | 691.3521 | -0.39% |
| 2026-09-17 | 694.0424 | +0.02% |
| 2026-09-16 | 693.8721 | -0.16% |
| 2026-09-15 | 694.9977 | +0.07% |
| 2026-09-14 | 694.5235 | +0.12% |
| 2026-09-13 | 693.6675 | -0.00% |
| 2026-09-12 | 693.6862 | +0.03% |
| Date | 1 CHF in XAF | Daily change |
|---|---|---|
| 2026-09-11 | 693.4989 | -0.09% |
| 2026-09-10 | 694.1458 | -0.66% |
| 2026-09-09 | 698.7815 | +0.50% |
| 2026-09-08 | 695.33 | -0.40% |
| 2026-09-07 | 698.1562 | +0.06% |
| 2026-09-06 | 697.7603 | -0.03% |
| 2026-09-05 | 697.9484 | +0.08% |
| 2026-09-04 | 697.3651 | -0.32% |
| 2026-09-03 | 699.6147 | +0.52% |
| 2026-09-02 | 695.9884 | -0.21% |
| 2026-09-01 | 697.466 | -0.35% |
| 2026-08-31 | 699.915 | -0.58% |
| 2026-08-30 | 704.0042 | -0.03% |
| 2026-08-29 | 704.1967 | +0.55% |
| 2026-08-28 | 700.3309 | — |
CHF to XAF conversion table
1 CHF694.5019 XAF
5 CHF3,472.5093 XAF
10 CHF6,945.0185 XAF
25 CHF17,362.546 XAF
50 CHF34,725.093 XAF
100 CHF69,450.185 XAF
500 CHF347,250.93 XAF
1,000 CHF694,501.85 XAF
5,000 CHF3,472,509.3 XAF
10,000 CHF6,945,018.5 XAF
Get the CHF/XAF rate in your app
One GET request returns the latest CHF → XAF 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/XAF"fetch('https://rate-api.com/api/v1/pair/CHF/XAF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} XAF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/XAF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} XAF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/XAF');
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']} XAF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "XAF"
},
"rate": 694.5019,
"timestamp": 1790429343,
"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
XAF to CHFCentral African CFA Franc → Swiss Franc0.0014399Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.