Convert CNY to MAD
Chinese Yuan → Moroccan Dirham
1 CNY = 1.432559 MAD(1 MAD = 0.698052 CNY)
Currency converter
1 CNY =
1.4326 MAD
CNY to MAD: last 30 days
Over the last 30 days, 1 CNY traded between 1.377 and 1.4326 MAD, averaging 1.4045 MAD. The CNY/MAD rate is up 4.04% since 2026-08-28.
- 30-day high
- 1.4326
- 2026-09-25
- 30-day low
- 1.377
- 2026-08-28
- 30-day average
- 1.4045
- Days with data: 30
- 30-day change
- +4.04%
- since 2026-08-28
1.4326
1.3772026-08-28 → 2026-09-26
| Date | 1 CNY in MAD | Daily change |
|---|---|---|
| 2026-09-26 | 1.4326 | 0.00% |
| 2026-09-25 | 1.4326 | +0.14% |
| 2026-09-24 | 1.4305 | +0.07% |
| 2026-09-23 | 1.4295 | +0.48% |
| 2026-09-22 | 1.4227 | +0.14% |
| 2026-09-21 | 1.4207 | -0.02% |
| 2026-09-20 | 1.421 | +0.08% |
| 2026-09-19 | 1.4198 | -0.16% |
| 2026-09-18 | 1.422 | +0.64% |
| 2026-09-17 | 1.4129 | -0.03% |
| 2026-09-16 | 1.4134 | +0.03% |
| 2026-09-15 | 1.4129 | +0.84% |
| 2026-09-14 | 1.4011 | -0.10% |
| 2026-09-13 | 1.4025 | +0.03% |
| 2026-09-12 | 1.4021 | +0.30% |
| Date | 1 CNY in MAD | Daily change |
|---|---|---|
| 2026-09-11 | 1.3979 | +0.09% |
| 2026-09-10 | 1.3967 | -0.10% |
| 2026-09-09 | 1.3981 | -0.23% |
| 2026-09-08 | 1.4014 | +0.39% |
| 2026-09-07 | 1.396 | -0.01% |
| 2026-09-06 | 1.3961 | +0.01% |
| 2026-09-05 | 1.396 | +0.15% |
| 2026-09-04 | 1.3939 | +0.38% |
| 2026-09-03 | 1.3887 | -0.07% |
| 2026-09-02 | 1.3897 | +0.44% |
| 2026-09-01 | 1.3836 | +0.23% |
| 2026-08-31 | 1.3804 | -0.08% |
| 2026-08-30 | 1.3815 | -0.03% |
| 2026-08-29 | 1.3819 | +0.35% |
| 2026-08-28 | 1.377 | — |
CNY to MAD conversion table
1 CNY1.4326 MAD
5 CNY7.1628 MAD
10 CNY14.3256 MAD
25 CNY35.814 MAD
50 CNY71.6279 MAD
100 CNY143.2559 MAD
500 CNY716.2794 MAD
1,000 CNY1,432.5588 MAD
5,000 CNY7,162.7939 MAD
10,000 CNY14,325.588 MAD
Get the CNY/MAD rate in your app
One GET request returns the latest CNY → MAD 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/MAD"fetch('https://rate-api.com/api/v1/pair/CNY/MAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} MAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/MAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} MAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/MAD');
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']} MAD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "MAD"
},
"rate": 1.4326,
"timestamp": 1790429365,
"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
MAD to CNYMoroccan Dirham → Chinese Yuan0.69805Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.