Skip to content

FKP to ISK exchange rate API

Falkland Islands Pound to Iceland Krona · quoted 2026-09-26

159.4358

▼ +1.77% over 1Y

1 FKP = 159.4358 ISK · 1 ISK = 0.006272 FKP · Get this rate via the API

1 FKP buys 159.4358 ISK as of 2026-09-26, so 1 ISK buys 0.006272 FKP. Over the last year, FKP/ISK traded between 159.4358 and 170.3720, averaged 166.0058 and fell 1.77%. The API holds daily FKP/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/ISK over 1Y

FKP/ISK over 1Y: show the values
PointFKP/ISK
2025-09-26162.3156
2025-10-03162.8710
2025-10-10162.8300
2025-10-17163.3597
2025-10-24163.4005
2025-10-31164.8892
2025-11-07165.9801
2025-11-14166.3986
2025-11-21167.1995
2025-11-28169.5450
2025-12-05170.3720
2025-12-13169.0076
2025-12-20168.0575
2025-12-27169.5835
2026-01-03169.2361
2026-01-10169.4676
2026-01-17168.1944
2026-01-24168.5890
2026-01-31167.3526
2026-02-07167.0495
2026-02-14166.8292
2026-02-21165.7883
2026-02-28163.8264
2026-03-07167.5646
2026-03-14166.9277
2026-03-21165.8672
2026-03-28166.5552
2026-04-04165.4094
2026-04-11164.2471
2026-04-18165.2475
2026-04-25165.5136
2026-05-02166.5989
2026-05-09166.0410
2026-05-17164.6360
2026-05-25166.1965
2026-06-01166.1505
2026-06-10166.3388
2026-06-17167.3139
2026-06-24167.3274
2026-07-01167.1789
2026-07-08167.9791
2026-07-15168.5605
2026-07-22168.0028
2026-07-29166.6143
2026-08-05165.1370
2026-08-12165.8542
2026-08-20165.4085
2026-08-27163.7532
2026-09-03163.3616
2026-09-10163.3754
2026-09-17162.8947
2026-09-24160.6745

High

170.3720

Low

159.4358

Average

166.0058

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/ISK API questions

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

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

How far back does FKP/ISK historical data go?

Daily FKP/ISK 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/ISK 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.