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: show the values
| Point | GBP/SEK |
|---|---|
| 2025-09-26 | 12.6282 |
| 2025-10-03 | 12.6095 |
| 2025-10-10 | 12.6398 |
| 2025-10-17 | 12.6855 |
| 2025-10-24 | 12.4960 |
| 2025-10-31 | 12.3923 |
| 2025-11-07 | 12.5366 |
| 2025-11-14 | 12.4164 |
| 2025-11-21 | 12.5253 |
| 2025-11-28 | 12.5337 |
| 2025-12-05 | 12.5576 |
| 2025-12-12 | 12.4176 |
| 2025-12-19 | 12.4475 |
| 2025-12-26 | 12.3782 |
| 2026-01-02 | 12.3965 |
| 2026-01-09 | 12.3868 |
| 2026-01-16 | 12.3633 |
| 2026-01-23 | 12.1766 |
| 2026-01-30 | 12.1456 |
| 2026-02-06 | 12.2981 |
| 2026-02-13 | 12.1907 |
| 2026-02-20 | 12.2302 |
| 2026-02-27 | 12.1697 |
| 2026-03-06 | 12.3343 |
| 2026-03-13 | 12.4325 |
| 2026-03-20 | 12.4743 |
| 2026-03-27 | 12.5438 |
| 2026-04-03 | 12.5060 |
| 2026-04-10 | 12.4402 |
| 2026-04-17 | 12.3933 |
| 2026-04-24 | 12.4650 |
| 2026-05-01 | 12.5558 |
| 2026-05-08 | 12.5472 |
| 2026-05-15 | 12.6157 |
| 2026-05-22 | 12.5778 |
| 2026-05-29 | 12.4212 |
| 2026-06-05 | 12.5733 |
| 2026-06-12 | 12.6621 |
| 2026-06-19 | 12.6643 |
| 2026-06-26 | 12.8430 |
| 2026-07-03 | 12.8692 |
| 2026-07-10 | 12.9346 |
| 2026-07-17 | 12.9739 |
| 2026-07-24 | 12.9468 |
| 2026-07-31 | 12.8376 |
| 2026-08-07 | 12.7622 |
| 2026-08-14 | 12.8719 |
| 2026-08-21 | 12.9129 |
| 2026-08-28 | 12.9357 |
| 2026-09-04 | 12.9229 |
| 2026-09-11 | 13.0948 |
| 2026-09-18 | 13.1480 |
| 2026-09-25 | 13.1210 |
High
13.1480
Low
12.1456
Average
12.5952
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.