EGP to XPF exchange rate API
Egyptian Pound to CFP Franc · quoted 2026-09-25
2.0277
▼ +0.34% over 30D
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 30 days, EGP/XPF traded between 1.9876 and 2.0566, averaged 2.0132 and fell 0.34%. 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 30D: show the values
| Point | EGP/XPF |
|---|---|
| 2026-08-26 | 2.0347 |
| 2026-08-27 | 2.0378 |
| 2026-08-28 | 2.0396 |
| 2026-08-29 | 2.0566 |
| 2026-08-30 | 2.0545 |
| 2026-08-31 | 2.0233 |
| 2026-09-01 | 2.0164 |
| 2026-09-02 | 2.0205 |
| 2026-09-03 | 2.0172 |
| 2026-09-04 | 2.0107 |
| 2026-09-05 | 2.0178 |
| 2026-09-06 | 2.0120 |
| 2026-09-07 | 2.0145 |
| 2026-09-08 | 2.0095 |
| 2026-09-09 | 2.0027 |
| 2026-09-10 | 1.9953 |
| 2026-09-11 | 1.9974 |
| 2026-09-12 | 2.0027 |
| 2026-09-13 | 2.0007 |
| 2026-09-14 | 1.9957 |
| 2026-09-15 | 1.9948 |
| 2026-09-16 | 1.9876 |
| 2026-09-17 | 1.9946 |
| 2026-09-18 | 1.9894 |
| 2026-09-19 | 1.9899 |
| 2026-09-20 | 1.9882 |
| 2026-09-21 | 1.9996 |
| 2026-09-22 | 2.0057 |
| 2026-09-23 | 2.0275 |
| 2026-09-24 | 2.0303 |
| 2026-09-25 | 2.0267 |
High
2.0566
Low
1.9876
Average
2.0132
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.