Skip to content

AED to XOF exchange rate API

UAE Dirham to CFA Franc BCEAO · quoted 2026-09-27

156.7878

▲ +2.73% over 1Y

1 AED = 156.7878 XOF · 1 XOF = 0.006378 AED · Get this rate via the API

1 AED buys 156.7878 XOF as of 2026-09-27, so 1 XOF buys 0.006378 AED. Over the last year, AED/XOF traded between 150.5570 and 157.0285, averaged 153.7850 and rose 2.73%. The API holds daily AED/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/XOF over 1Y

AED/XOF over 1Y: show the values
PointAED/XOF
2025-09-27152.6182
2025-10-04152.1337
2025-10-11153.9270
2025-10-18153.2253
2025-10-25153.6524
2025-11-01154.7710
2025-11-08154.3853
2025-11-15153.7442
2025-11-22155.1250
2025-11-29154.0703
2025-12-06153.3929
2025-12-13152.1817
2025-12-20152.4823
2025-12-27151.6873
2026-01-03152.2810
2026-01-10153.4379
2026-01-17154.0521
2026-01-24151.0711
2026-01-31150.6176
2026-02-07151.2466
2026-02-14150.5570
2026-02-21151.5798
2026-02-28151.2938
2026-03-07153.7501
2026-03-14155.9698
2026-03-21154.0896
2026-03-28154.6358
2026-04-04155.1185
2026-04-11152.5948
2026-04-18151.5325
2026-04-25152.3677
2026-05-02152.4597
2026-05-09151.7800
2026-05-16153.6485
2026-05-23153.9407
2026-05-30153.1859
2026-06-06155.0264
2026-06-13154.4176
2026-06-20155.6607
2026-06-27156.8662
2026-07-04156.1740
2026-07-11156.5488
2026-07-18156.1625
2026-07-25157.0285
2026-08-01154.9233
2026-08-08154.5283
2026-08-15154.3705
2026-08-22152.9730
2026-08-29154.2157
2026-09-05153.7938
2026-09-12153.9993
2026-09-19155.5098
2026-09-26156.7983

High

157.0285

Low

150.5570

Average

153.7850

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/XOF API questions

How do I get the AED/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/XOF rate in rates.XOF.

How far back does AED/XOF historical data go?

Daily AED/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 AED/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.