Convert QAR to CNY
Qatari Rial → Chinese Yuan
1 QAR = 1.844295 CNY(1 CNY = 0.542213 QAR)
Currency converter
1 QAR =
1.8443 CNY
QAR to CNY: last 30 days
Over the last 30 days, 1 QAR traded between 1.8376 and 1.8468 CNY, averaging 1.8434 CNY. The QAR/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 1.8468
- 2026-09-01
- 30-day low
- 1.8376
- 2026-09-18
- 30-day average
- 1.8434
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
1.8468
1.83762026-08-28 → 2026-09-26
| Date | 1 QAR in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 1.8443 | 0.00% |
| 2026-09-25 | 1.8443 | +0.01% |
| 2026-09-24 | 1.8441 | +0.08% |
| 2026-09-23 | 1.8427 | +0.11% |
| 2026-09-22 | 1.8407 | +0.07% |
| 2026-09-21 | 1.8394 | -0.03% |
| 2026-09-20 | 1.84 | 0.00% |
| 2026-09-19 | 1.84 | +0.13% |
| 2026-09-18 | 1.8376 | -0.28% |
| 2026-09-17 | 1.8427 | +0.01% |
| 2026-09-16 | 1.8426 | -0.07% |
| 2026-09-15 | 1.8438 | +0.05% |
| 2026-09-14 | 1.843 | +0.00% |
| 2026-09-13 | 1.8429 | 0.00% |
| 2026-09-12 | 1.8429 | 0.00% |
| Date | 1 QAR in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 1.8429 | +0.03% |
| 2026-09-10 | 1.8424 | -0.02% |
| 2026-09-09 | 1.8428 | -0.04% |
| 2026-09-08 | 1.8435 | -0.01% |
| 2026-09-07 | 1.8437 | +0.00% |
| 2026-09-06 | 1.8437 | 0.00% |
| 2026-09-05 | 1.8437 | 0.00% |
| 2026-09-04 | 1.8437 | -0.12% |
| 2026-09-03 | 1.8459 | -0.04% |
| 2026-09-02 | 1.8466 | -0.01% |
| 2026-09-01 | 1.8468 | +0.04% |
| 2026-08-31 | 1.8461 | -0.02% |
| 2026-08-30 | 1.8464 | 0.00% |
| 2026-08-29 | 1.8464 | 0.00% |
| 2026-08-28 | 1.8464 | — |
QAR to CNY conversion table
1 QAR1.8443 CNY
5 QAR9.2215 CNY
10 QAR18.4429 CNY
25 QAR46.1074 CNY
50 QAR92.2147 CNY
100 QAR184.4295 CNY
500 QAR922.1474 CNY
1,000 QAR1,844.2949 CNY
5,000 QAR9,221.4744 CNY
10,000 QAR18,442.949 CNY
Get the QAR/CNY rate in your app
One GET request returns the latest QAR → 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/QAR/CNY"fetch('https://rate-api.com/api/v1/pair/QAR/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 QAR = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/QAR/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 QAR = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/QAR/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 QAR = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "QAR",
"to": "CNY"
},
"rate": 1.8443,
"timestamp": 1790435119,
"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 QARChinese Yuan → Qatari Rial0.54221Convert QAR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.