Skip to content

AED to EGP exchange rate API

UAE Dirham to Egyptian Pound · quoted 2026-09-25

14.0952

▲ +8.54% over YTD

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 year to date, AED/EGP traded between 12.7448 and 14.6956, averaged 13.7567 and rose 8.54%. 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 YTD

AED/EGP over YTD: show the values
PointAED/EGP
2025-12-3112.9868
2026-01-0712.8672
2026-01-1412.8539
2026-01-2112.9102
2026-01-2812.7764
2026-02-0412.7814
2026-02-1112.7448
2026-02-1812.7797
2026-02-2513.0385
2026-03-0413.6256
2026-03-1114.1370
2026-03-1814.2343
2026-03-2514.3122
2026-04-0114.6906
2026-04-0814.6956
2026-04-1514.1998
2026-04-2214.1315
2026-04-2914.4132
2026-05-0614.4674
2026-05-1314.4064
2026-05-2014.5084
2026-05-2714.2173
2026-06-0314.1384
2026-06-1014.1002
2026-06-1713.6106
2026-06-2413.5144
2026-07-0113.3763
2026-07-0813.4177
2026-07-1513.7783
2026-07-2213.9390
2026-07-2913.7781
2026-08-0513.6013
2026-08-1213.6738
2026-08-1913.7826
2026-08-2613.6899
2026-09-0213.8855
2026-09-0913.9221
2026-09-1614.1693
2026-09-2314.0176

High

14.6956

Low

12.7448

Average

13.7567

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=EGP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=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&currencies=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.