Convert CNY to IQD
Chinese Yuan → Iraqi Dinar
1 CNY = 195.15081 IQD(1 IQD = 0.00512424 CNY)
Currency converter
1 CNY =
195.1508 IQD
CNY to IQD: last 30 days
Over the last 30 days, 1 CNY traded between 194.7344 and 196.4401 IQD, averaging 195.376 IQD. The CNY/IQD rate is up 0.08% since 2026-08-28.
- 30-day high
- 196.4401
- 2026-09-17
- 30-day low
- 194.7344
- 2026-09-03
- 30-day average
- 195.376
- Days with data: 30
- 30-day change
- +0.08%
- since 2026-08-28
196.4401
194.73442026-08-28 → 2026-09-26
| Date | 1 CNY in IQD | Daily change |
|---|---|---|
| 2026-09-26 | 195.1508 | 0.00% |
| 2026-09-25 | 195.1508 | -0.38% |
| 2026-09-24 | 195.8907 | +0.13% |
| 2026-09-23 | 195.6313 | +0.00% |
| 2026-09-22 | 195.6255 | +0.06% |
| 2026-09-21 | 195.5172 | -0.05% |
| 2026-09-20 | 195.6211 | -0.01% |
| 2026-09-19 | 195.6357 | -0.02% |
| 2026-09-18 | 195.667 | -0.39% |
| 2026-09-17 | 196.4401 | +0.45% |
| 2026-09-16 | 195.5546 | +0.16% |
| 2026-09-15 | 195.2464 | -0.12% |
| 2026-09-14 | 195.4799 | +0.06% |
| 2026-09-13 | 195.3616 | -0.07% |
| 2026-09-12 | 195.5043 | +0.06% |
| Date | 1 CNY in IQD | Daily change |
|---|---|---|
| 2026-09-11 | 195.3821 | +0.02% |
| 2026-09-10 | 195.3409 | +0.14% |
| 2026-09-09 | 195.0696 | -0.08% |
| 2026-09-08 | 195.224 | -0.02% |
| 2026-09-07 | 195.264 | +0.02% |
| 2026-09-06 | 195.2342 | -0.10% |
| 2026-09-05 | 195.4217 | +0.06% |
| 2026-09-04 | 195.3048 | +0.29% |
| 2026-09-03 | 194.7344 | -0.16% |
| 2026-09-02 | 195.0558 | +0.08% |
| 2026-09-01 | 194.9018 | -0.53% |
| 2026-08-31 | 195.9499 | +0.52% |
| 2026-08-30 | 194.9446 | -0.01% |
| 2026-08-29 | 194.9728 | -0.01% |
| 2026-08-28 | 195.0016 | — |
CNY to IQD conversion table
1 CNY195.1508 IQD
5 CNY975.7541 IQD
10 CNY1,951.5081 IQD
25 CNY4,878.7704 IQD
50 CNY9,757.5407 IQD
100 CNY19,515.081 IQD
500 CNY97,575.407 IQD
1,000 CNY195,150.81 IQD
5,000 CNY975,754.07 IQD
10,000 CNY1,951,508.1 IQD
Get the CNY/IQD rate in your app
One GET request returns the latest CNY → IQD 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/IQD"fetch('https://rate-api.com/api/v1/pair/CNY/IQD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} IQD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/IQD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} IQD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/IQD');
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']} IQD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "IQD"
},
"rate": 195.1508,
"timestamp": 1790429385,
"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
IQD to CNYIraqi Dinar → Chinese Yuan0.0051242Convert CNY to other currencies
Convert other currencies to IQD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.