Convert CNY to IRR
Chinese Yuan → Iranian Rial
1 CNY = 204,788.4 IRR(1 IRR = 0.00000488309 CNY)
Currency converter
1 CNY =
204,788.4 IRR
CNY to IRR: last 30 days
Over the last 30 days, 1 CNY traded between 204,453.78 and 205,289.64 IRR, averaging 204,876.82 IRR. The CNY/IRR rate is up 0.16% since 2026-08-28.
- 30-day high
- 205,289.64
- 2026-09-21
- 30-day low
- 204,453.78
- 2026-08-28
- 30-day average
- 204,876.82
- Days with data: 30
- 30-day change
- +0.16%
- since 2026-08-28
205,289.64
204,453.782026-08-28 → 2026-09-26
| Date | 1 CNY in IRR | Daily change |
|---|---|---|
| 2026-09-26 | 204,788.4 | 0.00% |
| 2026-09-25 | 204,788.4 | -0.04% |
| 2026-09-24 | 204,872.08 | -0.09% |
| 2026-09-23 | 205,066.43 | -0.07% |
| 2026-09-22 | 205,218.66 | -0.03% |
| 2026-09-21 | 205,289.64 | +0.02% |
| 2026-09-20 | 205,239.89 | -0.00% |
| 2026-09-19 | 205,248.83 | +0.01% |
| 2026-09-18 | 205,237.62 | +0.18% |
| 2026-09-17 | 204,874.83 | -0.03% |
| 2026-09-16 | 204,942.4 | +0.05% |
| 2026-09-15 | 204,833.86 | -0.05% |
| 2026-09-14 | 204,946.06 | -0.03% |
| 2026-09-13 | 205,000.63 | -0.00% |
| 2026-09-12 | 205,006.16 | +0.04% |
| Date | 1 CNY in IRR | Daily change |
|---|---|---|
| 2026-09-11 | 204,933.7 | -0.01% |
| 2026-09-10 | 204,956.2 | +0.02% |
| 2026-09-09 | 204,924.28 | +0.04% |
| 2026-09-08 | 204,840.88 | +0.02% |
| 2026-09-07 | 204,808.9 | -0.03% |
| 2026-09-06 | 204,880.37 | -0.03% |
| 2026-09-05 | 204,935.63 | +0.04% |
| 2026-09-04 | 204,847.29 | +0.13% |
| 2026-09-03 | 204,575.29 | +0.01% |
| 2026-09-02 | 204,564.35 | +0.02% |
| 2026-09-01 | 204,523.98 | -0.02% |
| 2026-08-31 | 204,574.08 | +0.02% |
| 2026-08-30 | 204,538.07 | -0.03% |
| 2026-08-29 | 204,594.01 | +0.07% |
| 2026-08-28 | 204,453.78 | — |
CNY to IRR conversion table
1 CNY204,788.4 IRR
5 CNY1,023,942 IRR
10 CNY2,047,884 IRR
25 CNY5,119,710.1 IRR
50 CNY10,239,420 IRR
100 CNY20,478,840 IRR
500 CNY102,394,201 IRR
1,000 CNY204,788,402 IRR
5,000 CNY1,023,942,012 IRR
10,000 CNY2,047,884,024 IRR
Get the CNY/IRR rate in your app
One GET request returns the latest CNY → IRR 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/IRR"fetch('https://rate-api.com/api/v1/pair/CNY/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/IRR');
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']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "IRR"
},
"rate": 204788.4024,
"timestamp": 1790429429,
"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
IRR to CNYIranian Rial → Chinese Yuan0.0000048831Convert CNY to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.