Skip to content

GBP to SEK exchange rate API

Pound Sterling to Swedish Krona · quoted 2026-09-26

13.1382

▲ +10.31% over 5Y

1 GBP = 13.1382 SEK · 1 SEK = 0.07611 GBP · Get this rate via the API

1 GBP buys 13.1382 SEK as of 2026-09-26, so 1 SEK buys 0.07611 GBP. Over the last 5 years, GBP/SEK traded between 11.6507 and 13.8870, averaged 12.9120 and rose 10.31%. The API holds daily GBP/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

GBP/SEK over 5Y

GBP/SEK over 5Y: show the values
PointGBP/SEK
2021-09-2711.9103
2021-11-0811.6507
2021-12-2012.0897
2022-01-3112.6141
2022-03-1412.5565
2022-04-2712.3535
2022-06-0812.2627
2022-07-2012.2809
2022-08-3112.4122
2022-10-1212.5455
2022-11-2312.6125
2023-01-0512.6664
2023-02-1612.5356
2023-03-3012.8212
2023-05-1612.9707
2023-06-2713.6533
2023-08-0813.6308
2023-09-1913.7771
2023-10-3113.5379
2023-12-1213.1290
2024-01-2613.2606
2024-03-0813.1082
2024-04-2313.4840
2024-06-0513.3190
2024-07-1713.7145
2024-08-2713.4724
2024-10-0113.5854
2024-10-3113.8870
2024-11-3013.8614
2024-12-3013.8475
2025-01-2913.6826
2025-02-2813.5435
2025-03-3012.9554
2025-04-2912.8995
2025-05-2912.9754
2025-06-2813.0004
2025-07-2812.8523
2025-08-2712.8866
2025-09-2612.6282
2025-10-2612.5063
2025-11-2512.5717
2025-12-2512.3992
2026-01-2412.2170
2026-02-2312.2458
2026-03-2512.4443
2026-04-2412.4650
2026-05-2412.5527
2026-06-2312.8289
2026-07-2313.0049
2026-08-2212.9289
2026-09-2113.1441

High

13.8870

Low

11.6507

Average

12.9120

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/SEK API questions

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

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

How far back does GBP/SEK historical data go?

Daily GBP/SEK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/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.