AED to MMK exchange rate API
UAE Dirham to Kyat · quoted 2026-09-25
571.6047
▲ +0.05% over 5Y
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 5 years, AED/MMK traded between 571.3322 and 571.8991, averaged 571.6528 and rose 0.05%. 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 5Y: show the values
| Point | AED/MMK |
|---|---|
| 2024-08-24 | 571.3322 |
| 2024-10-07 | 571.4815 |
| 2024-11-06 | 571.5988 |
| 2024-12-06 | 571.5330 |
| 2025-01-05 | 571.7173 |
| 2025-02-04 | 571.5822 |
| 2025-03-06 | 571.6216 |
| 2025-04-05 | 571.3541 |
| 2025-05-05 | 571.6593 |
| 2025-06-04 | 571.6862 |
| 2025-07-04 | 571.6983 |
| 2025-08-03 | 571.4533 |
| 2025-09-02 | 571.6722 |
| 2025-10-02 | 571.6307 |
| 2025-11-01 | 571.7361 |
| 2025-12-01 | 571.7694 |
| 2025-12-31 | 571.7721 |
| 2026-01-30 | 571.7816 |
| 2026-03-01 | 571.8135 |
| 2026-03-31 | 571.7843 |
| 2026-04-30 | 571.7025 |
| 2026-05-30 | 571.8991 |
| 2026-06-30 | 571.7035 |
| 2026-07-30 | 571.7194 |
| 2026-08-29 | 571.6650 |
High
571.8991
Low
571.3322
Average
571.6528
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.