Convert XOF to CNY
West African CFA Franc → Chinese Yuan
1 XOF = 0.0116701 CNY(1 CNY = 85.688887 XOF)
Currency converter
1 XOF =
0.01167 CNY
XOF to CNY: last 30 days
Over the last 30 days, 1 XOF traded between 0.011632 and 0.011932 CNY, averaging 0.011814 CNY. The XOF/CNY rate is down 2.20% since 2026-08-28.
- 30-day high
- 0.011932
- 2026-08-28
- 30-day low
- 0.011632
- 2026-09-24
- 30-day average
- 0.011814
- Days with data: 30
- 30-day change
- -2.20%
- since 2026-08-28
0.011932
0.0116322026-08-28 → 2026-09-26
| Date | 1 XOF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.01167 | 0.00% |
| 2026-09-25 | 0.01167 | +0.33% |
| 2026-09-24 | 0.011632 | -0.31% |
| 2026-09-23 | 0.011668 | -0.45% |
| 2026-09-22 | 0.01172 | +0.05% |
| 2026-09-21 | 0.011715 | -0.11% |
| 2026-09-20 | 0.011728 | +0.00% |
| 2026-09-19 | 0.011727 | -0.05% |
| 2026-09-18 | 0.011733 | +0.10% |
| 2026-09-17 | 0.011722 | -0.68% |
| 2026-09-16 | 0.011802 | -0.01% |
| 2026-09-15 | 0.011803 | -0.23% |
| 2026-09-14 | 0.01183 | -0.26% |
| 2026-09-13 | 0.011861 | +0.00% |
| 2026-09-12 | 0.011861 | -0.03% |
| Date | 1 XOF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.011864 | -0.29% |
| 2026-09-10 | 0.011898 | +0.04% |
| 2026-09-09 | 0.011894 | +0.01% |
| 2026-09-08 | 0.011892 | +0.12% |
| 2026-09-07 | 0.011878 | -0.06% |
| 2026-09-06 | 0.011885 | +0.03% |
| 2026-09-05 | 0.011882 | -0.08% |
| 2026-09-04 | 0.011892 | +0.10% |
| 2026-09-03 | 0.01188 | +0.13% |
| 2026-09-02 | 0.011865 | -0.22% |
| 2026-09-01 | 0.011891 | +0.14% |
| 2026-08-31 | 0.011874 | +0.03% |
| 2026-08-30 | 0.01187 | +0.03% |
| 2026-08-29 | 0.011867 | -0.55% |
| 2026-08-28 | 0.011932 | — |
XOF to CNY conversion table
1 XOF0.01167 CNY
5 XOF0.058351 CNY
10 XOF0.1167 CNY
25 XOF0.29175 CNY
50 XOF0.58351 CNY
100 XOF1.167 CNY
500 XOF5.8351 CNY
1,000 XOF11.6701 CNY
5,000 XOF58.3506 CNY
10,000 XOF116.7013 CNY
Get the XOF/CNY rate in your app
One GET request returns the latest XOF → CNY 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/XOF/CNY"fetch('https://rate-api.com/api/v1/pair/XOF/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XOF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XOF/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XOF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XOF/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XOF = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "XOF",
"to": "CNY"
},
"rate": 0.0117,
"timestamp": 1790432260,
"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
CNY to XOFChinese Yuan → West African CFA Franc85.6889Convert XOF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.