Skip to content

GBP to SEK exchange rate API

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

13.1382

▲ +4.04% over 1Y

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 year, GBP/SEK traded between 12.1456 and 13.1480, averaged 12.5952 and rose 4.04%. 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 1Y

GBP/SEK over 1Y: show the values
PointGBP/SEK
2025-09-2612.6282
2025-10-0312.6095
2025-10-1012.6398
2025-10-1712.6855
2025-10-2412.4960
2025-10-3112.3923
2025-11-0712.5366
2025-11-1412.4164
2025-11-2112.5253
2025-11-2812.5337
2025-12-0512.5576
2025-12-1212.4176
2025-12-1912.4475
2025-12-2612.3782
2026-01-0212.3965
2026-01-0912.3868
2026-01-1612.3633
2026-01-2312.1766
2026-01-3012.1456
2026-02-0612.2981
2026-02-1312.1907
2026-02-2012.2302
2026-02-2712.1697
2026-03-0612.3343
2026-03-1312.4325
2026-03-2012.4743
2026-03-2712.5438
2026-04-0312.5060
2026-04-1012.4402
2026-04-1712.3933
2026-04-2412.4650
2026-05-0112.5558
2026-05-0812.5472
2026-05-1512.6157
2026-05-2212.5778
2026-05-2912.4212
2026-06-0512.5733
2026-06-1212.6621
2026-06-1912.6643
2026-06-2612.8430
2026-07-0312.8692
2026-07-1012.9346
2026-07-1712.9739
2026-07-2412.9468
2026-07-3112.8376
2026-08-0712.7622
2026-08-1412.8719
2026-08-2112.9129
2026-08-2812.9357
2026-09-0412.9229
2026-09-1113.0948
2026-09-1813.1480
2026-09-2513.1210

High

13.1480

Low

12.1456

Average

12.5952

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.