Skip to content

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

EGP/XPF over 30D: show the values
PointEGP/XPF
2026-08-262.0347
2026-08-272.0378
2026-08-282.0396
2026-08-292.0566
2026-08-302.0545
2026-08-312.0233
2026-09-012.0164
2026-09-022.0205
2026-09-032.0172
2026-09-042.0107
2026-09-052.0178
2026-09-062.0120
2026-09-072.0145
2026-09-082.0095
2026-09-092.0027
2026-09-101.9953
2026-09-111.9974
2026-09-122.0027
2026-09-132.0007
2026-09-141.9957
2026-09-151.9948
2026-09-161.9876
2026-09-171.9946
2026-09-181.9894
2026-09-191.9899
2026-09-201.9882
2026-09-211.9996
2026-09-222.0057
2026-09-232.0275
2026-09-242.0303
2026-09-252.0267

High

2.0566

Low

1.9876

Average

2.0132

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.