Skip to content

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

AUD/XOF over 1Y: show the values
PointAUD/XOF
2025-09-27366.9366
2025-10-04368.8847
2025-10-11366.1127
2025-10-18365.4571
2025-10-25367.5168
2025-11-01371.8654
2025-11-08367.9211
2025-11-15369.3622
2025-11-22367.6532
2025-11-29370.6412
2025-12-06373.9112
2025-12-13371.7526
2025-12-20370.3174
2025-12-27373.7977
2026-01-03374.3341
2026-01-10376.5838
2026-01-17378.0401
2026-01-24382.4287
2026-01-31385.2304
2026-02-07389.5238
2026-02-14390.9723
2026-02-21394.1403
2026-02-28395.4912
2026-03-07396.9402
2026-03-14399.0994
2026-03-21397.3495
2026-03-28391.0681
2026-04-04392.6508
2026-04-11396.0518
2026-04-18399.2983
2026-04-25399.2538
2026-05-02403.4241
2026-05-09404.3574
2026-05-16403.3282
2026-05-23403.0146
2026-05-30404.1908
2026-06-06400.9211
2026-06-13399.4790
2026-06-20400.8644
2026-06-27397.1288
2026-07-04397.7878
2026-07-11399.5917
2026-07-18400.3995
2026-07-25402.7300
2026-08-01400.1105
2026-08-08401.0561
2026-08-15401.6410
2026-08-22402.8328
2026-08-29405.5798
2026-09-05406.8942
2026-09-12405.5572
2026-09-19406.9460
2026-09-26404.5658

High

406.9460

Low

365.4571

Average

390.1399

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.