Convert CNH to INR
Chinese Yuan (Offshore) → Indian Rupee
1 CNH = 14.259148 INR(1 INR = 0.0701304 CNH)
Currency converter
1 CNH =
14.2591 INR
CNH to INR: last 30 days
Over the last 30 days, 1 CNH traded between 14.0661 and 14.3226 INR, averaging 14.2089 INR. The CNH/INR rate is up 0.48% since 2026-08-28.
- 30-day high
- 14.3226
- 2026-09-18
- 30-day low
- 14.0661
- 2026-09-03
- 30-day average
- 14.2089
- Days with data: 30
- 30-day change
- +0.48%
- since 2026-08-28
14.3226
14.06612026-08-28 → 2026-09-26
| Date | 1 CNH in INR | Daily change |
|---|---|---|
| 2026-09-26 | 14.2591 | 0.00% |
| 2026-09-25 | 14.2591 | -0.20% |
| 2026-09-24 | 14.288 | +0.07% |
| 2026-09-23 | 14.2781 | +0.01% |
| 2026-09-22 | 14.2762 | -0.25% |
| 2026-09-21 | 14.3124 | +0.01% |
| 2026-09-20 | 14.3104 | +0.11% |
| 2026-09-19 | 14.295 | -0.19% |
| 2026-09-18 | 14.3226 | +0.14% |
| 2026-09-17 | 14.3019 | +0.01% |
| 2026-09-16 | 14.3007 | +0.02% |
| 2026-09-15 | 14.2984 | +0.36% |
| 2026-09-14 | 14.247 | -0.01% |
| 2026-09-13 | 14.2478 | +0.01% |
| 2026-09-12 | 14.2466 | +0.11% |
| Date | 1 CNH in INR | Daily change |
|---|---|---|
| 2026-09-11 | 14.2315 | +0.01% |
| 2026-09-10 | 14.2302 | +0.35% |
| 2026-09-09 | 14.1811 | +0.38% |
| 2026-09-08 | 14.1268 | +0.36% |
| 2026-09-07 | 14.0767 | -0.06% |
| 2026-09-06 | 14.0855 | +0.00% |
| 2026-09-05 | 14.0855 | +0.13% |
| 2026-09-04 | 14.0669 | +0.01% |
| 2026-09-03 | 14.0661 | -0.41% |
| 2026-09-02 | 14.1245 | -0.02% |
| 2026-09-01 | 14.1279 | -0.18% |
| 2026-08-31 | 14.153 | -0.13% |
| 2026-08-30 | 14.1717 | +0.46% |
| 2026-08-29 | 14.1065 | -0.59% |
| 2026-08-28 | 14.1909 | — |
CNH to INR conversion table
1 CNH14.2591 INR
5 CNH71.2957 INR
10 CNH142.5915 INR
25 CNH356.4787 INR
50 CNH712.9574 INR
100 CNH1,425.9148 INR
500 CNH7,129.5742 INR
1,000 CNH14,259.148 INR
5,000 CNH71,295.742 INR
10,000 CNH142,591.48 INR
Get the CNH/INR rate in your app
One GET request returns the latest CNH → INR 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/CNH/INR"fetch('https://rate-api.com/api/v1/pair/CNH/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNH = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNH/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNH = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNH/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNH = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "CNH",
"to": "INR"
},
"rate": 14.2591,
"timestamp": 1790432211,
"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
INR to CNHIndian Rupee → Chinese Yuan (Offshore)0.07013Convert CNH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.