Convert CNH to RUB
Chinese Yuan (Offshore) → Russian Ruble
1 CNH = 12.651302 RUB(1 RUB = 0.0790433 CNH)
Currency converter
1 CNH =
12.6513 RUB
CNH to RUB: last 30 days
Over the last 30 days, 1 CNH traded between 12.504 and 12.9953 RUB, averaging 12.6954 RUB. The CNH/RUB rate is down 0.50% since 2026-08-28.
- 30-day high
- 12.9953
- 2026-09-03
- 30-day low
- 12.504
- 2026-09-11
- 30-day average
- 12.6954
- Days with data: 30
- 30-day change
- -0.50%
- since 2026-08-28
12.9953
12.5042026-08-28 → 2026-09-26
| Date | 1 CNH in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 12.6513 | 0.00% |
| 2026-09-25 | 12.6513 | +0.15% |
| 2026-09-24 | 12.6323 | +0.48% |
| 2026-09-23 | 12.5715 | +0.50% |
| 2026-09-22 | 12.5092 | -0.50% |
| 2026-09-21 | 12.5715 | +0.17% |
| 2026-09-20 | 12.55 | -0.26% |
| 2026-09-19 | 12.5829 | -0.31% |
| 2026-09-18 | 12.6225 | +0.53% |
| 2026-09-17 | 12.5561 | +0.07% |
| 2026-09-16 | 12.5478 | -0.36% |
| 2026-09-15 | 12.5926 | -0.08% |
| 2026-09-14 | 12.6032 | +0.29% |
| 2026-09-13 | 12.5666 | +0.12% |
| 2026-09-12 | 12.5516 | +0.38% |
| Date | 1 CNH in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 12.504 | -1.33% |
| 2026-09-10 | 12.6729 | -0.99% |
| 2026-09-09 | 12.8001 | -0.36% |
| 2026-09-08 | 12.8468 | -0.44% |
| 2026-09-07 | 12.9031 | -0.00% |
| 2026-09-06 | 12.9032 | +0.86% |
| 2026-09-05 | 12.7936 | -0.83% |
| 2026-09-04 | 12.901 | -0.73% |
| 2026-09-03 | 12.9953 | +0.64% |
| 2026-09-02 | 12.9131 | +0.54% |
| 2026-09-01 | 12.8437 | +0.46% |
| 2026-08-31 | 12.7849 | +0.04% |
| 2026-08-30 | 12.7796 | +0.28% |
| 2026-08-29 | 12.7444 | +0.23% |
| 2026-08-28 | 12.7153 | — |
CNH to RUB conversion table
1 CNH12.6513 RUB
5 CNH63.2565 RUB
10 CNH126.513 RUB
25 CNH316.2825 RUB
50 CNH632.5651 RUB
100 CNH1,265.1302 RUB
500 CNH6,325.6508 RUB
1,000 CNH12,651.302 RUB
5,000 CNH63,256.508 RUB
10,000 CNH126,513.02 RUB
Get the CNH/RUB rate in your app
One GET request returns the latest CNH → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/CNH/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNH = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNH/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNH = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNH/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "CNH",
"to": "RUB"
},
"rate": 12.6513,
"timestamp": 1790435077,
"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
RUB to CNHRussian Ruble → Chinese Yuan (Offshore)0.079043Convert CNH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.