Convert RUB to NPR
Russian Ruble → Nepalese Rupee
1 RUB = 1.803343 NPR(1 NPR = 0.554526 RUB)
Currency converter
1 RUB =
1.8033 NPR
RUB to NPR: last 30 days
Over the last 30 days, 1 RUB traded between 1.731 and 1.83 NPR, averaging 1.7918 NPR. The RUB/NPR rate is up 0.92% since 2026-08-28.
- 30-day high
- 1.83
- 2026-09-22
- 30-day low
- 1.731
- 2026-09-03
- 30-day average
- 1.7918
- Days with data: 30
- 30-day change
- +0.92%
- since 2026-08-28
1.83
1.7312026-08-28 → 2026-09-26
| Date | 1 RUB in NPR | Daily change |
|---|---|---|
| 2026-09-26 | 1.8033 | 0.00% |
| 2026-09-25 | 1.8033 | -0.35% |
| 2026-09-24 | 1.8097 | -0.41% |
| 2026-09-23 | 1.8172 | -0.70% |
| 2026-09-22 | 1.83 | +0.47% |
| 2026-09-21 | 1.8215 | -0.29% |
| 2026-09-20 | 1.8267 | +0.32% |
| 2026-09-19 | 1.8208 | +0.30% |
| 2026-09-18 | 1.8153 | -0.35% |
| 2026-09-17 | 1.8217 | -0.08% |
| 2026-09-16 | 1.8231 | +0.43% |
| 2026-09-15 | 1.8153 | +0.20% |
| 2026-09-14 | 1.8117 | -0.19% |
| 2026-09-13 | 1.8152 | -0.14% |
| 2026-09-12 | 1.8177 | -0.40% |
| Date | 1 RUB in NPR | Daily change |
|---|---|---|
| 2026-09-11 | 1.8251 | +1.72% |
| 2026-09-10 | 1.7942 | +1.33% |
| 2026-09-09 | 1.7707 | +0.77% |
| 2026-09-08 | 1.7571 | +0.65% |
| 2026-09-07 | 1.7458 | -0.10% |
| 2026-09-06 | 1.7476 | -0.78% |
| 2026-09-05 | 1.7613 | +0.93% |
| 2026-09-04 | 1.7451 | +0.81% |
| 2026-09-03 | 1.731 | -1.11% |
| 2026-09-02 | 1.7505 | -0.54% |
| 2026-09-01 | 1.76 | -0.95% |
| 2026-08-31 | 1.777 | +0.07% |
| 2026-08-30 | 1.7757 | +0.10% |
| 2026-08-29 | 1.7739 | -0.73% |
| 2026-08-28 | 1.787 | — |
RUB to NPR conversion table
1 RUB1.8033 NPR
5 RUB9.0167 NPR
10 RUB18.0334 NPR
25 RUB45.0836 NPR
50 RUB90.1672 NPR
100 RUB180.3343 NPR
500 RUB901.6716 NPR
1,000 RUB1,803.3431 NPR
5,000 RUB9,016.7156 NPR
10,000 RUB18,033.431 NPR
Get the RUB/NPR rate in your app
One GET request returns the latest RUB → NPR 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/NPR"fetch('https://rate-api.com/api/v1/pair/RUB/NPR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} NPR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/NPR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} NPR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/NPR');
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']} NPR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "NPR"
},
"rate": 1.8033,
"timestamp": 1790429307,
"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
NPR to RUBNepalese Rupee → Russian Ruble0.55453Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.