Skip to content

AED to XOF exchange rate API

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

156.7878

▼ +1.63% over 5Y

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 5 years, AED/XOF traded between 150.2959 and 169.7942, averaged 156.8829 and fell 1.63%. 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 5Y

AED/XOF over 5Y: show the values
PointAED/XOF
2024-08-24159.3894
2024-10-01159.4683
2024-10-31161.8309
2024-11-30168.8460
2024-12-30168.9508
2025-01-29169.7942
2025-02-28168.9945
2025-03-30163.0548
2025-04-29154.1099
2025-05-29154.3694
2025-06-28152.6306
2025-07-28151.3009
2025-08-27151.6426
2025-09-26150.2959
2025-10-26153.5245
2025-11-25154.7397
2025-12-25151.6169
2026-01-24151.0711
2026-02-23151.2475
2026-03-25154.1045
2026-04-24152.6409
2026-05-24153.5697
2026-06-23156.5695
2026-07-23156.6823
2026-08-22152.9730
2026-09-21155.6333

High

169.7942

Low

150.2959

Average

156.8829

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.