AUD to XOF exchange rate API
Australian Dollar to CFA Franc BCEAO · quoted 2026-09-27
404.5658
▲ +10.25% over 1Y
1 AUD = 404.5658 XOF · 1 XOF = 0.002472 AUD · Get this rate via the API
1 AUD buys 404.5658 XOF as of 2026-09-27, so 1 XOF buys 0.002472 AUD. Over the last year, AUD/XOF traded between 365.4571 and 406.9460, averaged 390.1399 and rose 10.25%. The API holds daily AUD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/XOF over 1Y: show the values
| Point | AUD/XOF |
|---|---|
| 2025-09-27 | 366.9366 |
| 2025-10-04 | 368.8847 |
| 2025-10-11 | 366.1127 |
| 2025-10-18 | 365.4571 |
| 2025-10-25 | 367.5168 |
| 2025-11-01 | 371.8654 |
| 2025-11-08 | 367.9211 |
| 2025-11-15 | 369.3622 |
| 2025-11-22 | 367.6532 |
| 2025-11-29 | 370.6412 |
| 2025-12-06 | 373.9112 |
| 2025-12-13 | 371.7526 |
| 2025-12-20 | 370.3174 |
| 2025-12-27 | 373.7977 |
| 2026-01-03 | 374.3341 |
| 2026-01-10 | 376.5838 |
| 2026-01-17 | 378.0401 |
| 2026-01-24 | 382.4287 |
| 2026-01-31 | 385.2304 |
| 2026-02-07 | 389.5238 |
| 2026-02-14 | 390.9723 |
| 2026-02-21 | 394.1403 |
| 2026-02-28 | 395.4912 |
| 2026-03-07 | 396.9402 |
| 2026-03-14 | 399.0994 |
| 2026-03-21 | 397.3495 |
| 2026-03-28 | 391.0681 |
| 2026-04-04 | 392.6508 |
| 2026-04-11 | 396.0518 |
| 2026-04-18 | 399.2983 |
| 2026-04-25 | 399.2538 |
| 2026-05-02 | 403.4241 |
| 2026-05-09 | 404.3574 |
| 2026-05-16 | 403.3282 |
| 2026-05-23 | 403.0146 |
| 2026-05-30 | 404.1908 |
| 2026-06-06 | 400.9211 |
| 2026-06-13 | 399.4790 |
| 2026-06-20 | 400.8644 |
| 2026-06-27 | 397.1288 |
| 2026-07-04 | 397.7878 |
| 2026-07-11 | 399.5917 |
| 2026-07-18 | 400.3995 |
| 2026-07-25 | 402.7300 |
| 2026-08-01 | 400.1105 |
| 2026-08-08 | 401.0561 |
| 2026-08-15 | 401.6410 |
| 2026-08-22 | 402.8328 |
| 2026-08-29 | 405.5798 |
| 2026-09-05 | 406.8942 |
| 2026-09-12 | 405.5572 |
| 2026-09-19 | 406.9460 |
| 2026-09-26 | 404.5658 |
High
406.9460
Low
365.4571
Average
390.1399
Get this rate via the API
One GET request returns the AUD/XOF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/XOF API questions
How do I get the AUD/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/XOF rate in rates.XOF.
How far back does AUD/XOF historical data go?
Daily AUD/XOF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/XOF exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.