Skip to content

AED to EGP exchange rate API

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

14.0952

▲ +6.24% over 5Y

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 5 years, AED/EGP traded between 12.8310 and 14.6906, averaged 13.5187 and rose 6.24%. 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 5Y

AED/EGP over 5Y: show the values
PointAED/EGP
2024-08-2413.2668
2024-10-0613.1601
2024-11-0513.1440
2024-12-0513.5622
2025-01-0413.8183
2025-02-0313.5559
2025-03-0513.5987
2025-04-0513.7662
2025-05-0513.7946
2025-06-0513.5211
2025-07-0513.4155
2025-08-0413.2444
2025-09-0313.2114
2025-10-0313.0003
2025-11-0212.8571
2025-12-0212.9371
2026-01-0112.9823
2026-01-3112.8310
2026-03-0213.2918
2026-04-0114.6906
2026-05-0114.5871
2026-05-3114.2443
2026-06-3013.3912
2026-07-3013.8768
2026-08-2913.6412

High

14.6906

Low

12.8310

Average

13.5187

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.