Skip to content

EUR to AED exchange rate API

Euro to UAE Dirham · quoted 2026-09-24

4.1781

▲ +1.52% over 5Y

1 EUR = 4.1781 AED · 1 AED = 0.23934 EUR · Get this rate via the API

1 EUR buys 4.1781 AED as of 2026-09-24, so 1 AED buys 0.23934 EUR. Over the last 5 years, EUR/AED traded between 3.8184 and 4.3420, averaged 4.1620 and rose 1.52%. The API holds daily EUR/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/AED over 5Y

EUR/AED over 5Y: show the values
PointEUR/AED
2024-08-244.1154
2024-10-014.0800
2024-10-313.9970
2024-11-303.8849
2024-12-303.8359
2025-01-293.8184
2025-02-283.8236
2025-03-303.9797
2025-04-294.1774
2025-05-294.1434
2025-06-284.2977
2025-07-284.2805
2025-08-274.2580
2025-09-264.2871
2025-10-264.2707
2025-11-254.2425
2025-12-254.3254
2026-01-244.3420
2026-02-234.3283
2026-03-254.2579
2026-04-244.3019
2026-05-244.2712
2026-06-234.1843
2026-07-234.1842
2026-08-224.2881
2026-09-214.2202

High

4.3420

Low

3.8184

Average

4.1620

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=AED").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/AED API questions

How do I get the EUR/AED exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=AED, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/AED rate in rates.AED.

How far back does EUR/AED historical data go?

Daily EUR/AED 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 EUR/AED 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.