Convert EUR to HRK
Euro → Croatian Kuna
1 EUR = 7.5345 HRK(1 HRK = 0.132723 EUR)
Currency converter
1 EUR =
7.5345 HRK
EUR to HRK: last 30 days
Over the last 30 days, 1 EUR traded between 7.5166 and 7.5741 HRK, averaging 7.5352 HRK. The EUR/HRK rate is up 0.03% since 2026-08-28.
- 30-day high
- 7.5741
- 2026-08-29
- 30-day low
- 7.5166
- 2026-09-18
- 30-day average
- 7.5352
- Days with data: 30
- 30-day change
- +0.03%
- since 2026-08-28
7.5741
7.51662026-08-28 → 2026-09-26
| Date | 1 EUR in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 7.5345 | 0.00% |
| 2026-09-25 | 7.5345 | 0.00% |
| 2026-09-24 | 7.5345 | 0.00% |
| 2026-09-23 | 7.5345 | +0.10% |
| 2026-09-22 | 7.5269 | -0.21% |
| 2026-09-21 | 7.5428 | +0.34% |
| 2026-09-20 | 7.5173 | -0.00% |
| 2026-09-19 | 7.5177 | +0.01% |
| 2026-09-18 | 7.5166 | -0.39% |
| 2026-09-17 | 7.5463 | +0.20% |
| 2026-09-16 | 7.5309 | -0.08% |
| 2026-09-15 | 7.5366 | +0.17% |
| 2026-09-14 | 7.5236 | -0.09% |
| 2026-09-13 | 7.5302 | -0.00% |
| 2026-09-12 | 7.5304 | +0.03% |
| Date | 1 EUR in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 7.5284 | +0.11% |
| 2026-09-10 | 7.5203 | -0.37% |
| 2026-09-09 | 7.548 | +0.27% |
| 2026-09-08 | 7.5275 | -0.19% |
| 2026-09-07 | 7.542 | +0.06% |
| 2026-09-06 | 7.5378 | -0.03% |
| 2026-09-05 | 7.5398 | +0.08% |
| 2026-09-04 | 7.5335 | -0.16% |
| 2026-09-03 | 7.5458 | +0.16% |
| 2026-09-02 | 7.5338 | +0.11% |
| 2026-09-01 | 7.5259 | -0.16% |
| 2026-08-31 | 7.5377 | -0.45% |
| 2026-08-30 | 7.572 | -0.03% |
| 2026-08-29 | 7.5741 | +0.55% |
| 2026-08-28 | 7.5325 | — |
EUR to HRK conversion table
1 EUR7.5345 HRK
5 EUR37.6725 HRK
10 EUR75.345 HRK
25 EUR188.3625 HRK
50 EUR376.725 HRK
100 EUR753.45 HRK
500 EUR3,767.25 HRK
1,000 EUR7,534.5 HRK
5,000 EUR37,672.5 HRK
10,000 EUR75,345 HRK
Get the EUR/HRK rate in your app
One GET request returns the latest EUR → 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/EUR/HRK"fetch('https://rate-api.com/api/v1/pair/EUR/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/HRK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "HRK"
},
"rate": 7.5345,
"timestamp": 1790437767,
"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 EURCroatian Kuna → Euro0.13272Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.