Convert NIO to RUB
Nicaraguan Córdoba → Russian Ruble
1 NIO = 2.310435 RUB(1 RUB = 0.432819 NIO)
Currency converter
1 NIO =
2.3104 RUB
NIO to RUB: last 30 days
Over the last 30 days, 1 NIO traded between 2.281 and 2.374 RUB, averaging 2.3188 RUB. The NIO/RUB rate is down 0.62% since 2026-08-28.
- 30-day high
- 2.374
- 2026-09-03
- 30-day low
- 2.281
- 2026-09-22
- 30-day average
- 2.3188
- Days with data: 30
- 30-day change
- -0.62%
- since 2026-08-28
2.374
2.2812026-08-28 → 2026-09-26
| Date | 1 NIO in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 2.3104 | 0.00% |
| 2026-09-25 | 2.3104 | +0.37% |
| 2026-09-24 | 2.302 | +0.56% |
| 2026-09-23 | 2.2892 | +0.36% |
| 2026-09-22 | 2.281 | -0.40% |
| 2026-09-21 | 2.2902 | +0.04% |
| 2026-09-20 | 2.2892 | -0.19% |
| 2026-09-19 | 2.2936 | -0.46% |
| 2026-09-18 | 2.3043 | +0.37% |
| 2026-09-17 | 2.2959 | +0.10% |
| 2026-09-16 | 2.2936 | -0.32% |
| 2026-09-15 | 2.301 | -0.05% |
| 2026-09-14 | 2.3022 | +0.10% |
| 2026-09-13 | 2.2999 | -0.08% |
| 2026-09-12 | 2.3017 | +0.75% |
| Date | 1 NIO in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 2.2847 | -1.18% |
| 2026-09-10 | 2.3119 | -1.00% |
| 2026-09-09 | 2.3353 | -0.34% |
| 2026-09-08 | 2.3434 | -0.42% |
| 2026-09-07 | 2.3533 | -0.20% |
| 2026-09-06 | 2.3581 | +1.10% |
| 2026-09-05 | 2.3323 | -0.98% |
| 2026-09-04 | 2.3555 | -0.78% |
| 2026-09-03 | 2.374 | +0.50% |
| 2026-09-02 | 2.3623 | +0.71% |
| 2026-09-01 | 2.3457 | +0.47% |
| 2026-08-31 | 2.3346 | -0.43% |
| 2026-08-30 | 2.3447 | +0.21% |
| 2026-08-29 | 2.3397 | +0.64% |
| 2026-08-28 | 2.3249 | — |
NIO to RUB conversion table
1 NIO2.3104 RUB
5 NIO11.5522 RUB
10 NIO23.1043 RUB
25 NIO57.7609 RUB
50 NIO115.5217 RUB
100 NIO231.0435 RUB
500 NIO1,155.2173 RUB
1,000 NIO2,310.4345 RUB
5,000 NIO11,552.173 RUB
10,000 NIO23,104.345 RUB
Get the NIO/RUB rate in your app
One GET request returns the latest NIO → 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/NIO/RUB"fetch('https://rate-api.com/api/v1/pair/NIO/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NIO = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NIO/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NIO = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NIO/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NIO = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "NIO",
"to": "RUB"
},
"rate": 2.3104,
"timestamp": 1790435066,
"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 NIORussian Ruble → Nicaraguan Córdoba0.43282Convert NIO to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.