Convert NGN to RUB
Nigerian Naira → Russian Ruble
1 NGN = 0.0640708 RUB(1 RUB = 15.607728 NGN)
Currency converter
1 NGN =
0.064071 RUB
NGN to RUB: last 30 days
Over the last 30 days, 1 NGN traded between 0.063135 and 0.065741 RUB, averaging 0.064123 RUB. The NGN/RUB rate is up 0.64% since 2026-08-28.
- 30-day high
- 0.065741
- 2026-09-03
- 30-day low
- 0.063135
- 2026-09-20
- 30-day average
- 0.064123
- Days with data: 30
- 30-day change
- +0.64%
- since 2026-08-28
0.065741
0.0631352026-08-28 → 2026-09-26
| Date | 1 NGN in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.064071 | 0.00% |
| 2026-09-25 | 0.064071 | +0.19% |
| 2026-09-24 | 0.063952 | +0.51% |
| 2026-09-23 | 0.063625 | +0.75% |
| 2026-09-22 | 0.063152 | -0.16% |
| 2026-09-21 | 0.063252 | +0.19% |
| 2026-09-20 | 0.063135 | -0.37% |
| 2026-09-19 | 0.063368 | -0.11% |
| 2026-09-18 | 0.063436 | +0.15% |
| 2026-09-17 | 0.06334 | -0.09% |
| 2026-09-16 | 0.0634 | -0.67% |
| 2026-09-15 | 0.063826 | +0.06% |
| 2026-09-14 | 0.063786 | +0.42% |
| 2026-09-13 | 0.063521 | +0.08% |
| 2026-09-12 | 0.063469 | +0.28% |
| Date | 1 NGN in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.06329 | -1.47% |
| 2026-09-10 | 0.064233 | -1.16% |
| 2026-09-09 | 0.064988 | -0.39% |
| 2026-09-08 | 0.065241 | -0.42% |
| 2026-09-07 | 0.065516 | +0.03% |
| 2026-09-06 | 0.065496 | +0.90% |
| 2026-09-05 | 0.064913 | -0.85% |
| 2026-09-04 | 0.065472 | -0.41% |
| 2026-09-03 | 0.065741 | +0.92% |
| 2026-09-02 | 0.06514 | +0.98% |
| 2026-09-01 | 0.064506 | +1.04% |
| 2026-08-31 | 0.063843 | -0.37% |
| 2026-08-30 | 0.06408 | -0.15% |
| 2026-08-29 | 0.064174 | +0.80% |
| 2026-08-28 | 0.063664 | — |
NGN to RUB conversion table
1 NGN0.064071 RUB
5 NGN0.32035 RUB
10 NGN0.64071 RUB
25 NGN1.6018 RUB
50 NGN3.2035 RUB
100 NGN6.4071 RUB
500 NGN32.0354 RUB
1,000 NGN64.0708 RUB
5,000 NGN320.3541 RUB
10,000 NGN640.7083 RUB
Get the NGN/RUB rate in your app
One GET request returns the latest NGN → 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/NGN/RUB"fetch('https://rate-api.com/api/v1/pair/NGN/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NGN = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NGN/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NGN = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NGN/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NGN = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "NGN",
"to": "RUB"
},
"rate": 0.0641,
"timestamp": 1790432097,
"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 NGNRussian Ruble → Nigerian Naira15.6077Convert NGN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.