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: show the values
| Point | HRK/GBP |
|---|---|
| 2021-09-27 | 0.11385 |
| 2021-11-08 | 0.11368 |
| 2021-12-20 | 0.11338 |
| 2022-01-31 | 0.11044 |
| 2022-03-14 | 0.11079 |
| 2022-04-27 | 0.11132 |
| 2022-06-08 | 0.11377 |
| 2022-07-20 | 0.11335 |
| 2022-08-31 | 0.11449 |
| 2022-10-12 | 0.11667 |
| 2022-11-23 | 0.11449 |
| 2024-08-30 | 0.11155 |
| 2024-10-10 | 0.11119 |
| 2024-11-09 | 0.11012 |
| 2024-12-09 | 0.10974 |
| 2025-01-08 | 0.11140 |
| 2025-02-07 | 0.11065 |
| 2025-03-09 | 0.11131 |
| 2025-04-09 | 0.11458 |
| 2025-05-10 | 0.11224 |
| 2025-06-10 | 0.11195 |
| 2025-07-10 | 0.11482 |
| 2025-08-09 | 0.11491 |
| 2025-09-08 | 0.11487 |
| 2025-10-09 | 0.11553 |
| 2025-11-08 | 0.11664 |
| 2025-12-08 | 0.11605 |
| 2026-01-08 | 0.11529 |
| 2026-02-07 | 0.11514 |
| 2026-03-09 | 0.11457 |
| 2026-04-08 | 0.11498 |
| 2026-05-08 | 0.11436 |
| 2026-06-11 | 0.11468 |
| 2026-07-11 | 0.11303 |
| 2026-08-10 | 0.11355 |
| 2026-09-10 | 0.11424 |
High
0.11667
Low
0.10974
Average
0.11346
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=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¤cies=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.