AED to EGP exchange rate API
UAE Dirham to Egyptian Pound · quoted 2026-09-25
14.0952
▲ +7.49% over 1Y
1 AED = 14.0952 EGP · 1 EGP = 0.07095 AED · Get this rate via the API
1 AED buys 14.0952 EGP as of 2026-09-25, so 1 EGP buys 0.07095 AED. Over the last year, AED/EGP traded between 12.7484 and 14.6920, averaged 13.5504 and rose 7.49%. The API holds daily AED/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/EGP over 1Y: show the values
| Point | AED/EGP |
|---|---|
| 2025-09-25 | 13.1125 |
| 2025-10-02 | 13.0103 |
| 2025-10-09 | 12.9482 |
| 2025-10-16 | 12.9588 |
| 2025-10-23 | 12.9519 |
| 2025-10-30 | 12.8654 |
| 2025-11-06 | 12.8938 |
| 2025-11-13 | 12.8491 |
| 2025-11-20 | 12.9056 |
| 2025-11-27 | 12.9779 |
| 2025-12-04 | 12.9450 |
| 2025-12-11 | 12.9456 |
| 2025-12-18 | 12.9539 |
| 2025-12-25 | 12.9449 |
| 2026-01-01 | 12.9823 |
| 2026-01-08 | 12.8691 |
| 2026-01-15 | 12.8733 |
| 2026-01-22 | 12.8608 |
| 2026-01-29 | 12.7509 |
| 2026-02-05 | 12.7791 |
| 2026-02-12 | 12.7484 |
| 2026-02-19 | 12.8752 |
| 2026-02-26 | 13.0461 |
| 2026-03-05 | 13.6570 |
| 2026-03-12 | 14.2135 |
| 2026-03-19 | 14.2238 |
| 2026-03-26 | 14.3426 |
| 2026-04-02 | 14.6920 |
| 2026-04-09 | 14.4744 |
| 2026-04-16 | 14.1206 |
| 2026-04-23 | 14.2641 |
| 2026-04-30 | 14.5384 |
| 2026-05-07 | 14.3524 |
| 2026-05-14 | 14.4015 |
| 2026-05-21 | 14.4553 |
| 2026-05-28 | 14.2171 |
| 2026-06-04 | 14.1214 |
| 2026-06-11 | 14.1381 |
| 2026-06-18 | 13.5910 |
| 2026-06-25 | 13.4945 |
| 2026-07-02 | 13.3648 |
| 2026-07-09 | 13.5109 |
| 2026-07-16 | 13.7503 |
| 2026-07-23 | 13.9672 |
| 2026-07-30 | 13.8768 |
| 2026-08-06 | 13.5466 |
| 2026-08-13 | 13.6720 |
| 2026-08-20 | 13.8242 |
| 2026-08-27 | 13.6794 |
| 2026-09-03 | 13.8679 |
| 2026-09-10 | 13.9630 |
| 2026-09-17 | 14.1960 |
| 2026-09-24 | 14.0590 |
High
14.6920
Low
12.7484
Average
13.5504
Get this rate via the API
One GET request returns the AED/EGP 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=AED¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/EGP API questions
How do I get the AED/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/EGP rate in rates.EGP.
How far back does AED/EGP historical data go?
Daily AED/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 AED/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.