Convert CNY to MNT
Chinese Yuan → Mongolian Tugrik
1 CNY = 535.83425 MNT(1 MNT = 0.00186625 CNY)
Currency converter
1 CNY =
535.8343 MNT
CNY to MNT: last 30 days
Over the last 30 days, 1 CNY traded between 534.9966 and 537.7109 MNT, averaging 536.1547 MNT. The CNY/MNT rate is up 0.12% since 2026-08-29.
- 30-day high
- 537.7109
- 2026-09-21
- 30-day low
- 534.9966
- 2026-08-30
- 30-day average
- 536.1547
- Days with data: 30
- 30-day change
- +0.12%
- since 2026-08-29
537.7109
534.99662026-08-29 → 2026-09-27
| Date | 1 CNY in MNT | Daily change |
|---|---|---|
| 2026-09-27 | 535.8343 | 0.00% |
| 2026-09-26 | 535.8343 | -0.02% |
| 2026-09-25 | 535.9475 | -0.07% |
| 2026-09-24 | 536.3328 | -0.01% |
| 2026-09-23 | 536.3769 | -0.13% |
| 2026-09-22 | 537.0821 | -0.12% |
| 2026-09-21 | 537.7109 | +0.16% |
| 2026-09-20 | 536.8631 | -0.07% |
| 2026-09-19 | 537.2545 | -0.03% |
| 2026-09-18 | 537.4105 | +0.20% |
| 2026-09-17 | 536.346 | -0.05% |
| 2026-09-16 | 536.6031 | +0.13% |
| 2026-09-15 | 535.8947 | -0.09% |
| 2026-09-14 | 536.4004 | +0.04% |
| 2026-09-13 | 536.1776 | -0.02% |
| Date | 1 CNY in MNT | Daily change |
|---|---|---|
| 2026-09-12 | 536.3088 | -0.02% |
| 2026-09-11 | 536.4297 | +0.05% |
| 2026-09-10 | 536.162 | -0.04% |
| 2026-09-09 | 536.3809 | +0.04% |
| 2026-09-08 | 536.1865 | -0.02% |
| 2026-09-07 | 536.2802 | +0.08% |
| 2026-09-06 | 535.8754 | +0.05% |
| 2026-09-05 | 535.5952 | -0.13% |
| 2026-09-04 | 536.3156 | +0.21% |
| 2026-09-03 | 535.1858 | -0.01% |
| 2026-09-02 | 535.2518 | +0.01% |
| 2026-09-01 | 535.2043 | -0.00% |
| 2026-08-31 | 535.2046 | +0.04% |
| 2026-08-30 | 534.9966 | -0.04% |
| 2026-08-29 | 535.1951 | — |
CNY to MNT conversion table
1 CNY535.8343 MNT
5 CNY2,679.1713 MNT
10 CNY5,358.3425 MNT
25 CNY13,395.856 MNT
50 CNY26,791.713 MNT
100 CNY53,583.425 MNT
500 CNY267,917.13 MNT
1,000 CNY535,834.25 MNT
5,000 CNY2,679,171.3 MNT
10,000 CNY5,358,342.5 MNT
Get the CNY/MNT rate in your app
One GET request returns the latest CNY → MNT 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/MNT"fetch('https://rate-api.com/api/v1/pair/CNY/MNT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} MNT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/MNT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} MNT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/MNT');
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']} MNT\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "MNT"
},
"rate": 535.8343,
"timestamp": 1790490079,
"date": "2026-09-27"
}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
MNT to CNYMongolian Tugrik → Chinese Yuan0.0018662Convert CNY to other currencies
Convert other currencies to MNT
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.