AUD to XOF exchange rate API
Australian Dollar to CFA Franc BCEAO · quoted 2026-09-27
404.5658
▲ +8.34% over YTD
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 year to date, AUD/XOF traded between 373.4263 and 407.3332, averaged 397.3270 and rose 8.34%. 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 YTD: show the values
| Point | AUD/XOF |
|---|---|
| 2025-12-31 | 373.4263 |
| 2026-01-07 | 377.5487 |
| 2026-01-14 | 376.0399 |
| 2026-01-21 | 379.1545 |
| 2026-01-28 | 383.4557 |
| 2026-02-04 | 390.2957 |
| 2026-02-11 | 392.4041 |
| 2026-02-18 | 392.2274 |
| 2026-02-25 | 394.4660 |
| 2026-03-04 | 398.4760 |
| 2026-03-11 | 404.3312 |
| 2026-03-18 | 401.6183 |
| 2026-03-25 | 394.1630 |
| 2026-04-01 | 393.6400 |
| 2026-04-08 | 396.2808 |
| 2026-04-15 | 397.0155 |
| 2026-04-22 | 399.8141 |
| 2026-04-29 | 401.6654 |
| 2026-05-06 | 404.5337 |
| 2026-05-13 | 405.8785 |
| 2026-05-20 | 402.8827 |
| 2026-05-27 | 401.9323 |
| 2026-06-03 | 404.5705 |
| 2026-06-10 | 397.8856 |
| 2026-06-17 | 399.6517 |
| 2026-06-24 | 398.4700 |
| 2026-07-01 | 396.6524 |
| 2026-07-08 | 397.9048 |
| 2026-07-15 | 400.3810 |
| 2026-07-22 | 402.1326 |
| 2026-07-29 | 399.1795 |
| 2026-08-05 | 400.7387 |
| 2026-08-12 | 402.0981 |
| 2026-08-19 | 399.3369 |
| 2026-08-26 | 404.1333 |
| 2026-09-02 | 404.7811 |
| 2026-09-09 | 407.3332 |
| 2026-09-16 | 405.6833 |
| 2026-09-23 | 406.3323 |
High
407.3332
Low
373.4263
Average
397.3270
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.