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: show the values
| Point | GBP/SEK |
|---|---|
| 2021-09-27 | 11.9103 |
| 2021-11-08 | 11.6507 |
| 2021-12-20 | 12.0897 |
| 2022-01-31 | 12.6141 |
| 2022-03-14 | 12.5565 |
| 2022-04-27 | 12.3535 |
| 2022-06-08 | 12.2627 |
| 2022-07-20 | 12.2809 |
| 2022-08-31 | 12.4122 |
| 2022-10-12 | 12.5455 |
| 2022-11-23 | 12.6125 |
| 2023-01-05 | 12.6664 |
| 2023-02-16 | 12.5356 |
| 2023-03-30 | 12.8212 |
| 2023-05-16 | 12.9707 |
| 2023-06-27 | 13.6533 |
| 2023-08-08 | 13.6308 |
| 2023-09-19 | 13.7771 |
| 2023-10-31 | 13.5379 |
| 2023-12-12 | 13.1290 |
| 2024-01-26 | 13.2606 |
| 2024-03-08 | 13.1082 |
| 2024-04-23 | 13.4840 |
| 2024-06-05 | 13.3190 |
| 2024-07-17 | 13.7145 |
| 2024-08-27 | 13.4724 |
| 2024-10-01 | 13.5854 |
| 2024-10-31 | 13.8870 |
| 2024-11-30 | 13.8614 |
| 2024-12-30 | 13.8475 |
| 2025-01-29 | 13.6826 |
| 2025-02-28 | 13.5435 |
| 2025-03-30 | 12.9554 |
| 2025-04-29 | 12.8995 |
| 2025-05-29 | 12.9754 |
| 2025-06-28 | 13.0004 |
| 2025-07-28 | 12.8523 |
| 2025-08-27 | 12.8866 |
| 2025-09-26 | 12.6282 |
| 2025-10-26 | 12.5063 |
| 2025-11-25 | 12.5717 |
| 2025-12-25 | 12.3992 |
| 2026-01-24 | 12.2170 |
| 2026-02-23 | 12.2458 |
| 2026-03-25 | 12.4443 |
| 2026-04-24 | 12.4650 |
| 2026-05-24 | 12.5527 |
| 2026-06-23 | 12.8289 |
| 2026-07-23 | 13.0049 |
| 2026-08-22 | 12.9289 |
| 2026-09-21 | 13.1441 |
High
13.8870
Low
11.6507
Average
12.9120
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.