Skip to content

GBP to SEK exchange rate API

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

13.1382

▲ +5.94% over YTD

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 year to date, GBP/SEK traded between 12.1235 and 13.1648, averaged 12.6186 and rose 5.94%. 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 YTD

GBP/SEK over YTD: show the values
PointGBP/SEK
2025-12-3112.4014
2026-01-0712.3921
2026-01-1412.3708
2026-01-2112.1924
2026-01-2812.1917
2026-02-0412.2760
2026-02-1112.1235
2026-02-1812.1687
2026-02-2512.2521
2026-03-0412.2671
2026-03-1112.3366
2026-03-1812.4753
2026-03-2512.4443
2026-04-0112.4987
2026-04-0812.4107
2026-04-1512.4806
2026-04-2212.4000
2026-04-2912.5117
2026-05-0612.5431
2026-05-1312.5875
2026-05-2012.5672
2026-05-2712.4564
2026-06-0312.6016
2026-06-1012.7169
2026-06-1712.5961
2026-06-2412.8649
2026-07-0112.9058
2026-07-0812.9414
2026-07-1512.9826
2026-07-2212.9804
2026-07-2912.9071
2026-08-0512.7899
2026-08-1212.8828
2026-08-1912.8942
2026-08-2612.9402
2026-09-0212.9935
2026-09-0912.9799
2026-09-1613.1648
2026-09-2313.1146

High

13.1648

Low

12.1235

Average

12.6186

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.