AED to XAF exchange rate API
UAE Dirham to CFA Franc BEAC · quoted 2026-09-24
156.9789
▲ +3.73% over 1Y
1 AED = 156.9789 XAF · 1 XAF = 0.006370 AED · Get this rate via the API
1 AED buys 156.9789 XAF as of 2026-09-24, so 1 XAF buys 0.006370 AED. Over the last year, AED/XAF traded between 149.2087 and 156.9789, averaged 153.6648 and rose 3.73%. The API holds daily AED/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/XAF over 1Y: show the values
| Point | AED/XAF |
|---|---|
| 2025-09-24 | 151.3342 |
| 2025-10-01 | 152.1256 |
| 2025-10-08 | 153.5989 |
| 2025-10-15 | 153.7002 |
| 2025-10-22 | 153.8947 |
| 2025-10-29 | 153.3238 |
| 2025-11-05 | 155.3965 |
| 2025-11-12 | 154.2722 |
| 2025-11-19 | 154.2650 |
| 2025-11-26 | 154.2246 |
| 2025-12-03 | 153.4727 |
| 2025-12-11 | 152.8244 |
| 2025-12-18 | 152.1420 |
| 2025-12-25 | 151.6522 |
| 2026-01-01 | 152.0658 |
| 2026-01-08 | 152.9747 |
| 2026-01-15 | 153.4491 |
| 2026-01-22 | 152.7603 |
| 2026-01-29 | 149.2087 |
| 2026-02-05 | 151.3712 |
| 2026-02-12 | 150.3051 |
| 2026-02-19 | 151.4082 |
| 2026-02-26 | 151.0986 |
| 2026-03-05 | 153.6404 |
| 2026-03-12 | 154.8330 |
| 2026-03-19 | 155.4322 |
| 2026-03-26 | 154.4871 |
| 2026-04-02 | 154.6475 |
| 2026-04-09 | 152.6614 |
| 2026-04-16 | 151.2586 |
| 2026-04-23 | 152.4917 |
| 2026-04-30 | 152.5645 |
| 2026-05-07 | 152.0154 |
| 2026-05-15 | 153.2242 |
| 2026-05-23 | 153.9407 |
| 2026-05-30 | 153.1859 |
| 2026-06-06 | 155.0264 |
| 2026-06-15 | 153.7674 |
| 2026-06-22 | 155.8982 |
| 2026-06-29 | 156.8648 |
| 2026-07-06 | 156.2115 |
| 2026-07-13 | 156.7120 |
| 2026-07-20 | 156.0956 |
| 2026-07-27 | 156.6253 |
| 2026-08-03 | 154.9019 |
| 2026-08-10 | 154.5779 |
| 2026-08-17 | 154.2340 |
| 2026-08-25 | 153.0980 |
| 2026-09-01 | 153.9107 |
| 2026-09-08 | 153.6276 |
| 2026-09-15 | 154.8149 |
| 2026-09-22 | 155.6394 |
High
156.9789
Low
149.2087
Average
153.6648
Get this rate via the API
One GET request returns the AED/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/XAF API questions
How do I get the AED/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/XAF rate in rates.XAF.
How far back does AED/XAF historical data go?
Daily AED/XAF 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/XAF 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.