AED to EGP exchange rate API
UAE Dirham to Egyptian Pound · quoted 2026-09-25
14.0952
▲ +2.96% over 30D
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 30 days, AED/EGP traded between 13.6216 and 14.2212, averaged 13.9547 and rose 2.96%. 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 30D: show the values
| Point | AED/EGP |
|---|---|
| 2026-08-26 | 13.6899 |
| 2026-08-27 | 13.6794 |
| 2026-08-28 | 13.6814 |
| 2026-08-29 | 13.6412 |
| 2026-08-30 | 13.6216 |
| 2026-08-31 | 13.8144 |
| 2026-09-01 | 13.8484 |
| 2026-09-02 | 13.8855 |
| 2026-09-03 | 13.8679 |
| 2026-09-04 | 13.8713 |
| 2026-09-05 | 13.8657 |
| 2026-09-06 | 13.8762 |
| 2026-09-07 | 13.8628 |
| 2026-09-08 | 13.8801 |
| 2026-09-09 | 13.9221 |
| 2026-09-10 | 13.9630 |
| 2026-09-11 | 13.9817 |
| 2026-09-12 | 13.9892 |
| 2026-09-13 | 13.9729 |
| 2026-09-14 | 14.0334 |
| 2026-09-15 | 14.1040 |
| 2026-09-16 | 14.1693 |
| 2026-09-17 | 14.1960 |
| 2026-09-18 | 14.1919 |
| 2026-09-19 | 14.2171 |
| 2026-09-20 | 14.2212 |
| 2026-09-21 | 14.1549 |
| 2026-09-22 | 14.0781 |
| 2026-09-23 | 14.0176 |
| 2026-09-24 | 14.0590 |
| 2026-09-25 | 14.0968 |
High
14.2212
Low
13.6216
Average
13.9547
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.