Convert ETB to RUB
Ethiopian Birr → Russian Ruble
1 ETB = 0.521387 RUB(1 RUB = 1.917961 ETB)
Currency converter
1 ETB =
0.52139 RUB
ETB to RUB: last 30 days
Over the last 30 days, 1 ETB traded between 0.51456 and 0.5375 RUB, averaging 0.5263 RUB. The ETB/RUB rate is down 0.46% since 2026-08-28.
- 30-day high
- 0.5375
- 2026-09-06
- 30-day low
- 0.51456
- 2026-09-22
- 30-day average
- 0.5263
- Days with data: 30
- 30-day change
- -0.46%
- since 2026-08-28
0.5375
0.514562026-08-28 → 2026-09-26
| Date | 1 ETB in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.52139 | 0.00% |
| 2026-09-25 | 0.52139 | +0.53% |
| 2026-09-24 | 0.51863 | -0.49% |
| 2026-09-23 | 0.52118 | +1.29% |
| 2026-09-22 | 0.51456 | -0.21% |
| 2026-09-21 | 0.51566 | -1.50% |
| 2026-09-20 | 0.52351 | -0.38% |
| 2026-09-19 | 0.52549 | +0.11% |
| 2026-09-18 | 0.52492 | +1.09% |
| 2026-09-17 | 0.51929 | -0.04% |
| 2026-09-16 | 0.51948 | -0.79% |
| 2026-09-15 | 0.52362 | -0.05% |
| 2026-09-14 | 0.5239 | +0.21% |
| 2026-09-13 | 0.52278 | +0.02% |
| 2026-09-12 | 0.52265 | +0.34% |
| Date | 1 ETB in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.52088 | -0.15% |
| 2026-09-10 | 0.52165 | -1.80% |
| 2026-09-09 | 0.53121 | -0.24% |
| 2026-09-08 | 0.53246 | -0.17% |
| 2026-09-07 | 0.53334 | -0.77% |
| 2026-09-06 | 0.5375 | +1.11% |
| 2026-09-05 | 0.53159 | -0.99% |
| 2026-09-04 | 0.53691 | +0.06% |
| 2026-09-03 | 0.53658 | +0.22% |
| 2026-09-02 | 0.53541 | +0.50% |
| 2026-09-01 | 0.53272 | +1.73% |
| 2026-08-31 | 0.52365 | -2.29% |
| 2026-08-30 | 0.53595 | -0.18% |
| 2026-08-29 | 0.53694 | +2.51% |
| 2026-08-28 | 0.52377 | — |
ETB to RUB conversion table
1 ETB0.52139 RUB
5 ETB2.6069 RUB
10 ETB5.2139 RUB
25 ETB13.0347 RUB
50 ETB26.0694 RUB
100 ETB52.1387 RUB
500 ETB260.6936 RUB
1,000 ETB521.3872 RUB
5,000 ETB2,606.9359 RUB
10,000 ETB5,213.8718 RUB
Get the ETB/RUB rate in your app
One GET request returns the latest ETB → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/ETB/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ETB = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ETB/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ETB = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ETB/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "ETB",
"to": "RUB"
},
"rate": 0.5214,
"timestamp": 1790432067,
"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
RUB to ETBRussian Ruble → Ethiopian Birr1.918Convert ETB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.