Convert MMK to CAD
Myanmar Kyat → Canadian Dollar
1 MMK = 0.000673633 CAD(1 CAD = 1,484.4869 MMK)
Currency converter
1 MMK =
0.00067363 CAD
MMK to CAD: last 30 days
Over the last 30 days, 1 MMK traded between 0.00065579 and 0.00067363 CAD, averaging 0.00066288 CAD. The MMK/CAD rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.00067363
- 2026-09-25
- 30-day low
- 0.00065579
- 2026-09-09
- 30-day average
- 0.00066288
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.00067363
0.000655792026-08-28 → 2026-09-26
| Date | 1 MMK in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00067363 | 0.00% |
| 2026-09-25 | 0.00067363 | +0.19% |
| 2026-09-24 | 0.00067234 | +0.18% |
| 2026-09-23 | 0.00067114 | +0.36% |
| 2026-09-22 | 0.00066874 | +0.25% |
| 2026-09-21 | 0.00066704 | -0.03% |
| 2026-09-20 | 0.00066727 | +0.01% |
| 2026-09-19 | 0.00066723 | -0.00% |
| 2026-09-18 | 0.00066724 | +0.12% |
| 2026-09-17 | 0.00066646 | +0.40% |
| 2026-09-16 | 0.00066378 | +0.13% |
| 2026-09-15 | 0.00066293 | +0.24% |
| 2026-09-14 | 0.00066136 | +0.21% |
| 2026-09-13 | 0.00065996 | -0.01% |
| 2026-09-12 | 0.00066005 | -0.00% |
| Date | 1 MMK in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00066005 | +0.29% |
| 2026-09-10 | 0.00065813 | +0.36% |
| 2026-09-09 | 0.00065579 | -0.26% |
| 2026-09-08 | 0.00065751 | -0.10% |
| 2026-09-07 | 0.0006582 | +0.15% |
| 2026-09-06 | 0.00065722 | +0.02% |
| 2026-09-05 | 0.00065707 | -0.04% |
| 2026-09-04 | 0.00065732 | +0.09% |
| 2026-09-03 | 0.00065676 | -1.00% |
| 2026-09-02 | 0.00066341 | +0.31% |
| 2026-09-01 | 0.00066136 | +0.01% |
| 2026-08-31 | 0.00066132 | +0.23% |
| 2026-08-30 | 0.0006598 | -0.01% |
| 2026-08-29 | 0.00065989 | +0.01% |
| 2026-08-28 | 0.00065981 | — |
MMK to CAD conversion table
1 MMK0.00067363 CAD
5 MMK0.0033682 CAD
10 MMK0.0067363 CAD
25 MMK0.016841 CAD
50 MMK0.033682 CAD
100 MMK0.067363 CAD
500 MMK0.33682 CAD
1,000 MMK0.67363 CAD
5,000 MMK3.3682 CAD
10,000 MMK6.7363 CAD
Get the MMK/CAD rate in your app
One GET request returns the latest MMK → CAD 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/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/MMK/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MMK = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MMK/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MMK = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MMK/CAD?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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MMK",
"to": "CAD"
},
"rate": 0.000674,
"timestamp": 1790435148,
"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
CAD to MMKCanadian Dollar → Myanmar Kyat1,484.4869Convert MMK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.