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: show the values
| Point | AED/XPF |
|---|---|
| 2025-09-26 | 27.3877 |
| 2025-10-03 | 27.7079 |
| 2025-10-10 | 28.0658 |
| 2025-10-17 | 27.8665 |
| 2025-10-24 | 28.0177 |
| 2025-10-31 | 28.1126 |
| 2025-11-07 | 28.1422 |
| 2025-11-14 | 27.9935 |
| 2025-11-21 | 28.1844 |
| 2025-11-28 | 28.0588 |
| 2025-12-05 | 27.9482 |
| 2025-12-12 | 27.7026 |
| 2025-12-19 | 27.7264 |
| 2025-12-26 | 27.6212 |
| 2026-01-02 | 27.6554 |
| 2026-01-09 | 27.8520 |
| 2026-01-16 | 27.9831 |
| 2026-01-23 | 27.7146 |
| 2026-01-30 | 27.2724 |
| 2026-02-06 | 27.4824 |
| 2026-02-13 | 27.3867 |
| 2026-02-20 | 27.5457 |
| 2026-02-27 | 27.5312 |
| 2026-03-06 | 27.9076 |
| 2026-03-13 | 28.2797 |
| 2026-03-20 | 28.1379 |
| 2026-03-27 | 28.1784 |
| 2026-04-03 | 28.2793 |
| 2026-04-10 | 27.9095 |
| 2026-04-17 | 27.6233 |
| 2026-04-24 | 27.7946 |
| 2026-05-01 | 27.7297 |
| 2026-05-08 | 27.7034 |
| 2026-05-15 | 27.8440 |
| 2026-05-22 | 27.9462 |
| 2026-05-29 | 27.9145 |
| 2026-06-05 | 28.0258 |
| 2026-06-12 | 28.1045 |
| 2026-06-19 | 28.3113 |
| 2026-06-26 | 28.4688 |
| 2026-07-03 | 28.4167 |
| 2026-07-10 | 28.4143 |
| 2026-07-17 | 28.4058 |
| 2026-07-24 | 28.5046 |
| 2026-07-31 | 28.2420 |
| 2026-08-07 | 28.1521 |
| 2026-08-14 | 28.1052 |
| 2026-08-21 | 27.8109 |
| 2026-08-28 | 27.9054 |
| 2026-09-04 | 27.8903 |
| 2026-09-11 | 27.9273 |
| 2026-09-18 | 28.2329 |
| 2026-09-25 | 28.5617 |
High
28.5617
Low
27.2724
Average
27.9669
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.