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: show the values
| Point | FKP/HRK |
|---|---|
| 2025-09-27 | 8.6193 |
| 2025-10-04 | 8.6515 |
| 2025-10-11 | 8.6685 |
| 2025-10-18 | 8.6773 |
| 2025-10-25 | 8.6288 |
| 2025-11-01 | 8.5885 |
| 2025-11-08 | 8.5730 |
| 2025-11-15 | 8.5457 |
| 2025-11-22 | 8.5625 |
| 2025-11-29 | 8.6043 |
| 2025-12-06 | 8.6254 |
| 2025-12-14 | 8.5903 |
| 2025-12-21 | 8.6087 |
| 2025-12-28 | 8.6361 |
| 2026-01-04 | 8.6480 |
| 2026-01-11 | 8.6812 |
| 2026-01-18 | 8.6865 |
| 2026-01-25 | 8.6921 |
| 2026-02-01 | 8.7008 |
| 2026-02-08 | 8.6785 |
| 2026-02-15 | 8.6646 |
| 2026-02-22 | 8.6234 |
| 2026-03-01 | 8.5982 |
| 2026-03-08 | 8.6970 |
| 2026-03-15 | 8.6982 |
| 2026-03-22 | 8.6710 |
| 2026-03-29 | 8.6624 |
| 2026-04-05 | 8.6339 |
| 2026-04-12 | 8.6482 |
| 2026-04-19 | 8.6814 |
| 2026-04-26 | 8.6893 |
| 2026-05-03 | 8.7545 |
| 2026-05-10 | 8.7107 |
| 2026-05-18 | 8.6434 |
| 2026-05-26 | 8.7338 |
| 2026-06-02 | 8.7163 |
| 2026-06-11 | 8.7310 |
| 2026-06-18 | 8.7055 |
| 2026-06-25 | 8.7352 |
| 2026-07-02 | 8.7771 |
| 2026-07-09 | 8.8339 |
| 2026-07-16 | 8.8937 |
| 2026-07-23 | 8.8275 |
| 2026-07-30 | 8.7821 |
| 2026-08-06 | 8.7820 |
| 2026-08-13 | 8.8204 |
| 2026-08-21 | 8.7947 |
| 2026-08-28 | 8.7922 |
| 2026-09-04 | 8.7704 |
| 2026-09-11 | 8.7671 |
| 2026-09-18 | 8.7534 |
| 2026-09-25 | 8.7551 |
High
8.8937
Low
8.5457
Average
8.6939
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HRK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HRK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.