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: show the values
| Point | EGP/CDF |
|---|---|
| 2025-09-25 | 56.2164 |
| 2025-10-02 | 53.3371 |
| 2025-10-09 | 50.7166 |
| 2025-10-16 | 44.3828 |
| 2025-10-23 | 47.7698 |
| 2025-10-30 | 48.3660 |
| 2025-11-06 | 46.3184 |
| 2025-11-13 | 45.3098 |
| 2025-11-20 | 48.0793 |
| 2025-11-27 | 47.7810 |
| 2025-12-04 | 48.0166 |
| 2025-12-12 | 48.1685 |
| 2025-12-19 | 48.3927 |
| 2025-12-26 | 47.8834 |
| 2026-01-02 | 47.5771 |
| 2026-01-09 | 48.7603 |
| 2026-01-16 | 48.0447 |
| 2026-01-23 | 45.8696 |
| 2026-01-30 | 49.0408 |
| 2026-02-06 | 48.9423 |
| 2026-02-13 | 49.0363 |
| 2026-02-20 | 48.4918 |
| 2026-02-27 | 44.8020 |
| 2026-03-06 | 46.0872 |
| 2026-03-13 | 43.4099 |
| 2026-03-20 | 44.1947 |
| 2026-03-27 | 43.8612 |
| 2026-04-03 | 42.5951 |
| 2026-04-10 | 43.3230 |
| 2026-04-17 | 44.5303 |
| 2026-04-24 | 43.9569 |
| 2026-05-01 | 43.2998 |
| 2026-05-08 | 43.9303 |
| 2026-05-16 | 42.4967 |
| 2026-05-24 | 42.4524 |
| 2026-05-31 | 43.4532 |
| 2026-06-09 | 44.5746 |
| 2026-06-16 | 46.0680 |
| 2026-06-23 | 46.1774 |
| 2026-06-30 | 47.0356 |
| 2026-07-07 | 47.2582 |
| 2026-07-14 | 45.3220 |
| 2026-07-21 | 45.1408 |
| 2026-07-28 | 45.5880 |
| 2026-08-04 | 45.5677 |
| 2026-08-11 | 45.6911 |
| 2026-08-18 | 45.4925 |
| 2026-08-26 | 45.5917 |
| 2026-09-02 | 44.9870 |
| 2026-09-09 | 45.0892 |
| 2026-09-16 | 44.3907 |
| 2026-09-23 | 44.8713 |
High
56.2164
Low
42.4524
Average
46.2714
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.