Convert HNL to RUB
Honduran Lempira → Russian Ruble
1 HNL = 3.168055 RUB(1 RUB = 0.315651 HNL)
Currency converter
1 HNL =
3.1681 RUB
HNL to RUB: last 30 days
Over the last 30 days, 1 HNL traded between 3.1164 and 3.2558 RUB, averaging 3.1727 RUB. The HNL/RUB rate is down 0.52% since 2026-08-28.
- 30-day high
- 3.2558
- 2026-09-03
- 30-day low
- 3.1164
- 2026-09-22
- 30-day average
- 3.1727
- Days with data: 30
- 30-day change
- -0.52%
- since 2026-08-28
3.2558
3.11642026-08-28 → 2026-09-26
| Date | 1 HNL in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 3.1681 | 0.00% |
| 2026-09-25 | 3.1681 | +0.37% |
| 2026-09-24 | 3.1565 | +0.58% |
| 2026-09-23 | 3.1383 | +0.70% |
| 2026-09-22 | 3.1164 | -0.54% |
| 2026-09-21 | 3.1332 | +0.27% |
| 2026-09-20 | 3.1248 | -0.36% |
| 2026-09-19 | 3.1361 | -0.09% |
| 2026-09-18 | 3.1389 | +0.17% |
| 2026-09-17 | 3.1336 | -0.00% |
| 2026-09-16 | 3.1338 | -0.37% |
| 2026-09-15 | 3.1454 | -0.19% |
| 2026-09-14 | 3.1515 | +0.59% |
| 2026-09-13 | 3.133 | -0.10% |
| 2026-09-12 | 3.1363 | +0.23% |
| Date | 1 HNL in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 3.1292 | -1.21% |
| 2026-09-10 | 3.1677 | -1.03% |
| 2026-09-09 | 3.2007 | -0.41% |
| 2026-09-08 | 3.2137 | -0.42% |
| 2026-09-07 | 3.2272 | +0.24% |
| 2026-09-06 | 3.2194 | +0.86% |
| 2026-09-05 | 3.192 | -1.02% |
| 2026-09-04 | 3.2249 | -0.95% |
| 2026-09-03 | 3.2558 | +0.73% |
| 2026-09-02 | 3.2324 | +0.60% |
| 2026-09-01 | 3.2131 | +0.36% |
| 2026-08-31 | 3.2016 | +0.07% |
| 2026-08-30 | 3.1994 | -0.19% |
| 2026-08-29 | 3.2054 | +0.66% |
| 2026-08-28 | 3.1845 | — |
HNL to RUB conversion table
1 HNL3.1681 RUB
5 HNL15.8403 RUB
10 HNL31.6806 RUB
25 HNL79.2014 RUB
50 HNL158.4028 RUB
100 HNL316.8055 RUB
500 HNL1,584.0275 RUB
1,000 HNL3,168.055 RUB
5,000 HNL15,840.275 RUB
10,000 HNL31,680.55 RUB
Get the HNL/RUB rate in your app
One GET request returns the latest HNL → 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/HNL/RUB"fetch('https://rate-api.com/api/v1/pair/HNL/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HNL = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HNL/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HNL = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HNL/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HNL = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "HNL",
"to": "RUB"
},
"rate": 3.1681,
"timestamp": 1790435135,
"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 HNLRussian Ruble → Honduran Lempira0.31565Convert HNL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.