Skip to content

AED to XOF exchange rate API

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

156.7878

▲ +3.06% over YTD

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 year to date, AED/XOF traded between 149.1539 and 157.2342, averaged 153.7497 and rose 3.06%. 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 YTD

AED/XOF over YTD: show the values
PointAED/XOF
2025-12-31152.1253
2026-01-07152.7886
2026-01-14153.3381
2026-01-21152.4822
2026-01-28149.1539
2026-02-04151.1561
2026-02-11150.1549
2026-02-18150.9871
2026-02-25151.4433
2026-03-04153.6928
2026-03-11153.9388
2026-03-18155.0251
2026-03-25154.1045
2026-04-01154.1188
2026-04-08152.8889
2026-04-15151.4601
2026-04-22152.1842
2026-04-29152.6824
2026-05-06152.0464
2026-05-13152.4088
2026-05-20153.8537
2026-05-27153.4764
2026-06-03153.8082
2026-06-10154.6658
2026-06-17154.1179
2026-06-24157.2342
2026-07-01156.7088
2026-07-08156.4684
2026-07-15156.1151
2026-07-22156.5495
2026-07-29156.5940
2026-08-05154.7242
2026-08-12154.8208
2026-08-19153.6581
2026-08-26153.1388
2026-09-02154.1892
2026-09-09153.5002
2026-09-16154.8625
2026-09-23156.5327

High

157.2342

Low

149.1539

Average

153.7497

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.