EGP to DZD exchange rate API
Egyptian Pound to Algerian Dinar · quoted 2026-09-25
2.5861
▼ +3.86% over 1Y
1 EGP = 2.5861 DZD · 1 DZD = 0.38668 EGP · Get this rate via the API
1 EGP buys 2.5861 DZD as of 2026-09-25, so 1 DZD buys 0.38668 EGP. Over the last year, EGP/DZD traded between 2.4496 and 2.7725, averaged 2.6523 and fell 3.86%. The API holds daily EGP/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/DZD over 1Y: show the values
| Point | EGP/DZD |
|---|---|
| 2025-09-25 | 2.6900 |
| 2025-10-02 | 2.7115 |
| 2025-10-09 | 2.7380 |
| 2025-10-16 | 2.7353 |
| 2025-10-23 | 2.7432 |
| 2025-10-30 | 2.7503 |
| 2025-11-06 | 2.7622 |
| 2025-11-13 | 2.7634 |
| 2025-11-20 | 2.7582 |
| 2025-11-27 | 2.7368 |
| 2025-12-04 | 2.7337 |
| 2025-12-12 | 2.7295 |
| 2025-12-19 | 2.7270 |
| 2025-12-26 | 2.7255 |
| 2026-01-02 | 2.7158 |
| 2026-01-09 | 2.7522 |
| 2026-01-16 | 2.7621 |
| 2026-01-23 | 2.7548 |
| 2026-01-30 | 2.7610 |
| 2026-02-06 | 2.7725 |
| 2026-02-13 | 2.7667 |
| 2026-02-20 | 2.7384 |
| 2026-02-27 | 2.7103 |
| 2026-03-06 | 2.6096 |
| 2026-03-13 | 2.5232 |
| 2026-03-20 | 2.5324 |
| 2026-03-27 | 2.5236 |
| 2026-04-03 | 2.4496 |
| 2026-04-10 | 2.4926 |
| 2026-04-17 | 2.5514 |
| 2026-04-24 | 2.5197 |
| 2026-05-01 | 2.4714 |
| 2026-05-08 | 2.5087 |
| 2026-05-16 | 2.5087 |
| 2026-05-24 | 2.5131 |
| 2026-05-31 | 2.5327 |
| 2026-06-09 | 2.5782 |
| 2026-06-16 | 2.6490 |
| 2026-06-23 | 2.6859 |
| 2026-06-30 | 2.7081 |
| 2026-07-07 | 2.7281 |
| 2026-07-14 | 2.6385 |
| 2026-07-21 | 2.6087 |
| 2026-07-28 | 2.6372 |
| 2026-08-04 | 2.6494 |
| 2026-08-11 | 2.6513 |
| 2026-08-18 | 2.6397 |
| 2026-08-26 | 2.6454 |
| 2026-09-02 | 2.6167 |
| 2026-09-09 | 2.6037 |
| 2026-09-16 | 2.5700 |
| 2026-09-23 | 2.6020 |
High
2.7725
Low
2.4496
Average
2.6523
Get this rate via the API
One GET request returns the EGP/DZD 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=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/DZD API questions
How do I get the EGP/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/DZD rate in rates.DZD.
How far back does EGP/DZD historical data go?
Daily EGP/DZD 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/DZD 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.