Convert RUB to ETB
Russian Ruble → Ethiopian Birr
1 RUB = 1.917961 ETB(1 ETB = 0.521387 RUB)
Currency converter
1 RUB =
1.918 ETB
RUB to ETB: last 30 days
Over the last 30 days, 1 RUB traded between 1.8605 and 1.9434 ETB, averaging 1.9004 ETB. The RUB/ETB rate is up 0.46% since 2026-08-28.
- 30-day high
- 1.9434
- 2026-09-22
- 30-day low
- 1.8605
- 2026-09-06
- 30-day average
- 1.9004
- Days with data: 30
- 30-day change
- +0.46%
- since 2026-08-28
1.9434
1.86052026-08-28 → 2026-09-26
| Date | 1 RUB in ETB | Daily change |
|---|---|---|
| 2026-09-26 | 1.918 | 0.00% |
| 2026-09-25 | 1.918 | -0.53% |
| 2026-09-24 | 1.9281 | +0.49% |
| 2026-09-23 | 1.9187 | -1.27% |
| 2026-09-22 | 1.9434 | +0.21% |
| 2026-09-21 | 1.9392 | +1.52% |
| 2026-09-20 | 1.9102 | +0.38% |
| 2026-09-19 | 1.903 | -0.11% |
| 2026-09-18 | 1.905 | -1.07% |
| 2026-09-17 | 1.9257 | +0.04% |
| 2026-09-16 | 1.925 | +0.80% |
| 2026-09-15 | 1.9098 | +0.05% |
| 2026-09-14 | 1.9088 | -0.21% |
| 2026-09-13 | 1.9129 | -0.02% |
| 2026-09-12 | 1.9133 | -0.34% |
| Date | 1 RUB in ETB | Daily change |
|---|---|---|
| 2026-09-11 | 1.9198 | +0.15% |
| 2026-09-10 | 1.917 | +1.83% |
| 2026-09-09 | 1.8825 | +0.24% |
| 2026-09-08 | 1.8781 | +0.17% |
| 2026-09-07 | 1.875 | +0.78% |
| 2026-09-06 | 1.8605 | -1.10% |
| 2026-09-05 | 1.8812 | +1.00% |
| 2026-09-04 | 1.8625 | -0.06% |
| 2026-09-03 | 1.8636 | -0.22% |
| 2026-09-02 | 1.8677 | -0.50% |
| 2026-09-01 | 1.8772 | -1.70% |
| 2026-08-31 | 1.9097 | +2.35% |
| 2026-08-30 | 1.8659 | +0.19% |
| 2026-08-29 | 1.8624 | -2.45% |
| 2026-08-28 | 1.9092 | — |
RUB to ETB conversion table
1 RUB1.918 ETB
5 RUB9.5898 ETB
10 RUB19.1796 ETB
25 RUB47.949 ETB
50 RUB95.898 ETB
100 RUB191.7961 ETB
500 RUB958.9802 ETB
1,000 RUB1,917.9605 ETB
5,000 RUB9,589.8024 ETB
10,000 RUB19,179.605 ETB
Get the RUB/ETB rate in your app
One GET request returns the latest RUB → 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/RUB/ETB"fetch('https://rate-api.com/api/v1/pair/RUB/ETB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ETB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ETB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ETB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ETB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} ETB\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ETB"
},
"rate": 1.918,
"timestamp": 1790429300,
"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 RUBEthiopian Birr → Russian Ruble0.52139Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.