Convert INR to CNH
Indian Rupee → Chinese Yuan (Offshore)
1 INR = 0.0701304 CNH(1 CNH = 14.259148 INR)
Currency converter
1 INR =
0.07013 CNH
INR to CNH: last 30 days
Over the last 30 days, 1 INR traded between 0.06982 and 0.071093 CNH, averaging 0.070381 CNH. The INR/CNH rate is down 0.48% since 2026-08-28.
- 30-day high
- 0.071093
- 2026-09-03
- 30-day low
- 0.06982
- 2026-09-18
- 30-day average
- 0.070381
- Days with data: 30
- 30-day change
- -0.48%
- since 2026-08-28
0.071093
0.069822026-08-28 → 2026-09-26
| Date | 1 INR in CNH | Daily change |
|---|---|---|
| 2026-09-26 | 0.07013 | 0.00% |
| 2026-09-25 | 0.07013 | +0.20% |
| 2026-09-24 | 0.069989 | -0.07% |
| 2026-09-23 | 0.070037 | -0.01% |
| 2026-09-22 | 0.070047 | +0.25% |
| 2026-09-21 | 0.06987 | -0.01% |
| 2026-09-20 | 0.069879 | -0.11% |
| 2026-09-19 | 0.069955 | +0.19% |
| 2026-09-18 | 0.06982 | -0.14% |
| 2026-09-17 | 0.069921 | -0.01% |
| 2026-09-16 | 0.069927 | -0.02% |
| 2026-09-15 | 0.069938 | -0.36% |
| 2026-09-14 | 0.07019 | +0.01% |
| 2026-09-13 | 0.070186 | -0.01% |
| 2026-09-12 | 0.070192 | -0.11% |
| Date | 1 INR in CNH | Daily change |
|---|---|---|
| 2026-09-11 | 0.070267 | -0.01% |
| 2026-09-10 | 0.070273 | -0.35% |
| 2026-09-09 | 0.070516 | -0.38% |
| 2026-09-08 | 0.070787 | -0.35% |
| 2026-09-07 | 0.071039 | +0.06% |
| 2026-09-06 | 0.070995 | -0.00% |
| 2026-09-05 | 0.070995 | -0.13% |
| 2026-09-04 | 0.071089 | -0.01% |
| 2026-09-03 | 0.071093 | +0.42% |
| 2026-09-02 | 0.070799 | +0.02% |
| 2026-09-01 | 0.070782 | +0.18% |
| 2026-08-31 | 0.070656 | +0.13% |
| 2026-08-30 | 0.070563 | -0.46% |
| 2026-08-29 | 0.070889 | +0.60% |
| 2026-08-28 | 0.070468 | — |
INR to CNH conversion table
1 INR0.07013 CNH
5 INR0.35065 CNH
10 INR0.7013 CNH
25 INR1.7533 CNH
50 INR3.5065 CNH
100 INR7.013 CNH
500 INR35.0652 CNH
1,000 INR70.1304 CNH
5,000 INR350.6521 CNH
10,000 INR701.3042 CNH
Get the INR/CNH rate in your app
One GET request returns the latest INR → CNH 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/INR/CNH"fetch('https://rate-api.com/api/v1/pair/INR/CNH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} CNH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/CNH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} CNH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/CNH');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} CNH\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "CNH"
},
"rate": 0.0701,
"timestamp": 1790429445,
"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
CNH to INRChinese Yuan (Offshore) → Indian Rupee14.2591Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.