Convert RUB to NGN
Russian Ruble → Nigerian Naira
1 RUB = 15.607728 NGN(1 NGN = 0.0640708 RUB)
Currency converter
1 RUB =
15.6077 NGN
RUB to NGN: last 30 days
Over the last 30 days, 1 RUB traded between 15.2111 and 15.8391 NGN, averaging 15.5973 NGN. The RUB/NGN rate is down 0.63% since 2026-08-28.
- 30-day high
- 15.8391
- 2026-09-20
- 30-day low
- 15.2111
- 2026-09-03
- 30-day average
- 15.5973
- Days with data: 30
- 30-day change
- -0.63%
- since 2026-08-28
15.8391
15.21112026-08-28 → 2026-09-26
| Date | 1 RUB in NGN | Daily change |
|---|---|---|
| 2026-09-26 | 15.6077 | 0.00% |
| 2026-09-25 | 15.6077 | -0.19% |
| 2026-09-24 | 15.6368 | -0.51% |
| 2026-09-23 | 15.7171 | -0.74% |
| 2026-09-22 | 15.8349 | +0.16% |
| 2026-09-21 | 15.8099 | -0.18% |
| 2026-09-20 | 15.8391 | +0.37% |
| 2026-09-19 | 15.7809 | +0.11% |
| 2026-09-18 | 15.7639 | -0.15% |
| 2026-09-17 | 15.7877 | +0.09% |
| 2026-09-16 | 15.7729 | +0.67% |
| 2026-09-15 | 15.6676 | -0.06% |
| 2026-09-14 | 15.6774 | -0.42% |
| 2026-09-13 | 15.7429 | -0.08% |
| 2026-09-12 | 15.7556 | -0.28% |
| Date | 1 RUB in NGN | Daily change |
|---|---|---|
| 2026-09-11 | 15.8002 | +1.49% |
| 2026-09-10 | 15.5683 | +1.18% |
| 2026-09-09 | 15.3874 | +0.39% |
| 2026-09-08 | 15.3277 | +0.42% |
| 2026-09-07 | 15.2634 | -0.03% |
| 2026-09-06 | 15.2682 | -0.89% |
| 2026-09-05 | 15.4051 | +0.86% |
| 2026-09-04 | 15.2737 | +0.41% |
| 2026-09-03 | 15.2111 | -0.91% |
| 2026-09-02 | 15.3516 | -0.97% |
| 2026-09-01 | 15.5024 | -1.03% |
| 2026-08-31 | 15.6633 | +0.37% |
| 2026-08-30 | 15.6054 | +0.15% |
| 2026-08-29 | 15.5826 | -0.79% |
| 2026-08-28 | 15.7074 | — |
RUB to NGN conversion table
1 RUB15.6077 NGN
5 RUB78.0386 NGN
10 RUB156.0773 NGN
25 RUB390.1932 NGN
50 RUB780.3864 NGN
100 RUB1,560.7728 NGN
500 RUB7,803.8639 NGN
1,000 RUB15,607.728 NGN
5,000 RUB78,038.639 NGN
10,000 RUB156,077.28 NGN
Get the RUB/NGN rate in your app
One GET request returns the latest RUB → NGN 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/NGN"fetch('https://rate-api.com/api/v1/pair/RUB/NGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} NGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/NGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} NGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/NGN');
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']} NGN\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "NGN"
},
"rate": 15.6077,
"timestamp": 1790429354,
"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
NGN to RUBNigerian Naira → Russian Ruble0.064071Convert RUB to other currencies
Convert other currencies to NGN
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.