Skip to content

XOF to EGP exchange rate API

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

0.08974

▲ +3.30% over 1Y

1 XOF = 0.08974 EGP · 1 EGP = 11.1437 XOF · Get this rate via the API

1 XOF buys 0.08974 EGP as of 2026-09-24, so 1 EGP buys 11.1437 XOF. Over the last year, XOF/EGP traded between 0.08297 and 0.09612, averaged 0.08823 and rose 3.30%. The API holds daily XOF/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/EGP over 1Y

XOF/EGP over 1Y: show the values
PointXOF/EGP
2025-09-240.08687
2025-10-010.08700
2025-10-080.08584
2025-10-150.08447
2025-10-220.08419
2025-10-290.08395
2025-11-050.08297
2025-11-120.08335
2025-11-190.08339
2025-11-260.08432
2025-12-030.08445
2025-12-100.08447
2025-12-170.08500
2025-12-240.08544
2025-12-310.08537
2026-01-070.08421
2026-01-140.08383
2026-01-210.08467
2026-01-280.08566
2026-02-040.08456
2026-02-110.08488
2026-02-180.08464
2026-02-250.08610
2026-03-040.08865
2026-03-110.09183
2026-03-180.09182
2026-03-250.09287
2026-04-010.09532
2026-04-080.09612
2026-04-150.09375
2026-04-220.09286
2026-04-290.09440
2026-05-060.09515
2026-05-130.09452
2026-05-200.09430
2026-05-270.09263
2026-06-030.09192
2026-06-100.09116
2026-06-170.08831
2026-06-240.08595
2026-07-010.08536
2026-07-080.08575
2026-07-150.08826
2026-07-220.08904
2026-07-290.08799
2026-08-050.08791
2026-08-120.08832
2026-08-190.08970
2026-08-260.08940
2026-09-020.09005
2026-09-090.09070
2026-09-160.09150
2026-09-230.08955

High

0.09612

Low

0.08297

Average

0.08823

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/EGP API questions

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

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

How far back does XOF/EGP historical data go?

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