Convert MAD to CNY
Moroccan Dirham → Chinese Yuan
1 MAD = 0.698052 CNY(1 CNY = 1.432559 MAD)
Currency converter
1 MAD =
0.69805 CNY
MAD to CNY: last 30 days
Over the last 30 days, 1 MAD traded between 0.69805 and 0.72623 CNY, averaging 0.7121 CNY. The MAD/CNY rate is down 3.88% since 2026-08-28.
- 30-day high
- 0.72623
- 2026-08-28
- 30-day low
- 0.69805
- 2026-09-25
- 30-day average
- 0.7121
- Days with data: 30
- 30-day change
- -3.88%
- since 2026-08-28
0.72623
0.698052026-08-28 → 2026-09-26
| Date | 1 MAD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.69805 | 0.00% |
| 2026-09-25 | 0.69805 | -0.14% |
| 2026-09-24 | 0.69906 | -0.07% |
| 2026-09-23 | 0.69956 | -0.47% |
| 2026-09-22 | 0.70289 | -0.14% |
| 2026-09-21 | 0.70388 | +0.02% |
| 2026-09-20 | 0.70375 | -0.08% |
| 2026-09-19 | 0.70434 | +0.16% |
| 2026-09-18 | 0.70323 | -0.64% |
| 2026-09-17 | 0.70775 | +0.03% |
| 2026-09-16 | 0.70753 | -0.03% |
| 2026-09-15 | 0.70775 | -0.84% |
| 2026-09-14 | 0.71372 | +0.10% |
| 2026-09-13 | 0.71301 | -0.03% |
| 2026-09-12 | 0.7132 | -0.30% |
| Date | 1 MAD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.71536 | -0.09% |
| 2026-09-10 | 0.716 | +0.10% |
| 2026-09-09 | 0.71525 | +0.23% |
| 2026-09-08 | 0.71358 | -0.38% |
| 2026-09-07 | 0.71634 | +0.01% |
| 2026-09-06 | 0.71627 | -0.01% |
| 2026-09-05 | 0.71634 | -0.15% |
| 2026-09-04 | 0.71739 | -0.37% |
| 2026-09-03 | 0.72009 | +0.07% |
| 2026-09-02 | 0.71958 | -0.44% |
| 2026-09-01 | 0.72277 | -0.23% |
| 2026-08-31 | 0.72445 | +0.08% |
| 2026-08-30 | 0.72387 | +0.03% |
| 2026-08-29 | 0.72366 | -0.35% |
| 2026-08-28 | 0.72623 | — |
MAD to CNY conversion table
1 MAD0.69805 CNY
5 MAD3.4903 CNY
10 MAD6.9805 CNY
25 MAD17.4513 CNY
50 MAD34.9026 CNY
100 MAD69.8052 CNY
500 MAD349.0258 CNY
1,000 MAD698.0516 CNY
5,000 MAD3,490.2582 CNY
10,000 MAD6,980.5164 CNY
Get the MAD/CNY rate in your app
One GET request returns the latest MAD → 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/MAD/CNY"fetch('https://rate-api.com/api/v1/pair/MAD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MAD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MAD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MAD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MAD/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MAD = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "MAD",
"to": "CNY"
},
"rate": 0.6981,
"timestamp": 1790435078,
"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 MADChinese Yuan → Moroccan Dirham1.4326Convert MAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.