Convert RUB to HRK
Russian Ruble → Croatian Kuna
1 RUB = 0.077723 HRK(1 HRK = 12.866202 RUB)
Currency converter
1 RUB =
0.077723 HRK
RUB to HRK: last 30 days
Over the last 30 days, 1 RUB traded between 0.074419 and 0.078395 HRK, averaging 0.076572 HRK. The RUB/HRK rate is up 2.68% since 2026-08-28.
- 30-day high
- 0.078395
- 2026-09-22
- 30-day low
- 0.074419
- 2026-09-03
- 30-day average
- 0.076572
- Days with data: 30
- 30-day change
- +2.68%
- since 2026-08-28
0.078395
0.0744192026-08-28 → 2026-09-26
| Date | 1 RUB in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 0.077723 | 0.00% |
| 2026-09-25 | 0.077723 | -0.52% |
| 2026-09-24 | 0.078128 | -0.26% |
| 2026-09-23 | 0.078328 | -0.09% |
| 2026-09-22 | 0.078395 | +0.51% |
| 2026-09-21 | 0.077997 | -0.02% |
| 2026-09-20 | 0.078012 | +0.37% |
| 2026-09-19 | 0.077727 | +0.14% |
| 2026-09-18 | 0.077622 | -0.53% |
| 2026-09-17 | 0.078035 | +0.66% |
| 2026-09-16 | 0.077527 | +0.31% |
| 2026-09-15 | 0.077285 | +0.30% |
| 2026-09-14 | 0.07705 | -0.03% |
| 2026-09-13 | 0.077073 | -0.11% |
| 2026-09-12 | 0.07716 | -0.25% |
| Date | 1 RUB in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 0.077351 | +1.55% |
| 2026-09-10 | 0.076169 | +0.94% |
| 2026-09-09 | 0.075458 | +0.40% |
| 2026-09-08 | 0.075158 | +0.31% |
| 2026-09-07 | 0.074926 | -0.00% |
| 2026-09-06 | 0.074929 | -0.88% |
| 2026-09-05 | 0.075592 | +1.06% |
| 2026-09-04 | 0.074801 | +0.51% |
| 2026-09-03 | 0.074419 | -0.70% |
| 2026-09-02 | 0.074945 | -0.37% |
| 2026-09-01 | 0.075225 | -0.51% |
| 2026-08-31 | 0.075611 | +0.01% |
| 2026-08-30 | 0.075606 | +0.16% |
| 2026-08-29 | 0.075486 | -0.27% |
| 2026-08-28 | 0.075694 | — |
RUB to HRK conversion table
1 RUB0.077723 HRK
5 RUB0.38862 HRK
10 RUB0.77723 HRK
25 RUB1.9431 HRK
50 RUB3.8862 HRK
100 RUB7.7723 HRK
500 RUB38.8615 HRK
1,000 RUB77.723 HRK
5,000 RUB388.6151 HRK
10,000 RUB777.2301 HRK
Get the RUB/HRK rate in your app
One GET request returns the latest RUB → HRK 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/HRK"fetch('https://rate-api.com/api/v1/pair/RUB/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/HRK');
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']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "HRK"
},
"rate": 0.0777,
"timestamp": 1790437897,
"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
HRK to RUBCroatian Kuna → Russian Ruble12.8662Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.