MYR to AED exchange rate API
Malaysian Ringgit to UAE Dirham · quoted 2026-09-25
0.89831
▲ +2.98% over 1Y
1 MYR = 0.89831 AED · 1 AED = 1.1132 MYR · Get this rate via the API
1 MYR buys 0.89831 AED as of 2026-09-25, so 1 AED buys 1.1132 MYR. Over the last year, MYR/AED traded between 0.86851 and 0.94518, averaged 0.90664 and rose 2.98%. The API holds daily MYR/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MYR/AED over 1Y: show the values
| Point | MYR/AED |
|---|---|
| 2025-09-25 | 0.87234 |
| 2025-10-02 | 0.87338 |
| 2025-10-09 | 0.87119 |
| 2025-10-16 | 0.86882 |
| 2025-10-23 | 0.86851 |
| 2025-10-30 | 0.87451 |
| 2025-11-06 | 0.87803 |
| 2025-11-13 | 0.88954 |
| 2025-11-20 | 0.88365 |
| 2025-11-27 | 0.88887 |
| 2025-12-04 | 0.89318 |
| 2025-12-11 | 0.89360 |
| 2025-12-18 | 0.89889 |
| 2025-12-25 | 0.90772 |
| 2026-01-01 | 0.90556 |
| 2026-01-08 | 0.90410 |
| 2026-01-15 | 0.90550 |
| 2026-01-22 | 0.90916 |
| 2026-01-29 | 0.93519 |
| 2026-02-05 | 0.93058 |
| 2026-02-12 | 0.94121 |
| 2026-02-19 | 0.93975 |
| 2026-02-26 | 0.94518 |
| 2026-03-05 | 0.93152 |
| 2026-03-12 | 0.93534 |
| 2026-03-19 | 0.93244 |
| 2026-03-26 | 0.91965 |
| 2026-04-02 | 0.90940 |
| 2026-04-09 | 0.92219 |
| 2026-04-16 | 0.92895 |
| 2026-04-23 | 0.92673 |
| 2026-04-30 | 0.92520 |
| 2026-05-07 | 0.93938 |
| 2026-05-14 | 0.93425 |
| 2026-05-21 | 0.92695 |
| 2026-05-28 | 0.92335 |
| 2026-06-04 | 0.91530 |
| 2026-06-11 | 0.90312 |
| 2026-06-18 | 0.89204 |
| 2026-06-25 | 0.89206 |
| 2026-07-02 | 0.90024 |
| 2026-07-09 | 0.90091 |
| 2026-07-16 | 0.90190 |
| 2026-07-23 | 0.89825 |
| 2026-07-30 | 0.89968 |
| 2026-08-06 | 0.89815 |
| 2026-08-13 | 0.89869 |
| 2026-08-20 | 0.90825 |
| 2026-08-27 | 0.91074 |
| 2026-09-03 | 0.90880 |
| 2026-09-10 | 0.90345 |
| 2026-09-17 | 0.89606 |
| 2026-09-24 | 0.89870 |
High
0.94518
Low
0.86851
Average
0.90664
Get this rate via the API
One GET request returns the MYR/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=MYR¤cies=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=AED").json()Replace YOUR_API_KEY with the key from your dashboard.
MYR/AED API questions
How do I get the MYR/AED exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=AED, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/AED rate in rates.AED.
How far back does MYR/AED historical data go?
Daily MYR/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 MYR/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.