Skip to content

INR to NGN exchange rate API

Indian Rupee to Naira · quoted 2026-09-25

13.8046

▼ +17.81% over 1Y

1 INR = 13.8046 NGN · 1 NGN = 0.07244 INR · Get this rate via the API

1 INR buys 13.8046 NGN as of 2026-09-25, so 1 NGN buys 0.07244 INR. Over the last year, INR/NGN traded between 13.8046 and 16.7957, averaged 15.0532 and fell 17.81%. The API holds daily INR/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/NGN over 1Y

INR/NGN over 1Y: show the values
PointINR/NGN
2025-09-2516.7957
2025-10-0216.7357
2025-10-0916.5746
2025-10-1616.6487
2025-10-2316.6619
2025-10-3016.3603
2025-11-0616.2777
2025-11-1316.2568
2025-11-2016.3645
2025-11-2716.1946
2025-12-0416.1064
2025-12-1216.0127
2025-12-1916.2363
2025-12-2616.0930
2026-01-0216.0212
2026-01-0915.8042
2026-01-1615.6714
2026-01-2315.4549
2026-01-3015.1185
2026-02-0615.0868
2026-02-1314.9601
2026-02-2014.7808
2026-02-2714.8661
2026-03-0615.0850
2026-03-1315.0822
2026-03-2014.4616
2026-03-2714.6096
2026-04-0314.8706
2026-04-1014.6604
2026-04-1714.4457
2026-04-2414.3372
2026-05-0114.4400
2026-05-0814.4095
2026-05-1614.2981
2026-05-2414.2974
2026-05-3114.4628
2026-06-0914.2791
2026-06-1614.3644
2026-06-2314.4374
2026-06-3014.5756
2026-07-0714.4031
2026-07-1414.3616
2026-07-2114.3477
2026-07-2814.2559
2026-08-0414.2979
2026-08-1114.2951
2026-08-1814.1390
2026-08-2614.1153
2026-09-0214.0342
2026-09-0913.8888
2026-09-1613.8390
2026-09-2313.8385

High

16.7957

Low

13.8046

Average

15.0532

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/NGN API questions

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

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

How far back does INR/NGN historical data go?

Daily INR/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 INR/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.