Convert ERN to INR
Eritrean Nakfa → Indian Rupee
1 ERN = 6.387822 INR(1 INR = 0.156548 ERN)
Currency converter
1 ERN =
6.3878 INR
ERN to INR: last 30 days
Over the last 30 days, 1 ERN traded between 6.2993 and 6.3973 INR, averaging 6.3591 INR. The ERN/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 6.3973
- 2026-09-15
- 30-day low
- 6.2993
- 2026-09-03
- 30-day average
- 6.3591
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
6.3973
6.29932026-08-28 → 2026-09-26
| Date | 1 ERN in INR | Daily change |
|---|---|---|
| 2026-09-26 | 6.3878 | 0.00% |
| 2026-09-25 | 6.3878 | -0.15% |
| 2026-09-24 | 6.3973 | +0.23% |
| 2026-09-23 | 6.3827 | +0.16% |
| 2026-09-22 | 6.3727 | -0.24% |
| 2026-09-21 | 6.388 | -0.06% |
| 2026-09-20 | 6.392 | 0.00% |
| 2026-09-19 | 6.392 | -0.00% |
| 2026-09-18 | 6.392 | -0.06% |
| 2026-09-17 | 6.396 | -0.02% |
| 2026-09-16 | 6.3973 | 0.00% |
| 2026-09-15 | 6.3973 | +0.42% |
| 2026-09-14 | 6.3707 | 0.00% |
| 2026-09-13 | 6.3707 | 0.00% |
| 2026-09-12 | 6.3707 | 0.00% |
| Date | 1 ERN in INR | Daily change |
|---|---|---|
| 2026-09-11 | 6.3707 | +0.13% |
| 2026-09-10 | 6.3627 | +0.35% |
| 2026-09-09 | 6.3407 | +0.30% |
| 2026-09-08 | 6.322 | +0.36% |
| 2026-09-07 | 6.2993 | 0.00% |
| 2026-09-06 | 6.2993 | 0.00% |
| 2026-09-05 | 6.2993 | 0.00% |
| 2026-09-04 | 6.2993 | 0.00% |
| 2026-09-03 | 6.2993 | -0.51% |
| 2026-09-02 | 6.3313 | +0.02% |
| 2026-09-01 | 6.33 | -0.23% |
| 2026-08-31 | 6.3447 | -0.23% |
| 2026-08-30 | 6.3593 | 0.00% |
| 2026-08-29 | 6.3593 | 0.00% |
| 2026-08-28 | 6.3593 | — |
ERN to INR conversion table
1 ERN6.3878 INR
5 ERN31.9391 INR
10 ERN63.8782 INR
25 ERN159.6956 INR
50 ERN319.3911 INR
100 ERN638.7822 INR
500 ERN3,193.911 INR
1,000 ERN6,387.8219 INR
5,000 ERN31,939.11 INR
10,000 ERN63,878.219 INR
Get the ERN/INR rate in your app
One GET request returns the latest ERN → 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/ERN/INR"fetch('https://rate-api.com/api/v1/pair/ERN/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ERN = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ERN/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ERN = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ERN/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ERN = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ERN",
"to": "INR"
},
"rate": 6.3878,
"timestamp": 1790435159,
"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 ERNIndian Rupee → Eritrean Nakfa0.15655Convert ERN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.