Convert XAF to EUR
Central African CFA Franc → Euro
1 XAF = 0.00152449 EUR(1 EUR = 655.957 XAF)
Currency converter
1 XAF =
0.0015245 EUR
XAF to EUR: last 30 days
Over the last 30 days, 1 XAF traded between 0.0015165 and 0.0015287 EUR, averaging 0.0015244 EUR. The XAF/EUR rate is down 0.03% since 2026-08-28.
- 30-day high
- 0.0015287
- 2026-09-18
- 30-day low
- 0.0015165
- 2026-08-29
- 30-day average
- 0.0015244
- Days with data: 30
- 30-day change
- -0.03%
- since 2026-08-28
0.0015287
0.00151652026-08-28 → 2026-09-26
| Date | 1 XAF in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0015245 | 0.00% |
| 2026-09-25 | 0.0015245 | 0.00% |
| 2026-09-24 | 0.0015245 | 0.00% |
| 2026-09-23 | 0.0015245 | -0.10% |
| 2026-09-22 | 0.001526 | +0.21% |
| 2026-09-21 | 0.0015228 | -0.34% |
| 2026-09-20 | 0.001528 | +0.00% |
| 2026-09-19 | 0.0015279 | -0.05% |
| 2026-09-18 | 0.0015287 | +0.43% |
| 2026-09-17 | 0.0015221 | -0.20% |
| 2026-09-16 | 0.0015252 | +0.08% |
| 2026-09-15 | 0.0015241 | -0.17% |
| 2026-09-14 | 0.0015267 | +0.09% |
| 2026-09-13 | 0.0015254 | +0.00% |
| 2026-09-12 | 0.0015253 | -0.03% |
| Date | 1 XAF in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0015257 | -0.11% |
| 2026-09-10 | 0.0015274 | +0.37% |
| 2026-09-09 | 0.0015218 | -0.27% |
| 2026-09-08 | 0.0015259 | +0.19% |
| 2026-09-07 | 0.001523 | -0.06% |
| 2026-09-06 | 0.0015238 | +0.03% |
| 2026-09-05 | 0.0015234 | -0.08% |
| 2026-09-04 | 0.0015247 | +0.16% |
| 2026-09-03 | 0.0015222 | -0.16% |
| 2026-09-02 | 0.0015246 | -0.11% |
| 2026-09-01 | 0.0015262 | +0.16% |
| 2026-08-31 | 0.0015238 | +0.46% |
| 2026-08-30 | 0.0015169 | +0.03% |
| 2026-08-29 | 0.0015165 | -0.55% |
| 2026-08-28 | 0.0015249 | — |
XAF to EUR conversion table
1 XAF0.0015245 EUR
5 XAF0.0076225 EUR
10 XAF0.015245 EUR
25 XAF0.038112 EUR
50 XAF0.076225 EUR
100 XAF0.15245 EUR
500 XAF0.76225 EUR
1,000 XAF1.5245 EUR
5,000 XAF7.6225 EUR
10,000 XAF15.2449 EUR
Get the XAF/EUR rate in your app
One GET request returns the latest XAF → EUR 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/XAF/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/XAF/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XAF = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XAF/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XAF = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XAF/EUR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XAF = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "XAF",
"to": "EUR"
},
"rate": 0.001524,
"timestamp": 1790437656,
"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
EUR to XAFEuro → Central African CFA Franc655.957Convert XAF to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.