Skip to content

EGP to XPF exchange rate API

Egyptian Pound to CFP Franc · quoted 2026-09-25

2.0277

▼ +4.85% over YTD

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 year to date, EGP/XPF traded between 1.9025 and 2.1714, averaged 2.0365 and fell 4.85%. 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

EGP/XPF over YTD: show the values
PointEGP/XPF
2025-12-312.1311
2026-01-072.1586
2026-01-142.1714
2026-01-212.1523
2026-01-282.1338
2026-02-042.1429
2026-02-112.1408
2026-02-182.1473
2026-02-252.1107
2026-03-042.0453
2026-03-111.9800
2026-03-181.9816
2026-03-251.9609
2026-04-011.9161
2026-04-081.9025
2026-04-151.9451
2026-04-221.9613
2026-04-291.9275
2026-05-061.9167
2026-05-131.9262
2026-05-201.9263
2026-05-271.9614
2026-06-031.9780
2026-06-101.9934
2026-06-172.0615
2026-06-242.1111
2026-07-012.1297
2026-07-082.1212
2026-07-152.0620
2026-07-222.0421
2026-07-292.0663
2026-08-052.0672
2026-08-122.0573
2026-08-192.0311
2026-08-262.0347
2026-09-022.0205
2026-09-092.0027
2026-09-161.9876
2026-09-232.0275

High

2.1714

Low

1.9025

Average

2.0365

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.