Convert HRK to RUB
Croatian Kuna → Russian Ruble
1 HRK = 12.866202 RUB(1 RUB = 0.077723 HRK)
Currency converter
1 HRK =
12.8662 RUB
HRK to RUB: last 30 days
Over the last 30 days, 1 HRK traded between 12.7559 and 13.4374 RUB, averaging 13.0633 RUB. The HRK/RUB rate is down 2.61% since 2026-08-28.
- 30-day high
- 13.4374
- 2026-09-03
- 30-day low
- 12.7559
- 2026-09-22
- 30-day average
- 13.0633
- Days with data: 30
- 30-day change
- -2.61%
- since 2026-08-28
13.4374
12.75592026-08-28 → 2026-09-26
| Date | 1 HRK in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 12.8662 | 0.00% |
| 2026-09-25 | 12.8662 | +0.52% |
| 2026-09-24 | 12.7995 | +0.26% |
| 2026-09-23 | 12.7669 | +0.09% |
| 2026-09-22 | 12.7559 | -0.51% |
| 2026-09-21 | 12.821 | +0.02% |
| 2026-09-20 | 12.8185 | -0.37% |
| 2026-09-19 | 12.8655 | -0.14% |
| 2026-09-18 | 12.883 | +0.53% |
| 2026-09-17 | 12.8148 | -0.65% |
| 2026-09-16 | 12.8988 | -0.31% |
| 2026-09-15 | 12.9391 | -0.30% |
| 2026-09-14 | 12.9785 | +0.03% |
| 2026-09-13 | 12.9748 | +0.11% |
| 2026-09-12 | 12.96 | +0.25% |
| Date | 1 HRK in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 12.928 | -1.53% |
| 2026-09-10 | 13.1287 | -0.93% |
| 2026-09-09 | 13.2525 | -0.40% |
| 2026-09-08 | 13.3053 | -0.31% |
| 2026-09-07 | 13.3465 | +0.00% |
| 2026-09-06 | 13.3459 | +0.88% |
| 2026-09-05 | 13.2289 | -1.05% |
| 2026-09-04 | 13.3689 | -0.51% |
| 2026-09-03 | 13.4374 | +0.71% |
| 2026-09-02 | 13.3432 | +0.37% |
| 2026-09-01 | 13.2934 | +0.51% |
| 2026-08-31 | 13.2257 | -0.01% |
| 2026-08-30 | 13.2265 | -0.16% |
| 2026-08-29 | 13.2475 | +0.28% |
| 2026-08-28 | 13.2111 | — |
HRK to RUB conversion table
1 HRK12.8662 RUB
5 HRK64.331 RUB
10 HRK128.662 RUB
25 HRK321.6551 RUB
50 HRK643.3101 RUB
100 HRK1,286.6202 RUB
500 HRK6,433.101 RUB
1,000 HRK12,866.202 RUB
5,000 HRK64,331.01 RUB
10,000 HRK128,662.02 RUB
Get the HRK/RUB rate in your app
One GET request returns the latest HRK → 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/HRK/RUB"fetch('https://rate-api.com/api/v1/pair/HRK/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HRK = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HRK/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HRK = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HRK/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HRK = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "HRK",
"to": "RUB"
},
"rate": 12.8662,
"timestamp": 1790435067,
"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 HRKRussian Ruble → Croatian Kuna0.077723Convert HRK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.