Skip to content

XPF to AED exchange rate API

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

0.03506

▼ +3.98% over 1Y

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

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

XPF/AED over 1Y

XPF/AED over 1Y: show the values
PointXPF/AED
2025-09-260.03651
2025-10-030.03609
2025-10-100.03563
2025-10-170.03589
2025-10-240.03569
2025-10-310.03557
2025-11-070.03553
2025-11-140.03572
2025-11-210.03548
2025-11-280.03564
2025-12-050.03578
2025-12-120.03610
2025-12-190.03607
2025-12-260.03620
2026-01-020.03616
2026-01-090.03590
2026-01-160.03574
2026-01-230.03608
2026-01-300.03667
2026-02-060.03639
2026-02-130.03651
2026-02-200.03630
2026-02-270.03632
2026-03-060.03583
2026-03-130.03536
2026-03-200.03554
2026-03-270.03549
2026-04-030.03536
2026-04-100.03583
2026-04-170.03620
2026-04-240.03598
2026-05-010.03606
2026-05-080.03610
2026-05-150.03591
2026-05-220.03578
2026-05-290.03582
2026-06-050.03568
2026-06-120.03558
2026-06-190.03532
2026-06-260.03513
2026-07-030.03519
2026-07-100.03519
2026-07-170.03520
2026-07-240.03508
2026-07-310.03541
2026-08-070.03552
2026-08-140.03558
2026-08-210.03596
2026-08-280.03583
2026-09-040.03585
2026-09-110.03581
2026-09-180.03542
2026-09-250.03501

High

0.03667

Low

0.03501

Average

0.03576

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF&currencies=AED").json()

Replace YOUR_API_KEY with the key from your dashboard.

XPF/AED API questions

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

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

How far back does XPF/AED historical data go?

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