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: show the values
| Point | EUR/AED |
|---|---|
| 2024-08-24 | 4.1154 |
| 2024-10-01 | 4.0800 |
| 2024-10-31 | 3.9970 |
| 2024-11-30 | 3.8849 |
| 2024-12-30 | 3.8359 |
| 2025-01-29 | 3.8184 |
| 2025-02-28 | 3.8236 |
| 2025-03-30 | 3.9797 |
| 2025-04-29 | 4.1774 |
| 2025-05-29 | 4.1434 |
| 2025-06-28 | 4.2977 |
| 2025-07-28 | 4.2805 |
| 2025-08-27 | 4.2580 |
| 2025-09-26 | 4.2871 |
| 2025-10-26 | 4.2707 |
| 2025-11-25 | 4.2425 |
| 2025-12-25 | 4.3254 |
| 2026-01-24 | 4.3420 |
| 2026-02-23 | 4.3283 |
| 2026-03-25 | 4.2579 |
| 2026-04-24 | 4.3019 |
| 2026-05-24 | 4.2712 |
| 2026-06-23 | 4.1843 |
| 2026-07-23 | 4.1842 |
| 2026-08-22 | 4.2881 |
| 2026-09-21 | 4.2202 |
High
4.3420
Low
3.8184
Average
4.1620
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.