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: show the values
| Point | EGP/XOF |
|---|---|
| 2025-09-25 | 11.4447 |
| 2025-10-02 | 11.5238 |
| 2025-10-09 | 11.8869 |
| 2025-10-16 | 11.8118 |
| 2025-10-23 | 11.8756 |
| 2025-10-30 | 11.9747 |
| 2025-11-06 | 12.0214 |
| 2025-11-13 | 11.9690 |
| 2025-11-20 | 12.0065 |
| 2025-11-27 | 11.8670 |
| 2025-12-04 | 11.8313 |
| 2025-12-11 | 11.7726 |
| 2025-12-18 | 11.7492 |
| 2025-12-25 | 11.7125 |
| 2026-01-01 | 11.7127 |
| 2026-01-08 | 11.8916 |
| 2026-01-15 | 11.9341 |
| 2026-01-22 | 11.8593 |
| 2026-01-29 | 11.7060 |
| 2026-02-05 | 11.8494 |
| 2026-02-12 | 11.7987 |
| 2026-02-19 | 11.7732 |
| 2026-02-26 | 11.5945 |
| 2026-03-05 | 11.2669 |
| 2026-03-12 | 10.8927 |
| 2026-03-19 | 10.9143 |
| 2026-03-26 | 10.7824 |
| 2026-04-02 | 10.5343 |
| 2026-04-09 | 10.5654 |
| 2026-04-16 | 10.7262 |
| 2026-04-23 | 10.7038 |
| 2026-04-30 | 10.4979 |
| 2026-05-07 | 10.5852 |
| 2026-05-14 | 10.5981 |
| 2026-05-21 | 10.6361 |
| 2026-05-28 | 10.8069 |
| 2026-06-04 | 10.8880 |
| 2026-06-11 | 10.9407 |
| 2026-06-18 | 11.4354 |
| 2026-06-25 | 11.6440 |
| 2026-07-02 | 11.7110 |
| 2026-07-09 | 11.5651 |
| 2026-07-16 | 11.3359 |
| 2026-07-23 | 11.2179 |
| 2026-07-30 | 11.2122 |
| 2026-08-06 | 11.4264 |
| 2026-08-13 | 11.3306 |
| 2026-08-20 | 11.0602 |
| 2026-08-27 | 11.2053 |
| 2026-09-03 | 11.0910 |
| 2026-09-10 | 10.9999 |
| 2026-09-17 | 10.9648 |
| 2026-09-24 | 11.1658 |
High
12.0214
Low
10.4979
Average
11.3592
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.