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: show the values
| Point | AED/XOF |
|---|---|
| 2024-08-24 | 159.3894 |
| 2024-10-01 | 159.4683 |
| 2024-10-31 | 161.8309 |
| 2024-11-30 | 168.8460 |
| 2024-12-30 | 168.9508 |
| 2025-01-29 | 169.7942 |
| 2025-02-28 | 168.9945 |
| 2025-03-30 | 163.0548 |
| 2025-04-29 | 154.1099 |
| 2025-05-29 | 154.3694 |
| 2025-06-28 | 152.6306 |
| 2025-07-28 | 151.3009 |
| 2025-08-27 | 151.6426 |
| 2025-09-26 | 150.2959 |
| 2025-10-26 | 153.5245 |
| 2025-11-25 | 154.7397 |
| 2025-12-25 | 151.6169 |
| 2026-01-24 | 151.0711 |
| 2026-02-23 | 151.2475 |
| 2026-03-25 | 154.1045 |
| 2026-04-24 | 152.6409 |
| 2026-05-24 | 153.5697 |
| 2026-06-23 | 156.5695 |
| 2026-07-23 | 156.6823 |
| 2026-08-22 | 152.9730 |
| 2026-09-21 | 155.6333 |
High
169.7942
Low
150.2959
Average
156.8829
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.