Convert CNY to MKD
Chinese Yuan → Macedonian Denar
1 CNY = 8.044338 MKD(1 MKD = 0.124311 CNY)
Currency converter
1 CNY =
8.0443 MKD
CNY to MKD: last 30 days
Over the last 30 days, 1 CNY traded between 7.8549 and 8.0443 MKD, averaging 7.933 MKD. The CNY/MKD rate is up 2.40% since 2026-08-28.
- 30-day high
- 8.0443
- 2026-09-25
- 30-day low
- 7.8549
- 2026-08-30
- 30-day average
- 7.933
- Days with data: 30
- 30-day change
- +2.40%
- since 2026-08-28
8.0443
7.85492026-08-28 → 2026-09-26
| Date | 1 CNY in MKD | Daily change |
|---|---|---|
| 2026-09-26 | 8.0443 | 0.00% |
| 2026-09-25 | 8.0443 | +0.10% |
| 2026-09-24 | 8.0361 | +0.35% |
| 2026-09-23 | 8.0083 | +0.09% |
| 2026-09-22 | 8.001 | +0.03% |
| 2026-09-21 | 7.9984 | -0.17% |
| 2026-09-20 | 8.0117 | +0.02% |
| 2026-09-19 | 8.0101 | +0.10% |
| 2026-09-18 | 8.0019 | +0.02% |
| 2026-09-17 | 8.0002 | +0.61% |
| 2026-09-16 | 7.9515 | +0.13% |
| 2026-09-15 | 7.9414 | +0.40% |
| 2026-09-14 | 7.9097 | +0.13% |
| 2026-09-13 | 7.8995 | -0.11% |
| 2026-09-12 | 7.908 | +0.15% |
| Date | 1 CNY in MKD | Daily change |
|---|---|---|
| 2026-09-11 | 7.8958 | +0.10% |
| 2026-09-10 | 7.8876 | +0.04% |
| 2026-09-09 | 7.8848 | -0.01% |
| 2026-09-08 | 7.8852 | -0.07% |
| 2026-09-07 | 7.8908 | +0.05% |
| 2026-09-06 | 7.8867 | +0.01% |
| 2026-09-05 | 7.8855 | +0.02% |
| 2026-09-04 | 7.8842 | -0.20% |
| 2026-09-03 | 7.8997 | -0.02% |
| 2026-09-02 | 7.9015 | +0.22% |
| 2026-09-01 | 7.8843 | +0.16% |
| 2026-08-31 | 7.8714 | +0.21% |
| 2026-08-30 | 7.8549 | -0.03% |
| 2026-08-29 | 7.8569 | +0.02% |
| 2026-08-28 | 7.8555 | — |
CNY to MKD conversion table
1 CNY8.0443 MKD
5 CNY40.2217 MKD
10 CNY80.4434 MKD
25 CNY201.1085 MKD
50 CNY402.2169 MKD
100 CNY804.4338 MKD
500 CNY4,022.169 MKD
1,000 CNY8,044.3379 MKD
5,000 CNY40,221.69 MKD
10,000 CNY80,443.379 MKD
Get the CNY/MKD rate in your app
One GET request returns the latest CNY → MKD 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/MKD"fetch('https://rate-api.com/api/v1/pair/CNY/MKD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} MKD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/MKD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} MKD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/MKD');
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']} MKD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "MKD"
},
"rate": 8.0443,
"timestamp": 1790429341,
"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
MKD to CNYMacedonian Denar → Chinese Yuan0.12431Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.