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: show the values
| Point | AED/XOF |
|---|---|
| 2025-12-31 | 152.1253 |
| 2026-01-07 | 152.7886 |
| 2026-01-14 | 153.3381 |
| 2026-01-21 | 152.4822 |
| 2026-01-28 | 149.1539 |
| 2026-02-04 | 151.1561 |
| 2026-02-11 | 150.1549 |
| 2026-02-18 | 150.9871 |
| 2026-02-25 | 151.4433 |
| 2026-03-04 | 153.6928 |
| 2026-03-11 | 153.9388 |
| 2026-03-18 | 155.0251 |
| 2026-03-25 | 154.1045 |
| 2026-04-01 | 154.1188 |
| 2026-04-08 | 152.8889 |
| 2026-04-15 | 151.4601 |
| 2026-04-22 | 152.1842 |
| 2026-04-29 | 152.6824 |
| 2026-05-06 | 152.0464 |
| 2026-05-13 | 152.4088 |
| 2026-05-20 | 153.8537 |
| 2026-05-27 | 153.4764 |
| 2026-06-03 | 153.8082 |
| 2026-06-10 | 154.6658 |
| 2026-06-17 | 154.1179 |
| 2026-06-24 | 157.2342 |
| 2026-07-01 | 156.7088 |
| 2026-07-08 | 156.4684 |
| 2026-07-15 | 156.1151 |
| 2026-07-22 | 156.5495 |
| 2026-07-29 | 156.5940 |
| 2026-08-05 | 154.7242 |
| 2026-08-12 | 154.8208 |
| 2026-08-19 | 153.6581 |
| 2026-08-26 | 153.1388 |
| 2026-09-02 | 154.1892 |
| 2026-09-09 | 153.5002 |
| 2026-09-16 | 154.8625 |
| 2026-09-23 | 156.5327 |
High
157.2342
Low
149.1539
Average
153.7497
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.