Convert RUB to ERN
Russian Ruble → Eritrean Nakfa
1 RUB = 0.176443 ERN(1 ERN = 5.667538 RUB)
Currency converter
1 RUB =
0.17644 ERN
RUB to ERN: last 30 days
Over the last 30 days, 1 RUB traded between 0.17183 and 0.17909 ERN, averaging 0.17603 ERN. The RUB/ERN rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.17909
- 2026-09-22
- 30-day low
- 0.17183
- 2026-09-03
- 30-day average
- 0.17603
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.17909
0.171832026-08-28 → 2026-09-26
| Date | 1 RUB in ERN | Daily change |
|---|---|---|
| 2026-09-26 | 0.17644 | 0.00% |
| 2026-09-25 | 0.17644 | -0.20% |
| 2026-09-24 | 0.1768 | -0.64% |
| 2026-09-23 | 0.17794 | -0.64% |
| 2026-09-22 | 0.17909 | +0.49% |
| 2026-09-21 | 0.17822 | -0.09% |
| 2026-09-20 | 0.17839 | +0.37% |
| 2026-09-19 | 0.17773 | +0.12% |
| 2026-09-18 | 0.17752 | -0.32% |
| 2026-09-17 | 0.17809 | -0.04% |
| 2026-09-16 | 0.17815 | +0.37% |
| 2026-09-15 | 0.17749 | +0.03% |
| 2026-09-14 | 0.17744 | -0.30% |
| 2026-09-13 | 0.17797 | -0.11% |
| 2026-09-12 | 0.17817 | -0.27% |
| Date | 1 RUB in ERN | Daily change |
|---|---|---|
| 2026-09-11 | 0.17866 | +1.23% |
| 2026-09-10 | 0.17648 | +1.00% |
| 2026-09-09 | 0.17473 | +0.45% |
| 2026-09-08 | 0.17394 | +0.43% |
| 2026-09-07 | 0.17319 | -0.06% |
| 2026-09-06 | 0.17329 | -0.85% |
| 2026-09-05 | 0.17478 | +0.97% |
| 2026-09-04 | 0.17309 | +0.74% |
| 2026-09-03 | 0.17183 | -0.54% |
| 2026-09-02 | 0.17276 | -0.58% |
| 2026-09-01 | 0.17377 | -0.40% |
| 2026-08-31 | 0.17448 | +0.06% |
| 2026-08-30 | 0.17438 | +0.19% |
| 2026-08-29 | 0.17406 | -0.82% |
| 2026-08-28 | 0.1755 | — |
RUB to ERN conversion table
1 RUB0.17644 ERN
5 RUB0.88222 ERN
10 RUB1.7644 ERN
25 RUB4.4111 ERN
50 RUB8.8222 ERN
100 RUB17.6443 ERN
500 RUB88.2217 ERN
1,000 RUB176.4435 ERN
5,000 RUB882.2173 ERN
10,000 RUB1,764.4347 ERN
Get the RUB/ERN rate in your app
One GET request returns the latest RUB → ERN 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/ERN"fetch('https://rate-api.com/api/v1/pair/RUB/ERN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ERN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ERN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ERN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ERN');
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']} ERN\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ERN"
},
"rate": 0.1764,
"timestamp": 1790437511,
"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
ERN to RUBEritrean Nakfa → Russian Ruble5.6675Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.