Skip to content

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

EGP/XPF over 1Y: show the values
PointEGP/XPF
2025-09-252.0844
2025-10-022.1296
2025-10-092.1558
2025-10-162.1557
2025-10-232.1650
2025-10-302.1803
2025-11-062.1872
2025-11-132.1824
2025-11-202.1832
2025-11-272.1606
2025-12-042.1570
2025-12-112.1505
2025-12-182.1384
2025-12-252.1312
2026-01-012.1297
2026-01-082.1605
2026-01-152.1707
2026-01-222.1630
2026-01-292.1427
2026-02-052.1491
2026-02-122.1437
2026-02-192.1384
2026-02-262.1041
2026-03-052.0410
2026-03-121.9725
2026-03-191.9889
2026-03-261.9630
2026-04-021.9186
2026-04-091.9333
2026-04-161.9558
2026-04-231.9476
2026-04-301.9126
2026-05-071.9296
2026-05-141.9284
2026-05-211.9327
2026-05-281.9632
2026-06-041.9810
2026-06-111.9926
2026-06-182.0781
2026-06-252.1137
2026-07-022.1304
2026-07-092.1040
2026-07-162.0632
2026-07-232.0393
2026-07-302.0412
2026-08-062.0754
2026-08-132.0591
2026-08-202.0136
2026-08-272.0378
2026-09-032.0172
2026-09-101.9953
2026-09-171.9946
2026-09-242.0303

High

2.1872

Low

1.9126

Average

2.0675

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=XPF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.