Skip to content

EGP to XAF exchange rate API

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

11.1440

▲ +3.99% over 6M

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 6 months, EGP/XAF traded between 10.4498 and 11.7272, averaged 11.0228 and rose 3.99%. 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 6M

EGP/XAF over 6M: show the values
PointEGP/XAF
2026-03-2910.7159
2026-04-0510.4725
2026-04-1210.4964
2026-04-1910.7138
2026-04-2610.6364
2026-05-0310.4498
2026-05-1010.5464
2026-05-1810.5965
2026-05-2610.7970
2026-06-0210.8549
2026-06-1110.9389
2026-06-1811.4024
2026-06-2511.6395
2026-07-0211.7272
2026-07-0911.5677
2026-07-1611.3276
2026-07-2311.1888
2026-07-3011.2351
2026-08-0611.4114
2026-08-1311.3359
2026-08-2111.0286
2026-08-2811.2085
2026-09-0411.0766
2026-09-1111.0099
2026-09-1810.9506
2026-09-2511.1434

High

11.7272

Low

10.4498

Average

11.0228

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.