Convert RUB to HNL
Russian Ruble → Honduran Lempira
1 RUB = 0.315651 HNL(1 HNL = 3.168055 RUB)
Currency converter
1 RUB =
0.31565 HNL
RUB to HNL: last 30 days
Over the last 30 days, 1 RUB traded between 0.30714 and 0.32089 HNL, averaging 0.31524 HNL. The RUB/HNL rate is up 0.52% since 2026-08-28.
- 30-day high
- 0.32089
- 2026-09-22
- 30-day low
- 0.30714
- 2026-09-03
- 30-day average
- 0.31524
- Days with data: 30
- 30-day change
- +0.52%
- since 2026-08-28
0.32089
0.307142026-08-28 → 2026-09-26
| Date | 1 RUB in HNL | Daily change |
|---|---|---|
| 2026-09-26 | 0.31565 | 0.00% |
| 2026-09-25 | 0.31565 | -0.36% |
| 2026-09-24 | 0.3168 | -0.58% |
| 2026-09-23 | 0.31864 | -0.70% |
| 2026-09-22 | 0.32089 | +0.54% |
| 2026-09-21 | 0.31916 | -0.27% |
| 2026-09-20 | 0.32002 | +0.36% |
| 2026-09-19 | 0.31886 | +0.09% |
| 2026-09-18 | 0.31858 | -0.17% |
| 2026-09-17 | 0.31912 | +0.00% |
| 2026-09-16 | 0.3191 | +0.37% |
| 2026-09-15 | 0.31792 | +0.19% |
| 2026-09-14 | 0.31731 | -0.59% |
| 2026-09-13 | 0.31918 | +0.10% |
| 2026-09-12 | 0.31885 | -0.22% |
| Date | 1 RUB in HNL | Daily change |
|---|---|---|
| 2026-09-11 | 0.31957 | +1.23% |
| 2026-09-10 | 0.31569 | +1.04% |
| 2026-09-09 | 0.31244 | +0.41% |
| 2026-09-08 | 0.31116 | +0.42% |
| 2026-09-07 | 0.30987 | -0.24% |
| 2026-09-06 | 0.31061 | -0.85% |
| 2026-09-05 | 0.31328 | +1.03% |
| 2026-09-04 | 0.31009 | +0.96% |
| 2026-09-03 | 0.30714 | -0.72% |
| 2026-09-02 | 0.30937 | -0.60% |
| 2026-09-01 | 0.31123 | -0.36% |
| 2026-08-31 | 0.31234 | -0.07% |
| 2026-08-30 | 0.31256 | +0.19% |
| 2026-08-29 | 0.31197 | -0.65% |
| 2026-08-28 | 0.31402 | — |
RUB to HNL conversion table
1 RUB0.31565 HNL
5 RUB1.5783 HNL
10 RUB3.1565 HNL
25 RUB7.8913 HNL
50 RUB15.7826 HNL
100 RUB31.5651 HNL
500 RUB157.8255 HNL
1,000 RUB315.6511 HNL
5,000 RUB1,578.2554 HNL
10,000 RUB3,156.5109 HNL
Get the RUB/HNL rate in your app
One GET request returns the latest RUB → HNL 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/HNL"fetch('https://rate-api.com/api/v1/pair/RUB/HNL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} HNL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/HNL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} HNL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/HNL');
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']} HNL\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "HNL"
},
"rate": 0.3157,
"timestamp": 1790429400,
"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
HNL to RUBHonduran Lempira → Russian Ruble3.1681Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.