Skip to content

XPF to AED exchange rate API

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

0.03506

▼ +2.98% over YTD

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 year to date, XPF/AED traded between 0.03505 and 0.03668, averaged 0.03576 and fell 2.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 YTD

XPF/AED over YTD: show the values
PointXPF/AED
2025-12-310.03613
2026-01-070.03600
2026-01-140.03583
2026-01-210.03599
2026-01-280.03668
2026-02-040.03651
2026-02-110.03665
2026-02-180.03644
2026-02-250.03634
2026-03-040.03588
2026-03-110.03573
2026-03-180.03545
2026-03-250.03563
2026-04-010.03553
2026-04-080.03577
2026-04-150.03621
2026-04-220.03608
2026-04-290.03599
2026-05-060.03606
2026-05-130.03604
2026-05-200.03578
2026-05-270.03586
2026-06-030.03576
2026-06-100.03558
2026-06-170.03564
2026-06-240.03505
2026-07-010.03510
2026-07-080.03513
2026-07-150.03520
2026-07-220.03513
2026-07-290.03513
2026-08-050.03557
2026-08-120.03555
2026-08-190.03572
2026-08-260.03590
2026-09-020.03564
2026-09-090.03587
2026-09-160.03551
2026-09-230.03519

High

0.03668

Low

0.03505

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.