Skip to content

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

AED/MMK over 1Y: show the values
PointAED/MMK
2025-09-25571.6649
2025-10-02571.6307
2025-10-09571.6808
2025-10-16571.6903
2025-10-23571.6527
2025-10-30571.6665
2025-11-06571.6610
2025-11-13571.6769
2025-11-20571.7581
2025-11-27571.7647
2025-12-04571.7692
2025-12-11571.7922
2025-12-18571.7404
2025-12-25571.7512
2026-01-01571.5690
2026-01-08571.7425
2026-01-15571.7360
2026-01-22571.7151
2026-01-29571.7576
2026-02-05571.7621
2026-02-12571.7258
2026-02-19571.7166
2026-02-26571.7080
2026-03-05571.7545
2026-03-12571.6835
2026-03-19571.7322
2026-03-26571.6951
2026-04-02571.7047
2026-04-09571.7174
2026-04-16571.7786
2026-04-23571.6864
2026-04-30571.7025
2026-05-07571.6615
2026-05-14571.5848
2026-05-21571.6964
2026-05-28571.5659
2026-06-04571.7297
2026-06-12571.7128
2026-06-19571.7005
2026-06-26571.7273
2026-07-03571.7022
2026-07-10571.7064
2026-07-17571.6240
2026-07-24571.7730
2026-07-31571.6826
2026-08-07571.6414
2026-08-14571.7498
2026-08-21571.7413
2026-08-28571.7295
2026-09-04571.6382
2026-09-11571.6456
2026-09-18571.6761
2026-09-25571.6397

High

571.7922

Low

571.5659

Average

571.6985

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.