Convert INR to ERN
Indian Rupee → Eritrean Nakfa
1 INR = 0.156548 ERN(1 ERN = 6.387822 INR)
Currency converter
1 INR =
0.15655 ERN
INR to ERN: last 30 days
Over the last 30 days, 1 INR traded between 0.15632 and 0.15875 ERN, averaging 0.15724 ERN. The INR/ERN rate is down 0.45% since 2026-08-29.
- 30-day high
- 0.15875
- 2026-09-03
- 30-day low
- 0.15632
- 2026-09-15
- 30-day average
- 0.15724
- Days with data: 30
- 30-day change
- -0.45%
- since 2026-08-29
0.15875
0.156322026-08-29 → 2026-09-27
| Date | 1 INR in ERN | Daily change |
|---|---|---|
| 2026-09-27 | 0.15655 | 0.00% |
| 2026-09-26 | 0.15655 | 0.00% |
| 2026-09-25 | 0.15655 | +0.15% |
| 2026-09-24 | 0.15632 | -0.23% |
| 2026-09-23 | 0.15667 | -0.16% |
| 2026-09-22 | 0.15692 | +0.24% |
| 2026-09-21 | 0.15654 | +0.06% |
| 2026-09-20 | 0.15645 | 0.00% |
| 2026-09-19 | 0.15645 | +0.00% |
| 2026-09-18 | 0.15645 | +0.06% |
| 2026-09-17 | 0.15635 | +0.02% |
| 2026-09-16 | 0.15632 | 0.00% |
| 2026-09-15 | 0.15632 | -0.42% |
| 2026-09-14 | 0.15697 | 0.00% |
| 2026-09-13 | 0.15697 | 0.00% |
| Date | 1 INR in ERN | Daily change |
|---|---|---|
| 2026-09-12 | 0.15697 | 0.00% |
| 2026-09-11 | 0.15697 | -0.13% |
| 2026-09-10 | 0.15717 | -0.35% |
| 2026-09-09 | 0.15771 | -0.29% |
| 2026-09-08 | 0.15818 | -0.36% |
| 2026-09-07 | 0.15875 | 0.00% |
| 2026-09-06 | 0.15875 | 0.00% |
| 2026-09-05 | 0.15875 | 0.00% |
| 2026-09-04 | 0.15875 | 0.00% |
| 2026-09-03 | 0.15875 | +0.51% |
| 2026-09-02 | 0.15794 | -0.02% |
| 2026-09-01 | 0.15798 | +0.23% |
| 2026-08-31 | 0.15761 | +0.23% |
| 2026-08-30 | 0.15725 | 0.00% |
| 2026-08-29 | 0.15725 | — |
INR to ERN conversion table
1 INR0.15655 ERN
5 INR0.78274 ERN
10 INR1.5655 ERN
25 INR3.9137 ERN
50 INR7.8274 ERN
100 INR15.6548 ERN
500 INR78.2739 ERN
1,000 INR156.5479 ERN
5,000 INR782.7394 ERN
10,000 INR1,565.4788 ERN
Get the INR/ERN rate in your app
One GET request returns the latest INR → ERN 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/ERN"fetch('https://rate-api.com/api/v1/pair/INR/ERN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ERN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ERN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ERN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ERN');
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']} ERN\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ERN"
},
"rate": 0.1565,
"timestamp": 1790490081,
"date": "2026-09-27"
}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
ERN to INREritrean Nakfa → Indian Rupee6.3878Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.