Skip to content

AED to EGP exchange rate API

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

14.0952

▼ +2.42% over 6M

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 6 months, AED/EGP traded between 13.4082 and 14.8012, averaged 14.0382 and fell 2.42%. 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 6M

AED/EGP over 6M: show the values
PointAED/EGP
2026-03-2914.4455
2026-04-0514.8012
2026-04-1214.5029
2026-04-1914.1578
2026-04-2614.3198
2026-05-0314.5919
2026-05-1014.3551
2026-05-1714.4070
2026-05-2414.4138
2026-05-3114.2443
2026-06-0714.1955
2026-06-1414.0732
2026-06-2113.6097
2026-06-2813.4933
2026-07-0513.4082
2026-07-1213.5418
2026-07-1913.7612
2026-07-2613.9751
2026-08-0213.8971
2026-08-0913.5155
2026-08-1613.6781
2026-08-2313.8564
2026-08-3013.6216
2026-09-0613.8762
2026-09-1313.9729
2026-09-2014.2212

High

14.8012

Low

13.4082

Average

14.0382

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.