Convert CHF to XOF
Swiss Franc → West African CFA Franc
1 CHF = 694.50185 XOF(1 XOF = 0.00143988 CHF)
Currency converter
1 CHF =
694.5019 XOF
CHF to XOF: last 30 days
Over the last 30 days, 1 CHF traded between 691.3521 and 704.1967 XOF, averaging 696.2117 XOF. The CHF/XOF rate is down 1.38% since 2026-08-29.
- 30-day high
- 704.1967
- 2026-08-29
- 30-day low
- 691.3521
- 2026-09-18
- 30-day average
- 696.2117
- Days with data: 30
- 30-day change
- -1.38%
- since 2026-08-29
704.1967
691.35212026-08-29 → 2026-09-27
| Date | 1 CHF in XOF | Daily change |
|---|---|---|
| 2026-09-27 | 694.5019 | 0.00% |
| 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% |
| Date | 1 CHF in XOF | Daily change |
|---|---|---|
| 2026-09-12 | 693.6862 | +0.03% |
| 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 | — |
CHF to XOF conversion table
1 CHF694.5019 XOF
5 CHF3,472.5093 XOF
10 CHF6,945.0185 XOF
25 CHF17,362.546 XOF
50 CHF34,725.093 XOF
100 CHF69,450.185 XOF
500 CHF347,250.93 XOF
1,000 CHF694,501.85 XOF
5,000 CHF3,472,509.3 XOF
10,000 CHF6,945,018.5 XOF
Get the CHF/XOF rate in your app
One GET request returns the latest CHF → XOF 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/XOF"fetch('https://rate-api.com/api/v1/pair/CHF/XOF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} XOF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/XOF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} XOF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/XOF');
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']} XOF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "XOF"
},
"rate": 694.5019,
"timestamp": 1790470782,
"date": "2026-09-27"
}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
XOF to CHFWest African CFA Franc → Swiss Franc0.0014399Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.