Convert NGN to INR
Nigerian Naira → Indian Rupee
1 NGN = 0.0722136 INR(1 INR = 13.847816 NGN)
Currency converter
1 NGN =
0.072214 INR
NGN to INR: last 30 days
Over the last 30 days, 1 NGN traded between 0.070675 and 0.072472 INR, averaging 0.071768 INR. The NGN/INR rate is up 1.63% since 2026-08-28.
- 30-day high
- 0.072472
- 2026-09-15
- 30-day low
- 0.070675
- 2026-08-31
- 30-day average
- 0.071768
- Days with data: 30
- 30-day change
- +1.63%
- since 2026-08-28
0.072472
0.0706752026-08-28 → 2026-09-26
| Date | 1 NGN in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.072214 | 0.00% |
| 2026-09-25 | 0.072214 | -0.17% |
| 2026-09-24 | 0.072333 | +0.10% |
| 2026-09-23 | 0.072262 | +0.26% |
| 2026-09-22 | 0.072072 | +0.09% |
| 2026-09-21 | 0.072011 | +0.03% |
| 2026-09-20 | 0.071991 | +0.00% |
| 2026-09-19 | 0.07199 | +0.01% |
| 2026-09-18 | 0.07198 | -0.23% |
| 2026-09-17 | 0.072147 | -0.15% |
| 2026-09-16 | 0.072256 | -0.30% |
| 2026-09-15 | 0.072472 | +0.51% |
| 2026-09-14 | 0.072106 | +0.12% |
| 2026-09-13 | 0.072018 | -0.03% |
| 2026-09-12 | 0.07204 | +0.01% |
| Date | 1 NGN in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.072034 | -0.13% |
| 2026-09-10 | 0.072126 | +0.18% |
| 2026-09-09 | 0.072 | +0.36% |
| 2026-09-08 | 0.071742 | +0.37% |
| 2026-09-07 | 0.071476 | -0.03% |
| 2026-09-06 | 0.071497 | +0.04% |
| 2026-09-05 | 0.071469 | +0.11% |
| 2026-09-04 | 0.071389 | +0.32% |
| 2026-09-03 | 0.071158 | -0.13% |
| 2026-09-02 | 0.071251 | +0.42% |
| 2026-09-01 | 0.070956 | +0.40% |
| 2026-08-31 | 0.070675 | -0.54% |
| 2026-08-30 | 0.071061 | +0.04% |
| 2026-08-29 | 0.071033 | -0.03% |
| 2026-08-28 | 0.071053 | — |
NGN to INR conversion table
1 NGN0.072214 INR
5 NGN0.36107 INR
10 NGN0.72214 INR
25 NGN1.8053 INR
50 NGN3.6107 INR
100 NGN7.2214 INR
500 NGN36.1068 INR
1,000 NGN72.2136 INR
5,000 NGN361.0678 INR
10,000 NGN722.1355 INR
Get the NGN/INR rate in your app
One GET request returns the latest NGN → INR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/NGN/INR"fetch('https://rate-api.com/api/v1/pair/NGN/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NGN = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NGN/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NGN = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NGN/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NGN = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "NGN",
"to": "INR"
},
"rate": 0.0722,
"timestamp": 1790432207,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
INR to NGNIndian Rupee → Nigerian Naira13.8478Convert NGN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.