Convert RUB to NAD
Russian Ruble → Namibian Dollar
1 RUB = 0.191662 NAD(1 NAD = 5.217516 RUB)
Currency converter
1 RUB =
0.19166 NAD
RUB to NAD: last 30 days
Over the last 30 days, 1 RUB traded between 0.18379 and 0.19403 NAD, averaging 0.18969 NAD. The RUB/NAD rate is up 2.43% since 2026-08-28.
- 30-day high
- 0.19403
- 2026-09-17
- 30-day low
- 0.18379
- 2026-09-03
- 30-day average
- 0.18969
- Days with data: 30
- 30-day change
- +2.43%
- since 2026-08-28
0.19403
0.183792026-08-28 → 2026-09-26
| Date | 1 RUB in NAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.19166 | 0.00% |
| 2026-09-25 | 0.19166 | -1.07% |
| 2026-09-24 | 0.19374 | -0.10% |
| 2026-09-23 | 0.19392 | -0.05% |
| 2026-09-22 | 0.19402 | +0.64% |
| 2026-09-21 | 0.19278 | -0.40% |
| 2026-09-20 | 0.19356 | +0.51% |
| 2026-09-19 | 0.19258 | +0.21% |
| 2026-09-18 | 0.19219 | -0.95% |
| 2026-09-17 | 0.19403 | +0.68% |
| 2026-09-16 | 0.19273 | +0.07% |
| 2026-09-15 | 0.19259 | +0.53% |
| 2026-09-14 | 0.19157 | +0.15% |
| 2026-09-13 | 0.19129 | -0.20% |
| 2026-09-12 | 0.19167 | -0.78% |
| Date | 1 RUB in NAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.19317 | +2.36% |
| 2026-09-10 | 0.18872 | +1.26% |
| 2026-09-09 | 0.18638 | +0.50% |
| 2026-09-08 | 0.18545 | +0.49% |
| 2026-09-07 | 0.18456 | +0.05% |
| 2026-09-06 | 0.18446 | -0.81% |
| 2026-09-05 | 0.18596 | +0.81% |
| 2026-09-04 | 0.18447 | +0.37% |
| 2026-09-03 | 0.18379 | -1.35% |
| 2026-09-02 | 0.1863 | -0.21% |
| 2026-09-01 | 0.18668 | -0.76% |
| 2026-08-31 | 0.18812 | +0.10% |
| 2026-08-30 | 0.18793 | +0.22% |
| 2026-08-29 | 0.18752 | +0.22% |
| 2026-08-28 | 0.18712 | — |
RUB to NAD conversion table
1 RUB0.19166 NAD
5 RUB0.95831 NAD
10 RUB1.9166 NAD
25 RUB4.7916 NAD
50 RUB9.5831 NAD
100 RUB19.1662 NAD
500 RUB95.831 NAD
1,000 RUB191.6621 NAD
5,000 RUB958.3105 NAD
10,000 RUB1,916.621 NAD
Get the RUB/NAD rate in your app
One GET request returns the latest RUB → NAD 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/NAD"fetch('https://rate-api.com/api/v1/pair/RUB/NAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} NAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/NAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} NAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/NAD');
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']} NAD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "NAD"
},
"rate": 0.1917,
"timestamp": 1790429337,
"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
NAD to RUBNamibian Dollar → Russian Ruble5.2175Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.