Skip to content

EUR to AED exchange rate API

Euro to UAE Dirham · quoted 2026-09-24

4.1781

▼ +3.24% over 1Y

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 year, EUR/AED traded between 4.1653 and 4.3980, averaged 4.2694 and fell 3.24%. 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 1Y

EUR/AED over 1Y: show the values
PointEUR/AED
2025-09-244.3180
2025-10-014.3062
2025-10-084.2706
2025-10-154.2687
2025-10-224.2559
2025-10-294.2738
2025-11-054.2208
2025-11-124.2518
2025-11-194.2543
2025-11-264.2520
2025-12-034.2855
2025-12-104.2728
2025-12-174.3053
2025-12-244.3291
2025-12-314.3157
2026-01-074.2915
2026-01-144.2794
2026-01-214.3117
2026-01-284.3980
2026-02-044.3415
2026-02-114.3686
2026-02-184.3507
2026-02-254.3282
2026-03-044.2787
2026-03-114.2537
2026-03-184.2241
2026-03-254.2579
2026-04-014.2626
2026-04-084.2998
2026-04-154.3269
2026-04-224.3096
2026-04-294.2997
2026-05-064.3203
2026-05-134.3030
2026-05-204.2607
2026-05-274.2742
2026-06-034.2659
2026-06-104.2383
2026-06-174.2574
2026-06-244.1653
2026-07-014.1809
2026-07-084.1886
2026-07-154.1894
2026-07-224.1901
2026-07-294.1798
2026-08-054.2437
2026-08-124.2404
2026-08-194.2624
2026-08-264.2860
2026-09-024.2526
2026-09-094.2798
2026-09-164.2375
2026-09-234.1912

High

4.3980

Low

4.1653

Average

4.2694

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.