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: show the values
| Point | EUR/AED |
|---|---|
| 2025-09-24 | 4.3180 |
| 2025-10-01 | 4.3062 |
| 2025-10-08 | 4.2706 |
| 2025-10-15 | 4.2687 |
| 2025-10-22 | 4.2559 |
| 2025-10-29 | 4.2738 |
| 2025-11-05 | 4.2208 |
| 2025-11-12 | 4.2518 |
| 2025-11-19 | 4.2543 |
| 2025-11-26 | 4.2520 |
| 2025-12-03 | 4.2855 |
| 2025-12-10 | 4.2728 |
| 2025-12-17 | 4.3053 |
| 2025-12-24 | 4.3291 |
| 2025-12-31 | 4.3157 |
| 2026-01-07 | 4.2915 |
| 2026-01-14 | 4.2794 |
| 2026-01-21 | 4.3117 |
| 2026-01-28 | 4.3980 |
| 2026-02-04 | 4.3415 |
| 2026-02-11 | 4.3686 |
| 2026-02-18 | 4.3507 |
| 2026-02-25 | 4.3282 |
| 2026-03-04 | 4.2787 |
| 2026-03-11 | 4.2537 |
| 2026-03-18 | 4.2241 |
| 2026-03-25 | 4.2579 |
| 2026-04-01 | 4.2626 |
| 2026-04-08 | 4.2998 |
| 2026-04-15 | 4.3269 |
| 2026-04-22 | 4.3096 |
| 2026-04-29 | 4.2997 |
| 2026-05-06 | 4.3203 |
| 2026-05-13 | 4.3030 |
| 2026-05-20 | 4.2607 |
| 2026-05-27 | 4.2742 |
| 2026-06-03 | 4.2659 |
| 2026-06-10 | 4.2383 |
| 2026-06-17 | 4.2574 |
| 2026-06-24 | 4.1653 |
| 2026-07-01 | 4.1809 |
| 2026-07-08 | 4.1886 |
| 2026-07-15 | 4.1894 |
| 2026-07-22 | 4.1901 |
| 2026-07-29 | 4.1798 |
| 2026-08-05 | 4.2437 |
| 2026-08-12 | 4.2404 |
| 2026-08-19 | 4.2624 |
| 2026-08-26 | 4.2860 |
| 2026-09-02 | 4.2526 |
| 2026-09-09 | 4.2798 |
| 2026-09-16 | 4.2375 |
| 2026-09-23 | 4.1912 |
High
4.3980
Low
4.1653
Average
4.2694
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.