Skip to content

EGP to CDF exchange rate API

Egyptian Pound to Congolese Franc · quoted 2026-09-25

44.6455

▼ +20.58% over 1Y

1 EGP = 44.6455 CDF · 1 CDF = 0.02240 EGP · Get this rate via the API

1 EGP buys 44.6455 CDF as of 2026-09-25, so 1 CDF buys 0.02240 EGP. Over the last year, EGP/CDF traded between 42.4524 and 56.2164, averaged 46.2714 and fell 20.58%. The API holds daily EGP/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/CDF over 1Y

EGP/CDF over 1Y: show the values
PointEGP/CDF
2025-09-2556.2164
2025-10-0253.3371
2025-10-0950.7166
2025-10-1644.3828
2025-10-2347.7698
2025-10-3048.3660
2025-11-0646.3184
2025-11-1345.3098
2025-11-2048.0793
2025-11-2747.7810
2025-12-0448.0166
2025-12-1248.1685
2025-12-1948.3927
2025-12-2647.8834
2026-01-0247.5771
2026-01-0948.7603
2026-01-1648.0447
2026-01-2345.8696
2026-01-3049.0408
2026-02-0648.9423
2026-02-1349.0363
2026-02-2048.4918
2026-02-2744.8020
2026-03-0646.0872
2026-03-1343.4099
2026-03-2044.1947
2026-03-2743.8612
2026-04-0342.5951
2026-04-1043.3230
2026-04-1744.5303
2026-04-2443.9569
2026-05-0143.2998
2026-05-0843.9303
2026-05-1642.4967
2026-05-2442.4524
2026-05-3143.4532
2026-06-0944.5746
2026-06-1646.0680
2026-06-2346.1774
2026-06-3047.0356
2026-07-0747.2582
2026-07-1445.3220
2026-07-2145.1408
2026-07-2845.5880
2026-08-0445.5677
2026-08-1145.6911
2026-08-1845.4925
2026-08-2645.5917
2026-09-0244.9870
2026-09-0945.0892
2026-09-1644.3907
2026-09-2344.8713

High

56.2164

Low

42.4524

Average

46.2714

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/CDF API questions

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

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

How far back does EGP/CDF historical data go?

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