Skip to content

FKP to HRK exchange rate API

Falkland Islands Pound to Croatian Kuna · quoted 2026-09-27

8.7615

▲ +1.65% over 1Y

1 FKP = 8.7615 HRK · 1 HRK = 0.11414 FKP · Get this rate via the API

1 FKP buys 8.7615 HRK as of 2026-09-27, so 1 HRK buys 0.11414 FKP. Over the last year, FKP/HRK traded between 8.5457 and 8.8937, averaged 8.6939 and rose 1.65%. The API holds daily FKP/HRK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/HRK over 1Y

FKP/HRK over 1Y: show the values
PointFKP/HRK
2025-09-278.6193
2025-10-048.6515
2025-10-118.6685
2025-10-188.6773
2025-10-258.6288
2025-11-018.5885
2025-11-088.5730
2025-11-158.5457
2025-11-228.5625
2025-11-298.6043
2025-12-068.6254
2025-12-148.5903
2025-12-218.6087
2025-12-288.6361
2026-01-048.6480
2026-01-118.6812
2026-01-188.6865
2026-01-258.6921
2026-02-018.7008
2026-02-088.6785
2026-02-158.6646
2026-02-228.6234
2026-03-018.5982
2026-03-088.6970
2026-03-158.6982
2026-03-228.6710
2026-03-298.6624
2026-04-058.6339
2026-04-128.6482
2026-04-198.6814
2026-04-268.6893
2026-05-038.7545
2026-05-108.7107
2026-05-188.6434
2026-05-268.7338
2026-06-028.7163
2026-06-118.7310
2026-06-188.7055
2026-06-258.7352
2026-07-028.7771
2026-07-098.8339
2026-07-168.8937
2026-07-238.8275
2026-07-308.7821
2026-08-068.7820
2026-08-138.8204
2026-08-218.7947
2026-08-288.7922
2026-09-048.7704
2026-09-118.7671
2026-09-188.7534
2026-09-258.7551

High

8.8937

Low

8.5457

Average

8.6939

For developers

Get this rate via the API

One GET request returns the FKP/HRK 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=FKP&currencies=HRK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=HRK");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/HRK API questions

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

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

How far back does FKP/HRK historical data go?

Daily FKP/HRK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free FKP/HRK 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.