Skip to content

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

AUD/XOF over YTD: show the values
PointAUD/XOF
2025-12-31373.4263
2026-01-07377.5487
2026-01-14376.0399
2026-01-21379.1545
2026-01-28383.4557
2026-02-04390.2957
2026-02-11392.4041
2026-02-18392.2274
2026-02-25394.4660
2026-03-04398.4760
2026-03-11404.3312
2026-03-18401.6183
2026-03-25394.1630
2026-04-01393.6400
2026-04-08396.2808
2026-04-15397.0155
2026-04-22399.8141
2026-04-29401.6654
2026-05-06404.5337
2026-05-13405.8785
2026-05-20402.8827
2026-05-27401.9323
2026-06-03404.5705
2026-06-10397.8856
2026-06-17399.6517
2026-06-24398.4700
2026-07-01396.6524
2026-07-08397.9048
2026-07-15400.3810
2026-07-22402.1326
2026-07-29399.1795
2026-08-05400.7387
2026-08-12402.0981
2026-08-19399.3369
2026-08-26404.1333
2026-09-02404.7811
2026-09-09407.3332
2026-09-16405.6833
2026-09-23406.3323

High

407.3332

Low

373.4263

Average

397.3270

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=XOF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.