Convert AUD to MMK
Australian Dollar → Myanmar Kyat
1 AUD = 1,475.9754 MMK(1 MMK = 0.000677518 AUD)
Currency converter
1 AUD =
1,475.9754 MMK
AUD to MMK: last 30 days
Over the last 30 days, 1 AUD traded between 1,475.3899 and 1,516.8319 MMK, averaging 1,500.9674 MMK. The AUD/MMK rate is down 2.30% since 2026-08-28.
- 30-day high
- 1,516.8319
- 2026-09-09
- 30-day low
- 1,475.3899
- 2026-09-24
- 30-day average
- 1,500.9674
- Days with data: 30
- 30-day change
- -2.30%
- since 2026-08-28
1,516.8319
1,475.38992026-08-28 → 2026-09-26
| Date | 1 AUD in MMK | Daily change |
|---|---|---|
| 2026-09-26 | 1,475.9754 | 0.00% |
| 2026-09-25 | 1,475.9754 | +0.04% |
| 2026-09-24 | 1,475.3899 | -0.56% |
| 2026-09-23 | 1,483.6412 | -0.64% |
| 2026-09-22 | 1,493.2295 | -0.35% |
| 2026-09-21 | 1,498.5264 | +0.24% |
| 2026-09-20 | 1,494.9104 | -0.01% |
| 2026-09-19 | 1,495.0009 | +0.00% |
| 2026-09-18 | 1,494.9747 | +0.08% |
| 2026-09-17 | 1,493.8476 | -0.26% |
| 2026-09-16 | 1,497.7013 | +0.10% |
| 2026-09-15 | 1,496.1945 | -0.06% |
| 2026-09-14 | 1,497.0526 | -0.60% |
| 2026-09-13 | 1,506.1118 | +0.01% |
| 2026-09-12 | 1,505.9103 | +0.00% |
| Date | 1 AUD in MMK | Daily change |
|---|---|---|
| 2026-09-11 | 1,505.9061 | -0.16% |
| 2026-09-10 | 1,508.3172 | -0.56% |
| 2026-09-09 | 1,516.8319 | +0.14% |
| 2026-09-08 | 1,514.7539 | -0.00% |
| 2026-09-07 | 1,514.8083 | +0.15% |
| 2026-09-06 | 1,512.5613 | -0.02% |
| 2026-09-05 | 1,512.919 | +0.04% |
| 2026-09-04 | 1,512.3349 | +0.12% |
| 2026-09-03 | 1,510.5767 | +0.69% |
| 2026-09-02 | 1,500.2584 | +0.04% |
| 2026-09-01 | 1,499.6231 | -0.28% |
| 2026-08-31 | 1,503.7979 | -0.46% |
| 2026-08-30 | 1,510.7104 | +0.01% |
| 2026-08-29 | 1,510.497 | -0.01% |
| 2026-08-28 | 1,510.684 | — |
AUD to MMK conversion table
1 AUD1,475.9754 MMK
5 AUD7,379.8768 MMK
10 AUD14,759.754 MMK
25 AUD36,899.384 MMK
50 AUD73,798.768 MMK
100 AUD147,597.54 MMK
500 AUD737,987.68 MMK
1,000 AUD1,475,975.4 MMK
5,000 AUD7,379,876.8 MMK
10,000 AUD14,759,754 MMK
Get the AUD/MMK rate in your app
One GET request returns the latest AUD → MMK rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AUD/MMK"fetch('https://rate-api.com/api/v1/pair/AUD/MMK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MMK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MMK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MMK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MMK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} MMK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MMK"
},
"rate": 1475.9754,
"timestamp": 1790429358,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
MMK to AUDMyanmar Kyat → Australian Dollar0.00067752Convert AUD to other currencies
Convert other currencies to MMK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.