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: show the values
| Point | AED/XOF |
|---|---|
| 2025-09-27 | 152.6182 |
| 2025-10-04 | 152.1337 |
| 2025-10-11 | 153.9270 |
| 2025-10-18 | 153.2253 |
| 2025-10-25 | 153.6524 |
| 2025-11-01 | 154.7710 |
| 2025-11-08 | 154.3853 |
| 2025-11-15 | 153.7442 |
| 2025-11-22 | 155.1250 |
| 2025-11-29 | 154.0703 |
| 2025-12-06 | 153.3929 |
| 2025-12-13 | 152.1817 |
| 2025-12-20 | 152.4823 |
| 2025-12-27 | 151.6873 |
| 2026-01-03 | 152.2810 |
| 2026-01-10 | 153.4379 |
| 2026-01-17 | 154.0521 |
| 2026-01-24 | 151.0711 |
| 2026-01-31 | 150.6176 |
| 2026-02-07 | 151.2466 |
| 2026-02-14 | 150.5570 |
| 2026-02-21 | 151.5798 |
| 2026-02-28 | 151.2938 |
| 2026-03-07 | 153.7501 |
| 2026-03-14 | 155.9698 |
| 2026-03-21 | 154.0896 |
| 2026-03-28 | 154.6358 |
| 2026-04-04 | 155.1185 |
| 2026-04-11 | 152.5948 |
| 2026-04-18 | 151.5325 |
| 2026-04-25 | 152.3677 |
| 2026-05-02 | 152.4597 |
| 2026-05-09 | 151.7800 |
| 2026-05-16 | 153.6485 |
| 2026-05-23 | 153.9407 |
| 2026-05-30 | 153.1859 |
| 2026-06-06 | 155.0264 |
| 2026-06-13 | 154.4176 |
| 2026-06-20 | 155.6607 |
| 2026-06-27 | 156.8662 |
| 2026-07-04 | 156.1740 |
| 2026-07-11 | 156.5488 |
| 2026-07-18 | 156.1625 |
| 2026-07-25 | 157.0285 |
| 2026-08-01 | 154.9233 |
| 2026-08-08 | 154.5283 |
| 2026-08-15 | 154.3705 |
| 2026-08-22 | 152.9730 |
| 2026-08-29 | 154.2157 |
| 2026-09-05 | 153.7938 |
| 2026-09-12 | 153.9993 |
| 2026-09-19 | 155.5098 |
| 2026-09-26 | 156.7983 |
High
157.0285
Low
150.5570
Average
153.7850
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.