Skip to content

RUB to NGN exchange rate API

Russian Ruble to Naira · quoted 2026-09-26

15.7527

▼ +11.76% over 1Y

1 RUB = 15.7527 NGN · 1 NGN = 0.06348 RUB · Get this rate via the API

1 RUB buys 15.7527 NGN as of 2026-09-26, so 1 NGN buys 0.06348 RUB. Over the last year, RUB/NGN traded between 15.2111 and 19.2686, averaged 17.6622 and fell 11.76%. The API holds daily RUB/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/NGN over 1Y

RUB/NGN over 1Y: show the values
PointRUB/NGN
2025-09-2617.8512
2025-10-0317.9669
2025-10-1018.1924
2025-10-1718.2044
2025-10-2417.9628
2025-10-3118.0699
2025-11-0717.7017
2025-11-1417.8607
2025-11-2118.1534
2025-11-2818.5368
2025-12-0518.7831
2025-12-1318.2209
2025-12-2018.1013
2025-12-2718.4323
2026-01-0317.9063
2026-01-1018.0331
2026-01-1718.2877
2026-01-2418.7546
2026-01-3118.1665
2026-02-0717.8040
2026-02-1417.7411
2026-02-2117.5243
2026-02-2817.6967
2026-03-0717.5802
2026-03-1417.2952
2026-03-2116.3717
2026-03-2816.9918
2026-04-0417.1680
2026-04-1117.6319
2026-04-1817.6106
2026-04-2518.0486
2026-05-0218.3531
2026-05-0918.3863
2026-05-1718.8201
2026-05-2519.1885
2026-06-0119.2686
2026-06-1018.8816
2026-06-1718.7373
2026-06-2418.3884
2026-07-0117.5324
2026-07-0817.9468
2026-07-1517.8079
2026-07-2217.6177
2026-07-2917.3442
2026-08-0516.9322
2026-08-1216.5111
2026-08-2016.0340
2026-08-2715.7421
2026-09-0315.2111
2026-09-1015.5683
2026-09-1715.7877
2026-09-2415.6368

High

19.2686

Low

15.2111

Average

17.6622

For developers

Get this rate via the API

One GET request returns the RUB/NGN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=NGN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/NGN API questions

How do I get the RUB/NGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/NGN rate in rates.NGN.

How far back does RUB/NGN historical data go?

Daily RUB/NGN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/NGN exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.