Convert HRK to GBP
Croatian Kuna → British Pound
1 HRK = 0.114201 GBP(1 GBP = 8.756465 HRK)
Currency converter
1 HRK =
0.1142 GBP
HRK to GBP: last 30 days
Over the last 30 days, 1 HRK traded between 0.11317 and 0.11425 GBP, averaging 0.11391 GBP. The HRK/GBP rate is up 0.35% since 2026-08-28.
- 30-day high
- 0.11425
- 2026-09-18
- 30-day low
- 0.11317
- 2026-08-29
- 30-day average
- 0.11391
- Days with data: 30
- 30-day change
- +0.35%
- since 2026-08-28
0.11425
0.113172026-08-28 → 2026-09-26
| Date | 1 HRK in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.1142 | 0.00% |
| 2026-09-25 | 0.1142 | +0.07% |
| 2026-09-24 | 0.11412 | +0.04% |
| 2026-09-23 | 0.11408 | +0.10% |
| 2026-09-22 | 0.11397 | +0.21% |
| 2026-09-21 | 0.11372 | -0.45% |
| 2026-09-20 | 0.11424 | +0.00% |
| 2026-09-19 | 0.11424 | -0.01% |
| 2026-09-18 | 0.11425 | +0.45% |
| 2026-09-17 | 0.11374 | -0.10% |
| 2026-09-16 | 0.11385 | +0.26% |
| 2026-09-15 | 0.11355 | -0.19% |
| 2026-09-14 | 0.11377 | -0.17% |
| 2026-09-13 | 0.11396 | +0.00% |
| 2026-09-12 | 0.11396 | -0.03% |
| Date | 1 HRK in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.11399 | -0.22% |
| 2026-09-10 | 0.11425 | +0.39% |
| 2026-09-09 | 0.1138 | -0.09% |
| 2026-09-08 | 0.1139 | +0.01% |
| 2026-09-07 | 0.11389 | -0.06% |
| 2026-09-06 | 0.11396 | +0.03% |
| 2026-09-05 | 0.11393 | -0.08% |
| 2026-09-04 | 0.11402 | -0.02% |
| 2026-09-03 | 0.11404 | +0.06% |
| 2026-09-02 | 0.11398 | +0.15% |
| 2026-09-01 | 0.11381 | +0.17% |
| 2026-08-31 | 0.11363 | +0.37% |
| 2026-08-30 | 0.11321 | +0.03% |
| 2026-08-29 | 0.11317 | -0.55% |
| 2026-08-28 | 0.1138 | — |
HRK to GBP conversion table
1 HRK0.1142 GBP
5 HRK0.57101 GBP
10 HRK1.142 GBP
25 HRK2.855 GBP
50 HRK5.7101 GBP
100 HRK11.4201 GBP
500 HRK57.1007 GBP
1,000 HRK114.2013 GBP
5,000 HRK571.0067 GBP
10,000 HRK1,142.0134 GBP
Get the HRK/GBP rate in your app
One GET request returns the latest HRK → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/HRK/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HRK = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HRK/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HRK = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HRK/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "HRK",
"to": "GBP"
},
"rate": 0.1142,
"timestamp": 1790435169,
"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
GBP to HRKBritish Pound → Croatian Kuna8.7565Convert HRK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.