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: show the values
| Point | INR/NGN |
|---|---|
| 2025-09-25 | 16.7957 |
| 2025-10-02 | 16.7357 |
| 2025-10-09 | 16.5746 |
| 2025-10-16 | 16.6487 |
| 2025-10-23 | 16.6619 |
| 2025-10-30 | 16.3603 |
| 2025-11-06 | 16.2777 |
| 2025-11-13 | 16.2568 |
| 2025-11-20 | 16.3645 |
| 2025-11-27 | 16.1946 |
| 2025-12-04 | 16.1064 |
| 2025-12-12 | 16.0127 |
| 2025-12-19 | 16.2363 |
| 2025-12-26 | 16.0930 |
| 2026-01-02 | 16.0212 |
| 2026-01-09 | 15.8042 |
| 2026-01-16 | 15.6714 |
| 2026-01-23 | 15.4549 |
| 2026-01-30 | 15.1185 |
| 2026-02-06 | 15.0868 |
| 2026-02-13 | 14.9601 |
| 2026-02-20 | 14.7808 |
| 2026-02-27 | 14.8661 |
| 2026-03-06 | 15.0850 |
| 2026-03-13 | 15.0822 |
| 2026-03-20 | 14.4616 |
| 2026-03-27 | 14.6096 |
| 2026-04-03 | 14.8706 |
| 2026-04-10 | 14.6604 |
| 2026-04-17 | 14.4457 |
| 2026-04-24 | 14.3372 |
| 2026-05-01 | 14.4400 |
| 2026-05-08 | 14.4095 |
| 2026-05-16 | 14.2981 |
| 2026-05-24 | 14.2974 |
| 2026-05-31 | 14.4628 |
| 2026-06-09 | 14.2791 |
| 2026-06-16 | 14.3644 |
| 2026-06-23 | 14.4374 |
| 2026-06-30 | 14.5756 |
| 2026-07-07 | 14.4031 |
| 2026-07-14 | 14.3616 |
| 2026-07-21 | 14.3477 |
| 2026-07-28 | 14.2559 |
| 2026-08-04 | 14.2979 |
| 2026-08-11 | 14.2951 |
| 2026-08-18 | 14.1390 |
| 2026-08-26 | 14.1153 |
| 2026-09-02 | 14.0342 |
| 2026-09-09 | 13.8888 |
| 2026-09-16 | 13.8390 |
| 2026-09-23 | 13.8385 |
High
16.7957
Low
13.8046
Average
15.0532
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.