Skip to content

AED to XPF exchange rate API

UAE Dirham to CFP Franc · quoted 2026-09-26

28.5248

▲ +4.15% over 1Y

1 AED = 28.5248 XPF · 1 XPF = 0.03506 AED · Get this rate via the API

1 AED buys 28.5248 XPF as of 2026-09-26, so 1 XPF buys 0.03506 AED. Over the last year, AED/XPF traded between 27.2724 and 28.5617, averaged 27.9669 and rose 4.15%. The API holds daily AED/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/XPF over 1Y

AED/XPF over 1Y: show the values
PointAED/XPF
2025-09-2627.3877
2025-10-0327.7079
2025-10-1028.0658
2025-10-1727.8665
2025-10-2428.0177
2025-10-3128.1126
2025-11-0728.1422
2025-11-1427.9935
2025-11-2128.1844
2025-11-2828.0588
2025-12-0527.9482
2025-12-1227.7026
2025-12-1927.7264
2025-12-2627.6212
2026-01-0227.6554
2026-01-0927.8520
2026-01-1627.9831
2026-01-2327.7146
2026-01-3027.2724
2026-02-0627.4824
2026-02-1327.3867
2026-02-2027.5457
2026-02-2727.5312
2026-03-0627.9076
2026-03-1328.2797
2026-03-2028.1379
2026-03-2728.1784
2026-04-0328.2793
2026-04-1027.9095
2026-04-1727.6233
2026-04-2427.7946
2026-05-0127.7297
2026-05-0827.7034
2026-05-1527.8440
2026-05-2227.9462
2026-05-2927.9145
2026-06-0528.0258
2026-06-1228.1045
2026-06-1928.3113
2026-06-2628.4688
2026-07-0328.4167
2026-07-1028.4143
2026-07-1728.4058
2026-07-2428.5046
2026-07-3128.2420
2026-08-0728.1521
2026-08-1428.1052
2026-08-2127.8109
2026-08-2827.9054
2026-09-0427.8903
2026-09-1127.9273
2026-09-1828.2329
2026-09-2528.5617

High

28.5617

Low

27.2724

Average

27.9669

For developers

Get this rate via the API

One GET request returns the AED/XPF 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=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=XPF");
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=XPF").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/XPF API questions

How do I get the AED/XPF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/XPF rate in rates.XPF.

How far back does AED/XPF historical data go?

Daily AED/XPF 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/XPF 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.