EGP to XPF exchange rate API
Egyptian Pound to CFP Franc · quoted 2026-09-25
2.0277
▼ +2.72% over 1Y
1 EGP = 2.0277 XPF · 1 XPF = 0.49316 EGP · Get this rate via the API
1 EGP buys 2.0277 XPF as of 2026-09-25, so 1 XPF buys 0.49316 EGP. Over the last year, EGP/XPF traded between 1.9126 and 2.1872, averaged 2.0675 and fell 2.72%. The API holds daily EGP/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/XPF over 1Y: show the values
| Point | EGP/XPF |
|---|---|
| 2025-09-25 | 2.0844 |
| 2025-10-02 | 2.1296 |
| 2025-10-09 | 2.1558 |
| 2025-10-16 | 2.1557 |
| 2025-10-23 | 2.1650 |
| 2025-10-30 | 2.1803 |
| 2025-11-06 | 2.1872 |
| 2025-11-13 | 2.1824 |
| 2025-11-20 | 2.1832 |
| 2025-11-27 | 2.1606 |
| 2025-12-04 | 2.1570 |
| 2025-12-11 | 2.1505 |
| 2025-12-18 | 2.1384 |
| 2025-12-25 | 2.1312 |
| 2026-01-01 | 2.1297 |
| 2026-01-08 | 2.1605 |
| 2026-01-15 | 2.1707 |
| 2026-01-22 | 2.1630 |
| 2026-01-29 | 2.1427 |
| 2026-02-05 | 2.1491 |
| 2026-02-12 | 2.1437 |
| 2026-02-19 | 2.1384 |
| 2026-02-26 | 2.1041 |
| 2026-03-05 | 2.0410 |
| 2026-03-12 | 1.9725 |
| 2026-03-19 | 1.9889 |
| 2026-03-26 | 1.9630 |
| 2026-04-02 | 1.9186 |
| 2026-04-09 | 1.9333 |
| 2026-04-16 | 1.9558 |
| 2026-04-23 | 1.9476 |
| 2026-04-30 | 1.9126 |
| 2026-05-07 | 1.9296 |
| 2026-05-14 | 1.9284 |
| 2026-05-21 | 1.9327 |
| 2026-05-28 | 1.9632 |
| 2026-06-04 | 1.9810 |
| 2026-06-11 | 1.9926 |
| 2026-06-18 | 2.0781 |
| 2026-06-25 | 2.1137 |
| 2026-07-02 | 2.1304 |
| 2026-07-09 | 2.1040 |
| 2026-07-16 | 2.0632 |
| 2026-07-23 | 2.0393 |
| 2026-07-30 | 2.0412 |
| 2026-08-06 | 2.0754 |
| 2026-08-13 | 2.0591 |
| 2026-08-20 | 2.0136 |
| 2026-08-27 | 2.0378 |
| 2026-09-03 | 2.0172 |
| 2026-09-10 | 1.9953 |
| 2026-09-17 | 1.9946 |
| 2026-09-24 | 2.0303 |
High
2.1872
Low
1.9126
Average
2.0675
Get this rate via the API
One GET request returns the EGP/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=EGP¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/XPF API questions
How do I get the EGP/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/XPF rate in rates.XPF.
How far back does EGP/XPF historical data go?
Daily EGP/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 EGP/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.