Convert MMK to AUD
Myanmar Kyat → Australian Dollar
1 MMK = 0.000677518 AUD(1 AUD = 1,475.9754 MMK)
Currency converter
1 MMK =
0.00067752 AUD
MMK to AUD: last 30 days
Over the last 30 days, 1 MMK traded between 0.00065927 and 0.00067779 AUD, averaging 0.00066628 AUD. The MMK/AUD rate is up 2.35% since 2026-08-28.
- 30-day high
- 0.00067779
- 2026-09-24
- 30-day low
- 0.00065927
- 2026-09-09
- 30-day average
- 0.00066628
- Days with data: 30
- 30-day change
- +2.35%
- since 2026-08-28
0.00067779
0.000659272026-08-28 → 2026-09-26
| Date | 1 MMK in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00067752 | 0.00% |
| 2026-09-25 | 0.00067752 | -0.04% |
| 2026-09-24 | 0.00067779 | +0.56% |
| 2026-09-23 | 0.00067402 | +0.65% |
| 2026-09-22 | 0.00066969 | +0.35% |
| 2026-09-21 | 0.00066732 | -0.24% |
| 2026-09-20 | 0.00066894 | +0.01% |
| 2026-09-19 | 0.0006689 | -0.00% |
| 2026-09-18 | 0.00066891 | -0.08% |
| 2026-09-17 | 0.00066941 | +0.26% |
| 2026-09-16 | 0.00066769 | -0.10% |
| 2026-09-15 | 0.00066836 | +0.06% |
| 2026-09-14 | 0.00066798 | +0.61% |
| 2026-09-13 | 0.00066396 | -0.01% |
| 2026-09-12 | 0.00066405 | -0.00% |
| Date | 1 MMK in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00066405 | +0.16% |
| 2026-09-10 | 0.00066299 | +0.56% |
| 2026-09-09 | 0.00065927 | -0.14% |
| 2026-09-08 | 0.00066017 | +0.00% |
| 2026-09-07 | 0.00066015 | -0.15% |
| 2026-09-06 | 0.00066113 | +0.02% |
| 2026-09-05 | 0.00066097 | -0.04% |
| 2026-09-04 | 0.00066123 | -0.12% |
| 2026-09-03 | 0.000662 | -0.68% |
| 2026-09-02 | 0.00066655 | -0.04% |
| 2026-09-01 | 0.00066683 | +0.28% |
| 2026-08-31 | 0.00066498 | +0.46% |
| 2026-08-30 | 0.00066194 | -0.01% |
| 2026-08-29 | 0.00066203 | +0.01% |
| 2026-08-28 | 0.00066195 | — |
MMK to AUD conversion table
1 MMK0.00067752 AUD
5 MMK0.0033876 AUD
10 MMK0.0067752 AUD
25 MMK0.016938 AUD
50 MMK0.033876 AUD
100 MMK0.067752 AUD
500 MMK0.33876 AUD
1,000 MMK0.67752 AUD
5,000 MMK3.3876 AUD
10,000 MMK6.7752 AUD
Get the MMK/AUD rate in your app
One GET request returns the latest MMK → AUD 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/MMK/AUD?precision=6"fetch('https://rate-api.com/api/v1/pair/MMK/AUD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MMK = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MMK/AUD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MMK = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MMK/AUD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MMK = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "MMK",
"to": "AUD"
},
"rate": 0.000678,
"timestamp": 1790437533,
"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
AUD to MMKAustralian Dollar → Myanmar Kyat1,475.9754Convert MMK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.