AED to MMK exchange rate API
UAE Dirham to Kyat · quoted 2026-09-25
571.6047
▼ +0.01% over 30D
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 30 days, AED/MMK traded between 571.5807 and 571.8813, averaged 571.6925 and fell 0.01%. 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 30D: show the values
| Point | AED/MMK |
|---|---|
| 2026-08-26 | 571.6881 |
| 2026-08-27 | 571.7079 |
| 2026-08-28 | 571.7295 |
| 2026-08-29 | 571.6650 |
| 2026-08-30 | 571.6783 |
| 2026-08-31 | 571.7183 |
| 2026-09-01 | 571.7199 |
| 2026-09-02 | 571.5807 |
| 2026-09-03 | 571.7721 |
| 2026-09-04 | 571.6382 |
| 2026-09-05 | 571.8813 |
| 2026-09-06 | 571.7111 |
| 2026-09-07 | 571.7311 |
| 2026-09-08 | 571.6606 |
| 2026-09-09 | 571.6520 |
| 2026-09-10 | 571.6689 |
| 2026-09-11 | 571.6456 |
| 2026-09-12 | 571.6923 |
| 2026-09-13 | 571.6962 |
| 2026-09-14 | 571.6895 |
| 2026-09-15 | 571.6936 |
| 2026-09-16 | 571.7293 |
| 2026-09-17 | 571.7157 |
| 2026-09-18 | 571.6761 |
| 2026-09-19 | 571.7437 |
| 2026-09-20 | 571.6702 |
| 2026-09-21 | 571.6908 |
| 2026-09-22 | 571.7498 |
| 2026-09-23 | 571.6160 |
| 2026-09-24 | 571.7043 |
| 2026-09-25 | 571.6397 |
High
571.8813
Low
571.5807
Average
571.6925
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.