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: show the values
| Point | GBP/SEK |
|---|---|
| 2025-12-31 | 12.4014 |
| 2026-01-07 | 12.3921 |
| 2026-01-14 | 12.3708 |
| 2026-01-21 | 12.1924 |
| 2026-01-28 | 12.1917 |
| 2026-02-04 | 12.2760 |
| 2026-02-11 | 12.1235 |
| 2026-02-18 | 12.1687 |
| 2026-02-25 | 12.2521 |
| 2026-03-04 | 12.2671 |
| 2026-03-11 | 12.3366 |
| 2026-03-18 | 12.4753 |
| 2026-03-25 | 12.4443 |
| 2026-04-01 | 12.4987 |
| 2026-04-08 | 12.4107 |
| 2026-04-15 | 12.4806 |
| 2026-04-22 | 12.4000 |
| 2026-04-29 | 12.5117 |
| 2026-05-06 | 12.5431 |
| 2026-05-13 | 12.5875 |
| 2026-05-20 | 12.5672 |
| 2026-05-27 | 12.4564 |
| 2026-06-03 | 12.6016 |
| 2026-06-10 | 12.7169 |
| 2026-06-17 | 12.5961 |
| 2026-06-24 | 12.8649 |
| 2026-07-01 | 12.9058 |
| 2026-07-08 | 12.9414 |
| 2026-07-15 | 12.9826 |
| 2026-07-22 | 12.9804 |
| 2026-07-29 | 12.9071 |
| 2026-08-05 | 12.7899 |
| 2026-08-12 | 12.8828 |
| 2026-08-19 | 12.8942 |
| 2026-08-26 | 12.9402 |
| 2026-09-02 | 12.9935 |
| 2026-09-09 | 12.9799 |
| 2026-09-16 | 13.1648 |
| 2026-09-23 | 13.1146 |
High
13.1648
Low
12.1235
Average
12.6186
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.