Convert NPR to RUB
Nepalese Rupee → Russian Ruble
1 NPR = 0.554526 RUB(1 RUB = 1.803343 NPR)
Currency converter
1 NPR =
0.55453 RUB
NPR to RUB: last 30 days
Over the last 30 days, 1 NPR traded between 0.54644 and 0.57769 RUB, averaging 0.55825 RUB. The NPR/RUB rate is down 0.91% since 2026-08-28.
- 30-day high
- 0.57769
- 2026-09-03
- 30-day low
- 0.54644
- 2026-09-22
- 30-day average
- 0.55825
- Days with data: 30
- 30-day change
- -0.91%
- since 2026-08-28
0.57769
0.546442026-08-28 → 2026-09-26
| Date | 1 NPR in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.55453 | 0.00% |
| 2026-09-25 | 0.55453 | +0.35% |
| 2026-09-24 | 0.55258 | +0.41% |
| 2026-09-23 | 0.5503 | +0.71% |
| 2026-09-22 | 0.54644 | -0.47% |
| 2026-09-21 | 0.549 | +0.29% |
| 2026-09-20 | 0.54743 | -0.32% |
| 2026-09-19 | 0.5492 | -0.30% |
| 2026-09-18 | 0.55087 | +0.35% |
| 2026-09-17 | 0.54895 | +0.08% |
| 2026-09-16 | 0.54853 | -0.43% |
| 2026-09-15 | 0.55088 | -0.20% |
| 2026-09-14 | 0.55197 | +0.19% |
| 2026-09-13 | 0.55091 | +0.14% |
| 2026-09-12 | 0.55014 | +0.41% |
| Date | 1 NPR in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.54792 | -1.69% |
| 2026-09-10 | 0.55734 | -1.31% |
| 2026-09-09 | 0.56474 | -0.77% |
| 2026-09-08 | 0.56912 | -0.64% |
| 2026-09-07 | 0.57281 | +0.10% |
| 2026-09-06 | 0.57222 | +0.79% |
| 2026-09-05 | 0.56775 | -0.92% |
| 2026-09-04 | 0.57302 | -0.81% |
| 2026-09-03 | 0.57769 | +1.12% |
| 2026-09-02 | 0.57127 | +0.55% |
| 2026-09-01 | 0.56817 | +0.96% |
| 2026-08-31 | 0.56275 | -0.07% |
| 2026-08-30 | 0.56315 | -0.10% |
| 2026-08-29 | 0.56372 | +0.74% |
| 2026-08-28 | 0.5596 | — |
NPR to RUB conversion table
1 NPR0.55453 RUB
5 NPR2.7726 RUB
10 NPR5.5453 RUB
25 NPR13.8631 RUB
50 NPR27.7263 RUB
100 NPR55.4526 RUB
500 NPR277.2628 RUB
1,000 NPR554.5256 RUB
5,000 NPR2,772.6282 RUB
10,000 NPR5,545.2564 RUB
Get the NPR/RUB rate in your app
One GET request returns the latest NPR → 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/NPR/RUB"fetch('https://rate-api.com/api/v1/pair/NPR/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NPR = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NPR/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NPR = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NPR/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NPR = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "NPR",
"to": "RUB"
},
"rate": 0.5545,
"timestamp": 1790432073,
"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 NPRRussian Ruble → Nepalese Rupee1.8033Convert NPR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.