Convert AUD to XAF
Australian Dollar → Central African CFA Franc
1 AUD = 404.41245 XAF(1 XAF = 0.00247272 AUD)
Currency converter
1 AUD =
404.4125 XAF
AUD to XAF: last 30 days
Over the last 30 days, 1 AUD traded between 403.7114 and 407.9361 XAF, averaging 406.049 XAF. The AUD/XAF rate is down 0.21% since 2026-08-28.
- 30-day high
- 407.9361
- 2026-09-21
- 30-day low
- 403.7114
- 2026-09-01
- 30-day average
- 406.049
- Days with data: 30
- 30-day change
- -0.21%
- since 2026-08-28
407.9361
403.71142026-08-28 → 2026-09-26
| Date | 1 AUD in XAF | Daily change |
|---|---|---|
| 2026-09-26 | 404.4125 | 0.00% |
| 2026-09-25 | 404.4125 | -0.27% |
| 2026-09-24 | 405.4874 | -0.19% |
| 2026-09-23 | 406.266 | -0.05% |
| 2026-09-22 | 406.469 | -0.36% |
| 2026-09-21 | 407.9361 | +0.33% |
| 2026-09-20 | 406.6109 | -0.00% |
| 2026-09-19 | 406.6286 | +0.05% |
| 2026-09-18 | 406.4185 | -0.16% |
| 2026-09-17 | 407.0791 | +0.43% |
| 2026-09-16 | 405.3171 | +0.03% |
| 2026-09-15 | 405.1826 | +0.22% |
| 2026-09-14 | 404.2903 | -0.33% |
| 2026-09-13 | 405.6427 | -0.00% |
| 2026-09-12 | 405.6537 | +0.03% |
| Date | 1 AUD in XAF | Daily change |
|---|---|---|
| 2026-09-11 | 405.5442 | +0.14% |
| 2026-09-10 | 404.9666 | -0.61% |
| 2026-09-09 | 407.4601 | +0.09% |
| 2026-09-08 | 407.0949 | -0.12% |
| 2026-09-07 | 407.6011 | +0.21% |
| 2026-09-06 | 406.7537 | -0.03% |
| 2026-09-05 | 406.8634 | +0.08% |
| 2026-09-04 | 406.5233 | -0.08% |
| 2026-09-03 | 406.8454 | +0.48% |
| 2026-09-02 | 404.908 | +0.30% |
| 2026-09-01 | 403.7114 | -0.39% |
| 2026-08-31 | 405.2971 | -0.51% |
| 2026-08-30 | 407.3692 | -0.03% |
| 2026-08-29 | 407.4806 | +0.55% |
| 2026-08-28 | 405.2436 | — |
AUD to XAF conversion table
1 AUD404.4125 XAF
5 AUD2,022.0623 XAF
10 AUD4,044.1245 XAF
25 AUD10,110.311 XAF
50 AUD20,220.623 XAF
100 AUD40,441.245 XAF
500 AUD202,206.23 XAF
1,000 AUD404,412.45 XAF
5,000 AUD2,022,062.3 XAF
10,000 AUD4,044,124.5 XAF
Get the AUD/XAF rate in your app
One GET request returns the latest AUD → 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/AUD/XAF"fetch('https://rate-api.com/api/v1/pair/AUD/XAF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} XAF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/XAF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} XAF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/XAF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} XAF\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "XAF"
},
"rate": 404.4125,
"timestamp": 1790429338,
"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 AUDCentral African CFA Franc → Australian Dollar0.0024727Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.