Skip to content

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

AED/EGP over 1Y: show the values
PointAED/EGP
2025-09-2513.1125
2025-10-0213.0103
2025-10-0912.9482
2025-10-1612.9588
2025-10-2312.9519
2025-10-3012.8654
2025-11-0612.8938
2025-11-1312.8491
2025-11-2012.9056
2025-11-2712.9779
2025-12-0412.9450
2025-12-1112.9456
2025-12-1812.9539
2025-12-2512.9449
2026-01-0112.9823
2026-01-0812.8691
2026-01-1512.8733
2026-01-2212.8608
2026-01-2912.7509
2026-02-0512.7791
2026-02-1212.7484
2026-02-1912.8752
2026-02-2613.0461
2026-03-0513.6570
2026-03-1214.2135
2026-03-1914.2238
2026-03-2614.3426
2026-04-0214.6920
2026-04-0914.4744
2026-04-1614.1206
2026-04-2314.2641
2026-04-3014.5384
2026-05-0714.3524
2026-05-1414.4015
2026-05-2114.4553
2026-05-2814.2171
2026-06-0414.1214
2026-06-1114.1381
2026-06-1813.5910
2026-06-2513.4945
2026-07-0213.3648
2026-07-0913.5109
2026-07-1613.7503
2026-07-2313.9672
2026-07-3013.8768
2026-08-0613.5466
2026-08-1313.6720
2026-08-2013.8242
2026-08-2713.6794
2026-09-0313.8679
2026-09-1013.9630
2026-09-1714.1960
2026-09-2414.0590

High

14.6920

Low

12.7484

Average

13.5504

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.