Skip to content

HRK to GBP exchange rate API

Croatian Kuna to Pound Sterling · quoted 2026-09-24

0.11425

▲ +0.35% over 5Y

1 HRK = 0.11425 GBP · 1 GBP = 8.7529 HRK · Get this rate via the API

1 HRK buys 0.11425 GBP as of 2026-09-24, so 1 GBP buys 8.7529 HRK. Over the last 5 years, HRK/GBP traded between 0.10974 and 0.11667, averaged 0.11346 and rose 0.35%. The API holds daily HRK/GBP rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

HRK/GBP over 5Y

HRK/GBP over 5Y: show the values
PointHRK/GBP
2021-09-270.11385
2021-11-080.11368
2021-12-200.11338
2022-01-310.11044
2022-03-140.11079
2022-04-270.11132
2022-06-080.11377
2022-07-200.11335
2022-08-310.11449
2022-10-120.11667
2022-11-230.11449
2024-08-300.11155
2024-10-100.11119
2024-11-090.11012
2024-12-090.10974
2025-01-080.11140
2025-02-070.11065
2025-03-090.11131
2025-04-090.11458
2025-05-100.11224
2025-06-100.11195
2025-07-100.11482
2025-08-090.11491
2025-09-080.11487
2025-10-090.11553
2025-11-080.11664
2025-12-080.11605
2026-01-080.11529
2026-02-070.11514
2026-03-090.11457
2026-04-080.11498
2026-05-080.11436
2026-06-110.11468
2026-07-110.11303
2026-08-100.11355
2026-09-100.11424

High

0.11667

Low

0.10974

Average

0.11346

For developers

Get this rate via the API

One GET request returns the HRK/GBP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=GBP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

HRK/GBP API questions

How do I get the HRK/GBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=GBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HRK/GBP rate in rates.GBP.

How far back does HRK/GBP historical data go?

Daily HRK/GBP rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HRK/GBP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.