Skip to content

EGP to XOF exchange rate API

Egyptian Pound to CFA Franc BCEAO · quoted 2026-09-25

11.1256

▼ +2.79% over 1Y

1 EGP = 11.1256 XOF · 1 XOF = 0.08988 EGP · Get this rate via the API

1 EGP buys 11.1256 XOF as of 2026-09-25, so 1 XOF buys 0.08988 EGP. Over the last year, EGP/XOF traded between 10.4979 and 12.0214, averaged 11.3592 and fell 2.79%. The API holds daily EGP/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/XOF over 1Y

EGP/XOF over 1Y: show the values
PointEGP/XOF
2025-09-2511.4447
2025-10-0211.5238
2025-10-0911.8869
2025-10-1611.8118
2025-10-2311.8756
2025-10-3011.9747
2025-11-0612.0214
2025-11-1311.9690
2025-11-2012.0065
2025-11-2711.8670
2025-12-0411.8313
2025-12-1111.7726
2025-12-1811.7492
2025-12-2511.7125
2026-01-0111.7127
2026-01-0811.8916
2026-01-1511.9341
2026-01-2211.8593
2026-01-2911.7060
2026-02-0511.8494
2026-02-1211.7987
2026-02-1911.7732
2026-02-2611.5945
2026-03-0511.2669
2026-03-1210.8927
2026-03-1910.9143
2026-03-2610.7824
2026-04-0210.5343
2026-04-0910.5654
2026-04-1610.7262
2026-04-2310.7038
2026-04-3010.4979
2026-05-0710.5852
2026-05-1410.5981
2026-05-2110.6361
2026-05-2810.8069
2026-06-0410.8880
2026-06-1110.9407
2026-06-1811.4354
2026-06-2511.6440
2026-07-0211.7110
2026-07-0911.5651
2026-07-1611.3359
2026-07-2311.2179
2026-07-3011.2122
2026-08-0611.4264
2026-08-1311.3306
2026-08-2011.0602
2026-08-2711.2053
2026-09-0311.0910
2026-09-1010.9999
2026-09-1710.9648
2026-09-2411.1658

High

12.0214

Low

10.4979

Average

11.3592

For developers

Get this rate via the API

One GET request returns the EGP/XOF 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=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=XOF");
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=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/XOF API questions

How do I get the EGP/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/XOF rate in rates.XOF.

How far back does EGP/XOF historical data go?

Daily EGP/XOF 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/XOF 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.