Convert CNY to MMK
Chinese Yuan → Myanmar Kyat
1 CNY = 312.73687 MMK(1 MMK = 0.00319758 CNY)
Currency converter
1 CNY =
312.7369 MMK
CNY to MMK: last 30 days
Over the last 30 days, 1 CNY traded between 312.2832 and 313.5639 MMK, averaging 312.9033 MMK. The CNY/MMK rate is up 0.10% since 2026-08-28.
- 30-day high
- 313.5639
- 2026-09-21
- 30-day low
- 312.2832
- 2026-09-02
- 30-day average
- 312.9033
- Days with data: 30
- 30-day change
- +0.10%
- since 2026-08-28
313.5639
312.28322026-08-28 → 2026-09-26
| Date | 1 CNY in MMK | Daily change |
|---|---|---|
| 2026-09-26 | 312.7369 | 0.00% |
| 2026-09-25 | 312.7369 | -0.02% |
| 2026-09-24 | 312.8015 | -0.06% |
| 2026-09-23 | 312.9801 | -0.15% |
| 2026-09-22 | 313.4398 | -0.04% |
| 2026-09-21 | 313.5639 | +0.02% |
| 2026-09-20 | 313.4857 | -0.01% |
| 2026-09-19 | 313.5047 | +0.00% |
| 2026-09-18 | 313.4992 | +0.14% |
| 2026-09-17 | 313.0677 | -0.01% |
| 2026-09-16 | 313.0902 | +0.07% |
| 2026-09-15 | 312.8599 | -0.05% |
| 2026-09-14 | 313.0055 | -0.01% |
| 2026-09-13 | 313.023 | +0.01% |
| 2026-09-12 | 312.9811 | +0.00% |
| Date | 1 CNY in MMK | Daily change |
|---|---|---|
| 2026-09-11 | 312.9803 | -0.02% |
| 2026-09-10 | 313.0304 | +0.01% |
| 2026-09-09 | 312.9859 | +0.03% |
| 2026-09-08 | 312.8828 | +0.00% |
| 2026-09-07 | 312.8708 | -0.00% |
| 2026-09-06 | 312.8847 | -0.02% |
| 2026-09-05 | 312.9587 | +0.04% |
| 2026-09-04 | 312.8378 | +0.09% |
| 2026-09-03 | 312.5424 | +0.08% |
| 2026-09-02 | 312.2832 | -0.03% |
| 2026-09-01 | 312.3815 | -0.03% |
| 2026-08-31 | 312.4772 | +0.02% |
| 2026-08-30 | 312.4189 | +0.01% |
| 2026-08-29 | 312.3748 | -0.01% |
| 2026-08-28 | 312.4135 | — |
CNY to MMK conversion table
1 CNY312.7369 MMK
5 CNY1,563.6844 MMK
10 CNY3,127.3687 MMK
25 CNY7,818.4218 MMK
50 CNY15,636.844 MMK
100 CNY31,273.687 MMK
500 CNY156,368.44 MMK
1,000 CNY312,736.87 MMK
5,000 CNY1,563,684.4 MMK
10,000 CNY3,127,368.7 MMK
Get the CNY/MMK rate in your app
One GET request returns the latest CNY → 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/CNY/MMK"fetch('https://rate-api.com/api/v1/pair/CNY/MMK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} MMK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/MMK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} MMK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/MMK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} MMK\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "MMK"
},
"rate": 312.7369,
"timestamp": 1790429422,
"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 CNYMyanmar Kyat → Chinese Yuan0.0031976Convert CNY to other currencies
Convert other currencies to MMK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.