EGP to XPF exchange rate API
Egyptian Pound to CFP Franc · quoted 2026-09-25
2.0274
▼ +4.86% over YTD
1 EGP = 2.0274 XPF · 1 XPF = 0.49323 EGP · Get this rate via the API
1 EGP buys 2.0274 XPF as of 2026-09-25, so 1 XPF buys 0.49323 EGP. Over the year to date, EGP/XPF traded between 1.9025 and 2.1714, averaged 2.0365 and fell 4.86%. 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 YTD: show the values
| Point | EGP/XPF |
|---|---|
| 2025-12-31 | 2.1311 |
| 2026-01-07 | 2.1586 |
| 2026-01-14 | 2.1714 |
| 2026-01-21 | 2.1523 |
| 2026-01-28 | 2.1338 |
| 2026-02-04 | 2.1429 |
| 2026-02-11 | 2.1408 |
| 2026-02-18 | 2.1473 |
| 2026-02-25 | 2.1107 |
| 2026-03-04 | 2.0453 |
| 2026-03-11 | 1.9800 |
| 2026-03-18 | 1.9816 |
| 2026-03-25 | 1.9609 |
| 2026-04-01 | 1.9161 |
| 2026-04-08 | 1.9025 |
| 2026-04-15 | 1.9451 |
| 2026-04-22 | 1.9613 |
| 2026-04-29 | 1.9275 |
| 2026-05-06 | 1.9167 |
| 2026-05-13 | 1.9262 |
| 2026-05-20 | 1.9263 |
| 2026-05-27 | 1.9614 |
| 2026-06-03 | 1.9780 |
| 2026-06-10 | 1.9934 |
| 2026-06-17 | 2.0615 |
| 2026-06-24 | 2.1111 |
| 2026-07-01 | 2.1297 |
| 2026-07-08 | 2.1212 |
| 2026-07-15 | 2.0620 |
| 2026-07-22 | 2.0421 |
| 2026-07-29 | 2.0663 |
| 2026-08-05 | 2.0672 |
| 2026-08-12 | 2.0573 |
| 2026-08-19 | 2.0311 |
| 2026-08-26 | 2.0347 |
| 2026-09-02 | 2.0205 |
| 2026-09-09 | 2.0027 |
| 2026-09-16 | 1.9876 |
| 2026-09-23 | 2.0275 |
High
2.1714
Low
1.9025
Average
2.0365
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.