Skip to content

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

MYR/AED over 1Y: show the values
PointMYR/AED
2025-09-250.87234
2025-10-020.87338
2025-10-090.87119
2025-10-160.86882
2025-10-230.86851
2025-10-300.87451
2025-11-060.87803
2025-11-130.88954
2025-11-200.88365
2025-11-270.88887
2025-12-040.89318
2025-12-110.89360
2025-12-180.89889
2025-12-250.90772
2026-01-010.90556
2026-01-080.90410
2026-01-150.90550
2026-01-220.90916
2026-01-290.93519
2026-02-050.93058
2026-02-120.94121
2026-02-190.93975
2026-02-260.94518
2026-03-050.93152
2026-03-120.93534
2026-03-190.93244
2026-03-260.91965
2026-04-020.90940
2026-04-090.92219
2026-04-160.92895
2026-04-230.92673
2026-04-300.92520
2026-05-070.93938
2026-05-140.93425
2026-05-210.92695
2026-05-280.92335
2026-06-040.91530
2026-06-110.90312
2026-06-180.89204
2026-06-250.89206
2026-07-020.90024
2026-07-090.90091
2026-07-160.90190
2026-07-230.89825
2026-07-300.89968
2026-08-060.89815
2026-08-130.89869
2026-08-200.90825
2026-08-270.91074
2026-09-030.90880
2026-09-100.90345
2026-09-170.89606
2026-09-240.89870

High

0.94518

Low

0.86851

Average

0.90664

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=AED"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&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=MYR&currencies=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&currencies=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.