Convert INR to ETB
Indian Rupee → Ethiopian Birr
1 INR = 1.701693 ETB(1 ETB = 0.58765 INR)
Currency converter
1 INR =
1.7017 ETB
INR to ETB: last 30 days
Over the last 30 days, 1 INR traded between 1.6751 and 1.7251 ETB, averaging 1.6978 ETB. The INR/ETB rate is down 0.53% since 2026-08-28.
- 30-day high
- 1.7251
- 2026-08-31
- 30-day low
- 1.6751
- 2026-09-19
- 30-day average
- 1.6978
- Days with data: 30
- 30-day change
- -0.53%
- since 2026-08-28
1.7251
1.67512026-08-28 → 2026-09-26
| Date | 1 INR in ETB | Daily change |
|---|---|---|
| 2026-09-26 | 1.7017 | 0.00% |
| 2026-09-25 | 1.7017 | -0.18% |
| 2026-09-24 | 1.7047 | +0.91% |
| 2026-09-23 | 1.6894 | -0.79% |
| 2026-09-22 | 1.7029 | -0.03% |
| 2026-09-21 | 1.7034 | +1.68% |
| 2026-09-20 | 1.6752 | +0.01% |
| 2026-09-19 | 1.6751 | -0.23% |
| 2026-09-18 | 1.6789 | -0.69% |
| 2026-09-17 | 1.6907 | +0.09% |
| 2026-09-16 | 1.6891 | +0.42% |
| 2026-09-15 | 1.6819 | -0.39% |
| 2026-09-14 | 1.6885 | +0.08% |
| 2026-09-13 | 1.6872 | +0.09% |
| 2026-09-12 | 1.6857 | -0.07% |
| Date | 1 INR in ETB | Daily change |
|---|---|---|
| 2026-09-11 | 1.6868 | -1.20% |
| 2026-09-10 | 1.7072 | +0.47% |
| 2026-09-09 | 1.6992 | -0.51% |
| 2026-09-08 | 1.7079 | -0.63% |
| 2026-09-07 | 1.7186 | +0.84% |
| 2026-09-06 | 1.7043 | -0.25% |
| 2026-09-05 | 1.7086 | +0.03% |
| 2026-09-04 | 1.7081 | -0.79% |
| 2026-09-03 | 1.7218 | +0.83% |
| 2026-09-02 | 1.7075 | +0.06% |
| 2026-09-01 | 1.7065 | -1.07% |
| 2026-08-31 | 1.7251 | +2.53% |
| 2026-08-30 | 1.6826 | -0.00% |
| 2026-08-29 | 1.6826 | -1.64% |
| 2026-08-28 | 1.7107 | — |
INR to ETB conversion table
1 INR1.7017 ETB
5 INR8.5085 ETB
10 INR17.0169 ETB
25 INR42.5423 ETB
50 INR85.0847 ETB
100 INR170.1693 ETB
500 INR850.8466 ETB
1,000 INR1,701.6932 ETB
5,000 INR8,508.4662 ETB
10,000 INR17,016.932 ETB
Get the INR/ETB rate in your app
One GET request returns the latest INR → ETB 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/ETB"fetch('https://rate-api.com/api/v1/pair/INR/ETB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ETB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ETB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ETB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ETB');
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']} ETB\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ETB"
},
"rate": 1.7017,
"timestamp": 1790429423,
"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
ETB to INREthiopian Birr → Indian Rupee0.58765Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.