AED to MMK exchange rate API
UAE Dirham to Kyat · quoted 2026-09-25
571.6047
▼ +0.01% over 1Y
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 year, AED/MMK traded between 571.5659 and 571.7922, averaged 571.6985 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 1Y: show the values
| Point | AED/MMK |
|---|---|
| 2025-09-25 | 571.6649 |
| 2025-10-02 | 571.6307 |
| 2025-10-09 | 571.6808 |
| 2025-10-16 | 571.6903 |
| 2025-10-23 | 571.6527 |
| 2025-10-30 | 571.6665 |
| 2025-11-06 | 571.6610 |
| 2025-11-13 | 571.6769 |
| 2025-11-20 | 571.7581 |
| 2025-11-27 | 571.7647 |
| 2025-12-04 | 571.7692 |
| 2025-12-11 | 571.7922 |
| 2025-12-18 | 571.7404 |
| 2025-12-25 | 571.7512 |
| 2026-01-01 | 571.5690 |
| 2026-01-08 | 571.7425 |
| 2026-01-15 | 571.7360 |
| 2026-01-22 | 571.7151 |
| 2026-01-29 | 571.7576 |
| 2026-02-05 | 571.7621 |
| 2026-02-12 | 571.7258 |
| 2026-02-19 | 571.7166 |
| 2026-02-26 | 571.7080 |
| 2026-03-05 | 571.7545 |
| 2026-03-12 | 571.6835 |
| 2026-03-19 | 571.7322 |
| 2026-03-26 | 571.6951 |
| 2026-04-02 | 571.7047 |
| 2026-04-09 | 571.7174 |
| 2026-04-16 | 571.7786 |
| 2026-04-23 | 571.6864 |
| 2026-04-30 | 571.7025 |
| 2026-05-07 | 571.6615 |
| 2026-05-14 | 571.5848 |
| 2026-05-21 | 571.6964 |
| 2026-05-28 | 571.5659 |
| 2026-06-04 | 571.7297 |
| 2026-06-12 | 571.7128 |
| 2026-06-19 | 571.7005 |
| 2026-06-26 | 571.7273 |
| 2026-07-03 | 571.7022 |
| 2026-07-10 | 571.7064 |
| 2026-07-17 | 571.6240 |
| 2026-07-24 | 571.7730 |
| 2026-07-31 | 571.6826 |
| 2026-08-07 | 571.6414 |
| 2026-08-14 | 571.7498 |
| 2026-08-21 | 571.7413 |
| 2026-08-28 | 571.7295 |
| 2026-09-04 | 571.6382 |
| 2026-09-11 | 571.6456 |
| 2026-09-18 | 571.6761 |
| 2026-09-25 | 571.6397 |
High
571.7922
Low
571.5659
Average
571.6985
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.