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: show the values
| Point | FKP/ISK |
|---|---|
| 2025-12-31 | 168.6366 |
| 2026-01-07 | 170.2238 |
| 2026-01-14 | 168.7227 |
| 2026-01-21 | 167.5058 |
| 2026-01-28 | 167.0751 |
| 2026-02-04 | 168.1177 |
| 2026-02-11 | 166.2873 |
| 2026-02-18 | 165.8435 |
| 2026-02-25 | 164.5441 |
| 2026-03-04 | 165.6199 |
| 2026-03-11 | 168.2585 |
| 2026-03-18 | 166.7707 |
| 2026-03-25 | 165.8214 |
| 2026-04-01 | 164.2613 |
| 2026-04-08 | 164.5913 |
| 2026-04-15 | 164.5046 |
| 2026-04-22 | 165.9493 |
| 2026-04-29 | 166.2304 |
| 2026-05-06 | 165.2389 |
| 2026-05-14 | 166.0055 |
| 2026-05-21 | 166.0115 |
| 2026-05-29 | 165.4527 |
| 2026-06-05 | 165.8889 |
| 2026-06-14 | 167.1058 |
| 2026-06-21 | 166.1460 |
| 2026-06-28 | 166.9258 |
| 2026-07-05 | 168.1031 |
| 2026-07-12 | 168.3470 |
| 2026-07-19 | 168.6374 |
| 2026-07-26 | 167.5645 |
| 2026-08-02 | 166.1290 |
| 2026-08-09 | 166.4288 |
| 2026-08-16 | 166.2859 |
| 2026-08-24 | 165.1551 |
| 2026-08-31 | 164.4599 |
| 2026-09-07 | 163.6643 |
| 2026-09-14 | 163.4485 |
| 2026-09-21 | 161.6695 |
High
170.2238
Low
159.4358
Average
166.0787
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.