Convert CNY to MGA
Chinese Yuan → Malagasy Ariary
1 CNY = 652.98034 MGA(1 MGA = 0.00153144 CNY)
Currency converter
1 CNY =
652.9803 MGA
CNY to MGA: last 30 days
Over the last 30 days, 1 CNY traded between 638.5356 and 656.7652 MGA, averaging 646.6134 MGA. The CNY/MGA rate is up 1.29% since 2026-08-28.
- 30-day high
- 656.7652
- 2026-09-24
- 30-day low
- 638.5356
- 2026-09-08
- 30-day average
- 646.6134
- Days with data: 30
- 30-day change
- +1.29%
- since 2026-08-28
656.7652
638.53562026-08-28 → 2026-09-26
| Date | 1 CNY in MGA | Daily change |
|---|---|---|
| 2026-09-26 | 652.9803 | 0.00% |
| 2026-09-25 | 652.9803 | -0.58% |
| 2026-09-24 | 656.7652 | +0.46% |
| 2026-09-23 | 653.7422 | -0.01% |
| 2026-09-22 | 653.8324 | +0.88% |
| 2026-09-21 | 648.1373 | -0.67% |
| 2026-09-20 | 652.5231 | +0.75% |
| 2026-09-19 | 647.6553 | -1.19% |
| 2026-09-18 | 655.4584 | +0.70% |
| 2026-09-17 | 650.8987 | +0.64% |
| 2026-09-16 | 646.7602 | +0.19% |
| 2026-09-15 | 645.545 | +0.06% |
| 2026-09-14 | 645.1685 | -0.42% |
| 2026-09-13 | 647.8837 | +0.37% |
| 2026-09-12 | 645.5108 | +0.40% |
| Date | 1 CNY in MGA | Daily change |
|---|---|---|
| 2026-09-11 | 642.9494 | +0.34% |
| 2026-09-10 | 640.7775 | -0.50% |
| 2026-09-09 | 643.9664 | +0.85% |
| 2026-09-08 | 638.5356 | -0.12% |
| 2026-09-07 | 639.3001 | -0.96% |
| 2026-09-06 | 645.5003 | +0.55% |
| 2026-09-05 | 641.9394 | +0.05% |
| 2026-09-04 | 641.6421 | -0.13% |
| 2026-09-03 | 642.4719 | -0.30% |
| 2026-09-02 | 644.3996 | +0.28% |
| 2026-09-01 | 642.6253 | -0.40% |
| 2026-08-31 | 645.1946 | +0.14% |
| 2026-08-30 | 644.2921 | +0.00% |
| 2026-08-29 | 644.2848 | -0.06% |
| 2026-08-28 | 644.681 | — |
CNY to MGA conversion table
1 CNY652.9803 MGA
5 CNY3,264.9017 MGA
10 CNY6,529.8034 MGA
25 CNY16,324.508 MGA
50 CNY32,649.017 MGA
100 CNY65,298.034 MGA
500 CNY326,490.17 MGA
1,000 CNY652,980.34 MGA
5,000 CNY3,264,901.7 MGA
10,000 CNY6,529,803.4 MGA
Get the CNY/MGA rate in your app
One GET request returns the latest CNY → MGA 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/MGA"fetch('https://rate-api.com/api/v1/pair/CNY/MGA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} MGA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/MGA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} MGA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/MGA');
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']} MGA\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "MGA"
},
"rate": 652.9803,
"timestamp": 1790429425,
"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
MGA to CNYMalagasy Ariary → Chinese Yuan0.0015314Convert CNY to other currencies
Convert other currencies to MGA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.