Convert INR to NIO
Indian Rupee → Nicaraguan Córdoba
1 INR = 0.384015 NIO(1 NIO = 2.604066 INR)
Currency converter
1 INR =
0.38401 NIO
INR to NIO: last 30 days
Over the last 30 days, 1 INR traded between 0.3824 and 0.38951 NIO, averaging 0.38533 NIO. The INR/NIO rate is down 0.36% since 2026-08-28.
- 30-day high
- 0.38951
- 2026-09-07
- 30-day low
- 0.3824
- 2026-09-17
- 30-day average
- 0.38533
- Days with data: 30
- 30-day change
- -0.36%
- since 2026-08-28
0.38951
0.38242026-08-28 → 2026-09-26
| Date | 1 INR in NIO | Daily change |
|---|---|---|
| 2026-09-26 | 0.38401 | 0.00% |
| 2026-09-25 | 0.38401 | -0.02% |
| 2026-09-24 | 0.38407 | -0.14% |
| 2026-09-23 | 0.38462 | +0.13% |
| 2026-09-22 | 0.38413 | +0.16% |
| 2026-09-21 | 0.38353 | +0.11% |
| 2026-09-20 | 0.38309 | -0.18% |
| 2026-09-19 | 0.38378 | +0.35% |
| 2026-09-18 | 0.38246 | +0.01% |
| 2026-09-17 | 0.3824 | -0.04% |
| 2026-09-16 | 0.38255 | -0.05% |
| 2026-09-15 | 0.38274 | -0.39% |
| 2026-09-14 | 0.38425 | +0.20% |
| 2026-09-13 | 0.3835 | +0.19% |
| 2026-09-12 | 0.38277 | -0.47% |
| Date | 1 INR in NIO | Daily change |
|---|---|---|
| 2026-09-11 | 0.38457 | -0.16% |
| 2026-09-10 | 0.38521 | -0.33% |
| 2026-09-09 | 0.3865 | -0.40% |
| 2026-09-08 | 0.38806 | -0.37% |
| 2026-09-07 | 0.38951 | +0.26% |
| 2026-09-06 | 0.38848 | -0.24% |
| 2026-09-05 | 0.38943 | +0.02% |
| 2026-09-04 | 0.38935 | +0.05% |
| 2026-09-03 | 0.38917 | +0.56% |
| 2026-09-02 | 0.38702 | -0.14% |
| 2026-09-01 | 0.38756 | +0.16% |
| 2026-08-31 | 0.38693 | +0.61% |
| 2026-08-30 | 0.38459 | -0.40% |
| 2026-08-29 | 0.38614 | +0.19% |
| 2026-08-28 | 0.3854 | — |
INR to NIO conversion table
1 INR0.38401 NIO
5 INR1.9201 NIO
10 INR3.8401 NIO
25 INR9.6004 NIO
50 INR19.2007 NIO
100 INR38.4015 NIO
500 INR192.0074 NIO
1,000 INR384.0148 NIO
5,000 INR1,920.0739 NIO
10,000 INR3,840.1479 NIO
Get the INR/NIO rate in your app
One GET request returns the latest INR → NIO 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/INR/NIO"fetch('https://rate-api.com/api/v1/pair/INR/NIO', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} NIO`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/NIO",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} NIO")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/NIO');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} NIO\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "NIO"
},
"rate": 0.384,
"timestamp": 1790437796,
"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
NIO to INRNicaraguan Córdoba → Indian Rupee2.6041Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.