Skip to content

EGP to XAF exchange rate API

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

11.1440

▼ +3.92% over 1Y

1 EGP = 11.1440 XAF · 1 XAF = 0.08973 EGP · Get this rate via the API

1 EGP buys 11.1440 XAF as of 2026-09-25, so 1 XAF buys 0.08973 EGP. Over the last year, EGP/XAF traded between 10.4524 and 12.0359, averaged 11.3779 and fell 3.92%. The API holds daily EGP/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/XAF over 1Y

EGP/XAF over 1Y: show the values
PointEGP/XAF
2025-09-2511.5989
2025-10-0211.6945
2025-10-0911.8499
2025-10-1611.8055
2025-10-2311.8846
2025-10-3011.9519
2025-11-0612.0359
2025-11-1311.9932
2025-11-2012.0076
2025-11-2711.8519
2025-12-0411.8292
2025-12-1211.7604
2025-12-1911.7597
2025-12-2611.7040
2026-01-0211.6930
2026-01-0911.9182
2026-01-1611.9613
2026-01-2311.8546
2026-01-3011.7466
2026-02-0611.8731
2026-02-1311.7956
2026-02-2011.7380
2026-02-2711.5957
2026-03-0611.2633
2026-03-1310.8752
2026-03-2010.8563
2026-03-2710.7799
2026-04-0310.4667
2026-04-1010.5732
2026-04-1710.7529
2026-04-2410.6719
2026-05-0110.4524
2026-05-0810.6077
2026-05-1610.6709
2026-05-2410.6755
2026-05-3110.7527
2026-06-0910.9623
2026-06-1611.2722
2026-06-2311.5379
2026-06-3011.6994
2026-07-0711.7474
2026-07-1411.3927
2026-07-2111.2601
2026-07-2811.3942
2026-08-0411.3518
2026-08-1111.3360
2026-08-1811.2444
2026-08-2611.1788
2026-09-0211.1076
2026-09-0911.0288
2026-09-1610.9196
2026-09-2311.1501

High

12.0359

Low

10.4524

Average

11.3779

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/XAF API questions

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

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

How far back does EGP/XAF historical data go?

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