Skip to content

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

AED/EGP over 30D: show the values
PointAED/EGP
2026-08-2613.6899
2026-08-2713.6794
2026-08-2813.6814
2026-08-2913.6412
2026-08-3013.6216
2026-08-3113.8144
2026-09-0113.8484
2026-09-0213.8855
2026-09-0313.8679
2026-09-0413.8713
2026-09-0513.8657
2026-09-0613.8762
2026-09-0713.8628
2026-09-0813.8801
2026-09-0913.9221
2026-09-1013.9630
2026-09-1113.9817
2026-09-1213.9892
2026-09-1313.9729
2026-09-1414.0334
2026-09-1514.1040
2026-09-1614.1693
2026-09-1714.1960
2026-09-1814.1919
2026-09-1914.2171
2026-09-2014.2212
2026-09-2114.1549
2026-09-2214.0781
2026-09-2314.0176
2026-09-2414.0590
2026-09-2514.0968

High

14.2212

Low

13.6216

Average

13.9547

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.