Convert MOP to CNY
Macanese Pataca → Chinese Yuan
1 MOP = 0.830917 CNY(1 CNY = 1.20349 MOP)
Currency converter
1 MOP =
0.83092 CNY
MOP to CNY: last 30 days
Over the last 30 days, 1 MOP traded between 0.82858 and 0.83255 CNY, averaging 0.83072 CNY. The MOP/CNY rate is down 0.17% since 2026-08-28.
- 30-day high
- 0.83255
- 2026-09-01
- 30-day low
- 0.82858
- 2026-09-21
- 30-day average
- 0.83072
- Days with data: 30
- 30-day change
- -0.17%
- since 2026-08-28
0.83255
0.828582026-08-28 → 2026-09-26
| Date | 1 MOP in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.83092 | 0.00% |
| 2026-09-25 | 0.83092 | -0.01% |
| 2026-09-24 | 0.83097 | +0.09% |
| 2026-09-23 | 0.83021 | +0.12% |
| 2026-09-22 | 0.82925 | +0.08% |
| 2026-09-21 | 0.82858 | -0.04% |
| 2026-09-20 | 0.82887 | -0.00% |
| 2026-09-19 | 0.82887 | -0.01% |
| 2026-09-18 | 0.82892 | -0.14% |
| 2026-09-17 | 0.83007 | -0.01% |
| 2026-09-16 | 0.83013 | -0.07% |
| 2026-09-15 | 0.83072 | +0.04% |
| 2026-09-14 | 0.83042 | +0.00% |
| 2026-09-13 | 0.83039 | -0.00% |
| 2026-09-12 | 0.83042 | -0.02% |
| Date | 1 MOP in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.83055 | +0.02% |
| 2026-09-10 | 0.83034 | -0.01% |
| 2026-09-09 | 0.83043 | -0.06% |
| 2026-09-08 | 0.83095 | -0.03% |
| 2026-09-07 | 0.83116 | +0.02% |
| 2026-09-06 | 0.831 | +0.00% |
| 2026-09-05 | 0.83096 | -0.00% |
| 2026-09-04 | 0.83098 | -0.11% |
| 2026-09-03 | 0.83187 | -0.04% |
| 2026-09-02 | 0.83224 | -0.04% |
| 2026-09-01 | 0.83255 | +0.04% |
| 2026-08-31 | 0.83224 | +0.01% |
| 2026-08-30 | 0.83214 | -0.02% |
| 2026-08-29 | 0.83231 | -0.00% |
| 2026-08-28 | 0.83231 | — |
MOP to CNY conversion table
1 MOP0.83092 CNY
5 MOP4.1546 CNY
10 MOP8.3092 CNY
25 MOP20.7729 CNY
50 MOP41.5458 CNY
100 MOP83.0917 CNY
500 MOP415.4584 CNY
1,000 MOP830.9169 CNY
5,000 MOP4,154.5843 CNY
10,000 MOP8,309.1687 CNY
Get the MOP/CNY rate in your app
One GET request returns the latest MOP → 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/MOP/CNY"fetch('https://rate-api.com/api/v1/pair/MOP/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MOP = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MOP/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MOP = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MOP/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MOP = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "MOP",
"to": "CNY"
},
"rate": 0.8309,
"timestamp": 1790435055,
"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 MOPChinese Yuan → Macanese Pataca1.2035Convert MOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.