RUB to NGN exchange rate API
Russian Ruble to Naira · quoted 2026-09-26
15.7527
▼ +13.64% over YTD
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 year to date, RUB/NGN traded between 15.2634 and 19.3808, averaged 17.5272 and fell 13.64%. 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 YTD: show the values
| Point | RUB/NGN |
|---|---|
| 2025-12-31 | 18.2409 |
| 2026-01-07 | 17.7587 |
| 2026-01-14 | 18.0906 |
| 2026-01-21 | 18.1877 |
| 2026-01-28 | 18.3986 |
| 2026-02-04 | 18.0215 |
| 2026-02-11 | 17.5263 |
| 2026-02-18 | 17.6504 |
| 2026-02-25 | 17.6430 |
| 2026-03-04 | 17.7602 |
| 2026-03-11 | 17.6940 |
| 2026-03-18 | 16.4701 |
| 2026-03-25 | 17.0863 |
| 2026-04-01 | 17.0114 |
| 2026-04-08 | 17.6147 |
| 2026-04-15 | 17.9401 |
| 2026-04-22 | 17.9536 |
| 2026-04-29 | 18.2542 |
| 2026-05-06 | 18.0919 |
| 2026-05-14 | 18.6275 |
| 2026-05-21 | 19.2260 |
| 2026-05-29 | 19.3808 |
| 2026-06-05 | 18.5525 |
| 2026-06-14 | 18.7879 |
| 2026-06-21 | 18.6409 |
| 2026-06-28 | 17.4662 |
| 2026-07-05 | 17.7940 |
| 2026-07-12 | 17.9643 |
| 2026-07-19 | 17.6012 |
| 2026-07-26 | 17.4643 |
| 2026-08-02 | 17.2498 |
| 2026-08-09 | 16.7501 |
| 2026-08-16 | 16.1856 |
| 2026-08-24 | 16.3087 |
| 2026-08-31 | 15.6633 |
| 2026-09-07 | 15.2634 |
| 2026-09-14 | 15.6774 |
| 2026-09-21 | 15.8099 |
High
19.3808
Low
15.2634
Average
17.5272
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.