Convert RUB to NIO
Russian Ruble → Nicaraguan Córdoba
1 RUB = 0.432819 NIO(1 NIO = 2.310435 RUB)
Currency converter
1 RUB =
0.43282 NIO
RUB to NIO: last 30 days
Over the last 30 days, 1 RUB traded between 0.42123 and 0.4384 NIO, averaging 0.43131 NIO. The RUB/NIO rate is up 0.62% since 2026-08-28.
- 30-day high
- 0.4384
- 2026-09-22
- 30-day low
- 0.42123
- 2026-09-03
- 30-day average
- 0.43131
- Days with data: 30
- 30-day change
- +0.62%
- since 2026-08-28
0.4384
0.421232026-08-28 → 2026-09-26
| Date | 1 RUB in NIO | Daily change |
|---|---|---|
| 2026-09-26 | 0.43282 | 0.00% |
| 2026-09-25 | 0.43282 | -0.37% |
| 2026-09-24 | 0.43441 | -0.55% |
| 2026-09-23 | 0.43683 | -0.36% |
| 2026-09-22 | 0.4384 | +0.40% |
| 2026-09-21 | 0.43664 | -0.04% |
| 2026-09-20 | 0.43683 | +0.19% |
| 2026-09-19 | 0.43599 | +0.47% |
| 2026-09-18 | 0.43397 | -0.37% |
| 2026-09-17 | 0.43557 | -0.10% |
| 2026-09-16 | 0.436 | +0.32% |
| 2026-09-15 | 0.43459 | +0.05% |
| 2026-09-14 | 0.43437 | -0.10% |
| 2026-09-13 | 0.4348 | +0.08% |
| 2026-09-12 | 0.43446 | -0.74% |
| Date | 1 RUB in NIO | Daily change |
|---|---|---|
| 2026-09-11 | 0.4377 | +1.19% |
| 2026-09-10 | 0.43254 | +1.01% |
| 2026-09-09 | 0.4282 | +0.34% |
| 2026-09-08 | 0.42673 | +0.42% |
| 2026-09-07 | 0.42494 | +0.20% |
| 2026-09-06 | 0.42408 | -1.09% |
| 2026-09-05 | 0.42875 | +0.99% |
| 2026-09-04 | 0.42453 | +0.78% |
| 2026-09-03 | 0.42123 | -0.49% |
| 2026-09-02 | 0.42332 | -0.70% |
| 2026-09-01 | 0.42632 | -0.47% |
| 2026-08-31 | 0.42834 | +0.43% |
| 2026-08-30 | 0.42649 | -0.21% |
| 2026-08-29 | 0.4274 | -0.63% |
| 2026-08-28 | 0.43013 | — |
RUB to NIO conversion table
1 RUB0.43282 NIO
5 RUB2.1641 NIO
10 RUB4.3282 NIO
25 RUB10.8205 NIO
50 RUB21.641 NIO
100 RUB43.2819 NIO
500 RUB216.4095 NIO
1,000 RUB432.819 NIO
5,000 RUB2,164.0951 NIO
10,000 RUB4,328.1901 NIO
Get the RUB/NIO rate in your app
One GET request returns the latest RUB → NIO 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/RUB/NIO"fetch('https://rate-api.com/api/v1/pair/RUB/NIO', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} NIO`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/NIO",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} NIO")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/NIO');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} NIO\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "NIO"
},
"rate": 0.4328,
"timestamp": 1790437897,
"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
NIO to RUBNicaraguan Córdoba → Russian Ruble2.3104Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.