Skip to content

FKP to ISK exchange rate API

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

159.4358

▼ +5.46% over YTD

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 year to date, FKP/ISK traded between 159.4358 and 170.2238, averaged 166.0787 and fell 5.46%. 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 YTD

FKP/ISK over YTD: show the values
PointFKP/ISK
2025-12-31168.6366
2026-01-07170.2238
2026-01-14168.7227
2026-01-21167.5058
2026-01-28167.0751
2026-02-04168.1177
2026-02-11166.2873
2026-02-18165.8435
2026-02-25164.5441
2026-03-04165.6199
2026-03-11168.2585
2026-03-18166.7707
2026-03-25165.8214
2026-04-01164.2613
2026-04-08164.5913
2026-04-15164.5046
2026-04-22165.9493
2026-04-29166.2304
2026-05-06165.2389
2026-05-14166.0055
2026-05-21166.0115
2026-05-29165.4527
2026-06-05165.8889
2026-06-14167.1058
2026-06-21166.1460
2026-06-28166.9258
2026-07-05168.1031
2026-07-12168.3470
2026-07-19168.6374
2026-07-26167.5645
2026-08-02166.1290
2026-08-09166.4288
2026-08-16166.2859
2026-08-24165.1551
2026-08-31164.4599
2026-09-07163.6643
2026-09-14163.4485
2026-09-21161.6695

High

170.2238

Low

159.4358

Average

166.0787

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.