Convert GBP to HRK
British Pound → Croatian Kuna
1 GBP = 8.756465 HRK(1 HRK = 0.114201 GBP)
Currency converter
1 GBP =
8.7565 HRK
GBP to HRK: last 30 days
Over the last 30 days, 1 GBP traded between 8.7524 and 8.8359 HRK, averaging 8.7791 HRK. The GBP/HRK rate is down 0.35% since 2026-08-28.
- 30-day high
- 8.8359
- 2026-08-29
- 30-day low
- 8.7524
- 2026-09-18
- 30-day average
- 8.7791
- Days with data: 30
- 30-day change
- -0.35%
- since 2026-08-28
8.8359
8.75242026-08-28 → 2026-09-26
| Date | 1 GBP in HRK | Daily change |
|---|---|---|
| 2026-09-26 | 8.7565 | 0.00% |
| 2026-09-25 | 8.7565 | -0.07% |
| 2026-09-24 | 8.7625 | -0.04% |
| 2026-09-23 | 8.7661 | -0.10% |
| 2026-09-22 | 8.7746 | -0.21% |
| 2026-09-21 | 8.7932 | +0.46% |
| 2026-09-20 | 8.7533 | -0.00% |
| 2026-09-19 | 8.7537 | +0.01% |
| 2026-09-18 | 8.7524 | -0.45% |
| 2026-09-17 | 8.7921 | +0.10% |
| 2026-09-16 | 8.7834 | -0.26% |
| 2026-09-15 | 8.8066 | +0.19% |
| 2026-09-14 | 8.7895 | +0.17% |
| 2026-09-13 | 8.7749 | -0.00% |
| 2026-09-12 | 8.7751 | +0.03% |
| Date | 1 GBP in HRK | Daily change |
|---|---|---|
| 2026-09-11 | 8.7727 | +0.22% |
| 2026-09-10 | 8.7531 | -0.39% |
| 2026-09-09 | 8.7871 | +0.09% |
| 2026-09-08 | 8.7794 | -0.01% |
| 2026-09-07 | 8.7807 | +0.06% |
| 2026-09-06 | 8.7752 | -0.03% |
| 2026-09-05 | 8.7776 | +0.08% |
| 2026-09-04 | 8.7703 | +0.02% |
| 2026-09-03 | 8.7685 | -0.06% |
| 2026-09-02 | 8.7735 | -0.14% |
| 2026-09-01 | 8.7862 | -0.17% |
| 2026-08-31 | 8.8008 | -0.37% |
| 2026-08-30 | 8.8335 | -0.03% |
| 2026-08-29 | 8.8359 | +0.55% |
| 2026-08-28 | 8.7874 | — |
GBP to HRK conversion table
1 GBP8.7565 HRK
5 GBP43.7823 HRK
10 GBP87.5646 HRK
25 GBP218.9116 HRK
50 GBP437.8232 HRK
100 GBP875.6465 HRK
500 GBP4,378.2323 HRK
1,000 GBP8,756.4646 HRK
5,000 GBP43,782.323 HRK
10,000 GBP87,564.646 HRK
Get the GBP/HRK rate in your app
One GET request returns the latest GBP → 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/GBP/HRK"fetch('https://rate-api.com/api/v1/pair/GBP/HRK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} HRK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/HRK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} HRK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/HRK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} HRK\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "HRK"
},
"rate": 8.7565,
"timestamp": 1790437794,
"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 GBPCroatian Kuna → British Pound0.1142Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.