Skip to content

NGN to RUB exchange rate API

Naira to Russian Ruble · quoted 2026-09-26

0.06348

▲ +13.32% over 1Y

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

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

NGN/RUB over 1Y

NGN/RUB over 1Y: show the values
PointNGN/RUB
2025-09-260.05602
2025-10-030.05566
2025-10-100.05497
2025-10-170.05493
2025-10-240.05567
2025-10-310.05534
2025-11-070.05649
2025-11-140.05599
2025-11-210.05509
2025-11-280.05395
2025-12-050.05324
2025-12-130.05488
2025-12-200.05524
2025-12-270.05425
2026-01-030.05585
2026-01-100.05545
2026-01-170.05468
2026-01-240.05332
2026-01-310.05505
2026-02-070.05617
2026-02-140.05637
2026-02-210.05706
2026-02-280.05651
2026-03-070.05688
2026-03-140.05782
2026-03-210.06108
2026-03-280.05885
2026-04-040.05825
2026-04-110.05672
2026-04-180.05678
2026-04-250.05541
2026-05-020.05449
2026-05-090.05439
2026-05-170.05313
2026-05-250.05211
2026-06-010.05190
2026-06-100.05296
2026-06-170.05337
2026-06-240.05438
2026-07-010.05704
2026-07-080.05572
2026-07-150.05615
2026-07-220.05676
2026-07-290.05766
2026-08-050.05906
2026-08-120.06057
2026-08-200.06237
2026-08-270.06352
2026-09-030.06574
2026-09-100.06423
2026-09-170.06334
2026-09-240.06395

High

0.06574

Low

0.05190

Average

0.05680

For developers

Get this rate via the API

One GET request returns the NGN/RUB 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=NGN&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NGN&currencies=RUB");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

NGN/RUB API questions

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

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

How far back does NGN/RUB historical data go?

Daily NGN/RUB 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 NGN/RUB 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.