Skip to content

FKP to SEK exchange rate API

Falkland Islands Pound to Swedish Krona · quoted 2026-09-24

13.1149

▲ +3.40% over 1Y

1 FKP = 13.1149 SEK · 1 SEK = 0.07625 FKP · Get this rate via the API

1 FKP buys 13.1149 SEK as of 2026-09-24, so 1 SEK buys 0.07625 FKP. Over the last year, FKP/SEK traded between 12.1557 and 13.1747, averaged 12.5959 and rose 3.40%. The API holds daily FKP/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/SEK over 1Y

FKP/SEK over 1Y: show the values
PointFKP/SEK
2025-09-2412.6833
2025-10-0112.6526
2025-10-0812.6357
2025-10-1512.6466
2025-10-2212.5963
2025-10-2912.4211
2025-11-0512.4852
2025-11-1212.4176
2025-11-1912.4644
2025-11-2612.5641
2025-12-0312.4187
2025-12-1112.3736
2025-12-1812.4335
2025-12-2512.3992
2026-01-0112.4133
2026-01-0812.4067
2026-01-1512.3632
2026-01-2212.1557
2026-01-2912.1899
2026-02-0512.3014
2026-02-1212.1596
2026-02-1912.2776
2026-02-2612.2521
2026-03-0512.2920
2026-03-1212.4005
2026-03-1912.5047
2026-03-2612.5453
2026-04-0212.5827
2026-04-0912.5096
2026-04-1612.4374
2026-04-2312.4478
2026-04-3012.5339
2026-05-0712.4855
2026-05-1512.7681
2026-05-2312.5818
2026-05-3012.4387
2026-06-0612.6299
2026-06-1512.6299
2026-06-2212.6811
2026-06-2912.8304
2026-07-0612.8751
2026-07-1312.9124
2026-07-2013.0110
2026-07-2712.9471
2026-08-0312.8251
2026-08-1012.8002
2026-08-1712.8589
2026-08-2512.9398
2026-09-0112.9833
2026-09-0812.9996
2026-09-1513.1747
2026-09-2213.1296

High

13.1747

Low

12.1557

Average

12.5959

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/SEK API questions

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

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

How far back does FKP/SEK historical data go?

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