Skip to content

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

AED/XAF over 1Y: show the values
PointAED/XAF
2025-09-24151.3342
2025-10-01152.1256
2025-10-08153.5989
2025-10-15153.7002
2025-10-22153.8947
2025-10-29153.3238
2025-11-05155.3965
2025-11-12154.2722
2025-11-19154.2650
2025-11-26154.2246
2025-12-03153.4727
2025-12-11152.8244
2025-12-18152.1420
2025-12-25151.6522
2026-01-01152.0658
2026-01-08152.9747
2026-01-15153.4491
2026-01-22152.7603
2026-01-29149.2087
2026-02-05151.3712
2026-02-12150.3051
2026-02-19151.4082
2026-02-26151.0986
2026-03-05153.6404
2026-03-12154.8330
2026-03-19155.4322
2026-03-26154.4871
2026-04-02154.6475
2026-04-09152.6614
2026-04-16151.2586
2026-04-23152.4917
2026-04-30152.5645
2026-05-07152.0154
2026-05-15153.2242
2026-05-23153.9407
2026-05-30153.1859
2026-06-06155.0264
2026-06-15153.7674
2026-06-22155.8982
2026-06-29156.8648
2026-07-06156.2115
2026-07-13156.7120
2026-07-20156.0956
2026-07-27156.6253
2026-08-03154.9019
2026-08-10154.5779
2026-08-17154.2340
2026-08-25153.0980
2026-09-01153.9107
2026-09-08153.6276
2026-09-15154.8149
2026-09-22155.6394

High

156.9789

Low

149.2087

Average

153.6648

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=XAF");
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=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&currencies=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.