Convert MMK to CHF
Myanmar Kyat → Swiss Franc
1 MMK = 0.000394523 CHF(1 CHF = 2,534.7083 MMK)
Currency converter
1 MMK =
0.00039452 CHF
MMK to CHF: last 30 days
Over the last 30 days, 1 MMK traded between 0.00038303 and 0.00039452 CHF, averaging 0.00038849 CHF. The MMK/CHF rate is up 3.00% since 2026-08-28.
- 30-day high
- 0.00039452
- 2026-09-25
- 30-day low
- 0.00038303
- 2026-08-30
- 30-day average
- 0.00038849
- Days with data: 30
- 30-day change
- +3.00%
- since 2026-08-28
0.00039452
0.000383032026-08-28 → 2026-09-26
| Date | 1 MMK in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.00039452 | 0.00% |
| 2026-09-25 | 0.00039452 | +0.08% |
| 2026-09-24 | 0.00039422 | +0.57% |
| 2026-09-23 | 0.00039199 | +0.46% |
| 2026-09-22 | 0.00039019 | -0.27% |
| 2026-09-21 | 0.00039125 | -0.51% |
| 2026-09-20 | 0.00039324 | +0.01% |
| 2026-09-19 | 0.00039322 | -0.00% |
| 2026-09-18 | 0.00039322 | +0.15% |
| 2026-09-17 | 0.00039263 | +0.67% |
| 2026-09-16 | 0.00039002 | +0.09% |
| 2026-09-15 | 0.00038965 | +0.21% |
| 2026-09-14 | 0.00038884 | +0.15% |
| 2026-09-13 | 0.00038827 | -0.01% |
| 2026-09-12 | 0.00038832 | -0.00% |
| Date | 1 MMK in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.00038832 | +0.40% |
| 2026-09-10 | 0.00038679 | +0.62% |
| 2026-09-09 | 0.00038442 | -0.54% |
| 2026-09-08 | 0.00038651 | +0.29% |
| 2026-09-07 | 0.00038541 | +0.00% |
| 2026-09-06 | 0.0003854 | +0.02% |
| 2026-09-05 | 0.00038531 | -0.04% |
| 2026-09-04 | 0.00038546 | +0.13% |
| 2026-09-03 | 0.00038497 | -0.73% |
| 2026-09-02 | 0.00038778 | +0.47% |
| 2026-09-01 | 0.00038598 | +0.24% |
| 2026-08-31 | 0.00038507 | +0.53% |
| 2026-08-30 | 0.00038303 | -0.01% |
| 2026-08-29 | 0.00038308 | +0.01% |
| 2026-08-28 | 0.00038304 | — |
MMK to CHF conversion table
1 MMK0.00039452 CHF
5 MMK0.0019726 CHF
10 MMK0.0039452 CHF
25 MMK0.0098631 CHF
50 MMK0.019726 CHF
100 MMK0.039452 CHF
500 MMK0.19726 CHF
1,000 MMK0.39452 CHF
5,000 MMK1.9726 CHF
10,000 MMK3.9452 CHF
Get the MMK/CHF rate in your app
One GET request returns the latest MMK → CHF 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/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/MMK/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MMK = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MMK/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MMK = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MMK/CHF?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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "MMK",
"to": "CHF"
},
"rate": 0.000395,
"timestamp": 1790435208,
"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
CHF to MMKSwiss Franc → Myanmar Kyat2,534.7083Convert MMK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.