Convert ETB to INR
Ethiopian Birr → Indian Rupee
1 ETB = 0.58765 INR(1 INR = 1.701693 ETB)
Currency converter
1 ETB =
0.58765 INR
ETB to INR: last 30 days
Over the last 30 days, 1 ETB traded between 0.57969 and 0.59699 INR, averaging 0.58904 INR. The ETB/INR rate is up 0.53% since 2026-08-28.
- 30-day high
- 0.59699
- 2026-09-19
- 30-day low
- 0.57969
- 2026-08-31
- 30-day average
- 0.58904
- Days with data: 30
- 30-day change
- +0.53%
- since 2026-08-28
0.59699
0.579692026-08-28 → 2026-09-26
| Date | 1 ETB in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.58765 | 0.00% |
| 2026-09-25 | 0.58765 | +0.18% |
| 2026-09-24 | 0.58661 | -0.90% |
| 2026-09-23 | 0.59193 | +0.80% |
| 2026-09-22 | 0.58725 | +0.03% |
| 2026-09-21 | 0.58707 | -1.65% |
| 2026-09-20 | 0.59695 | -0.01% |
| 2026-09-19 | 0.59699 | +0.23% |
| 2026-09-18 | 0.59562 | +0.70% |
| 2026-09-17 | 0.59149 | -0.09% |
| 2026-09-16 | 0.59205 | -0.42% |
| 2026-09-15 | 0.59456 | +0.39% |
| 2026-09-14 | 0.59223 | -0.08% |
| 2026-09-13 | 0.59271 | -0.09% |
| 2026-09-12 | 0.59323 | +0.07% |
| Date | 1 ETB in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.59284 | +1.21% |
| 2026-09-10 | 0.58575 | -0.47% |
| 2026-09-09 | 0.58852 | +0.51% |
| 2026-09-08 | 0.58552 | +0.63% |
| 2026-09-07 | 0.58186 | -0.83% |
| 2026-09-06 | 0.58675 | +0.25% |
| 2026-09-05 | 0.58527 | -0.03% |
| 2026-09-04 | 0.58543 | +0.80% |
| 2026-09-03 | 0.58079 | -0.83% |
| 2026-09-02 | 0.58563 | -0.06% |
| 2026-09-01 | 0.58598 | +1.09% |
| 2026-08-31 | 0.57969 | -2.46% |
| 2026-08-30 | 0.59433 | +0.00% |
| 2026-08-29 | 0.59433 | +1.67% |
| 2026-08-28 | 0.58456 | — |
ETB to INR conversion table
1 ETB0.58765 INR
5 ETB2.9382 INR
10 ETB5.8765 INR
25 ETB14.6913 INR
50 ETB29.3825 INR
100 ETB58.765 INR
500 ETB293.825 INR
1,000 ETB587.65 INR
5,000 ETB2,938.2499 INR
10,000 ETB5,876.4998 INR
Get the ETB/INR rate in your app
One GET request returns the latest ETB → 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/ETB/INR"fetch('https://rate-api.com/api/v1/pair/ETB/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ETB = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ETB/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ETB = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ETB/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ETB = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ETB",
"to": "INR"
},
"rate": 0.5876,
"timestamp": 1790435150,
"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 ETBIndian Rupee → Ethiopian Birr1.7017Convert ETB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.