Skip to content

AED to MMK exchange rate API

UAE Dirham to Kyat · quoted 2026-09-25

571.6047

▲ +0.00% over 6M

1 AED = 571.6047 MMK · 1 MMK = 0.001749 AED · Get this rate via the API

1 AED buys 571.6047 MMK as of 2026-09-25, so 1 MMK buys 0.001749 AED. Over the last 6 months, AED/MMK traded between 571.5576 and 571.7776, averaged 571.6698 and rose 0.00%. The API holds daily AED/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/MMK over 6M

AED/MMK over 6M: show the values
PointAED/MMK
2026-03-29571.5999
2026-04-05571.6438
2026-04-12571.7617
2026-04-19571.7776
2026-04-26571.6992
2026-05-03571.6575
2026-05-10571.6578
2026-05-17571.6425
2026-05-24571.5576
2026-05-31571.6010
2026-06-08571.6797
2026-06-15571.5796
2026-06-22571.7114
2026-06-29571.7188
2026-07-06571.6791
2026-07-13571.7093
2026-07-20571.6501
2026-07-27571.6665
2026-08-03571.6629
2026-08-10571.6380
2026-08-17571.7380
2026-08-24571.6175
2026-08-31571.7183
2026-09-07571.7311
2026-09-14571.6895
2026-09-21571.6908

High

571.7776

Low

571.5576

Average

571.6698

For developers

Get this rate via the API

One GET request returns the AED/MMK 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=AED&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MMK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MMK").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/MMK API questions

How do I get the AED/MMK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/MMK rate in rates.MMK.

How far back does AED/MMK historical data go?

Daily AED/MMK 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 AED/MMK 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.