Convert MMK to CNY
Myanmar Kyat → Chinese Yuan
1 MMK = 0.00319758 CNY(1 CNY = 312.73687 MMK)
Currency converter
1 MMK =
0.0031976 CNY
MMK to CNY: last 30 days
Over the last 30 days, 1 MMK traded between 0.0031891 and 0.0032022 CNY, averaging 0.0031959 CNY. The MMK/CNY rate is down 0.10% since 2026-08-28.
- 30-day high
- 0.0032022
- 2026-09-02
- 30-day low
- 0.0031891
- 2026-09-21
- 30-day average
- 0.0031959
- Days with data: 30
- 30-day change
- -0.10%
- since 2026-08-28
0.0032022
0.00318912026-08-28 → 2026-09-26
| Date | 1 MMK in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.0031976 | 0.00% |
| 2026-09-25 | 0.0031976 | +0.02% |
| 2026-09-24 | 0.0031969 | +0.06% |
| 2026-09-23 | 0.0031951 | +0.15% |
| 2026-09-22 | 0.0031904 | +0.04% |
| 2026-09-21 | 0.0031891 | -0.02% |
| 2026-09-20 | 0.0031899 | +0.01% |
| 2026-09-19 | 0.0031897 | -0.00% |
| 2026-09-18 | 0.0031898 | -0.14% |
| 2026-09-17 | 0.0031942 | +0.01% |
| 2026-09-16 | 0.003194 | -0.07% |
| 2026-09-15 | 0.0031963 | +0.05% |
| 2026-09-14 | 0.0031948 | +0.01% |
| 2026-09-13 | 0.0031947 | -0.01% |
| 2026-09-12 | 0.0031951 | -0.00% |
| Date | 1 MMK in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.0031951 | +0.02% |
| 2026-09-10 | 0.0031946 | -0.01% |
| 2026-09-09 | 0.003195 | -0.03% |
| 2026-09-08 | 0.0031961 | -0.00% |
| 2026-09-07 | 0.0031962 | +0.00% |
| 2026-09-06 | 0.0031961 | +0.02% |
| 2026-09-05 | 0.0031953 | -0.04% |
| 2026-09-04 | 0.0031965 | -0.09% |
| 2026-09-03 | 0.0031996 | -0.08% |
| 2026-09-02 | 0.0032022 | +0.03% |
| 2026-09-01 | 0.0032012 | +0.03% |
| 2026-08-31 | 0.0032002 | -0.02% |
| 2026-08-30 | 0.0032008 | -0.01% |
| 2026-08-29 | 0.0032013 | +0.01% |
| 2026-08-28 | 0.0032009 | — |
MMK to CNY conversion table
1 MMK0.0031976 CNY
5 MMK0.015988 CNY
10 MMK0.031976 CNY
25 MMK0.079939 CNY
50 MMK0.15988 CNY
100 MMK0.31976 CNY
500 MMK1.5988 CNY
1,000 MMK3.1976 CNY
5,000 MMK15.9879 CNY
10,000 MMK31.9758 CNY
Get the MMK/CNY rate in your app
One GET request returns the latest MMK → CNY 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/CNY?precision=6"fetch('https://rate-api.com/api/v1/pair/MMK/CNY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MMK = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MMK/CNY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MMK = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MMK/CNY?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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "MMK",
"to": "CNY"
},
"rate": 0.003198,
"timestamp": 1790432146,
"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
CNY to MMKChinese Yuan → Myanmar Kyat312.7369Convert MMK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.