Skip to content

SEK to KRW exchange rate API

Swedish Krona to Won · quoted 2026-09-26

136.6064

▲ +0.56% over 5Y

1 SEK = 136.6064 KRW · 1 KRW = 0.007320 SEK · Get this rate via the API

1 SEK buys 136.6064 KRW as of 2026-09-26, so 1 KRW buys 0.007320 SEK. Over the last 5 years, SEK/KRW traded between 119.3975 and 163.2147, averaged 136.8872 and rose 0.56%. The API holds daily SEK/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

SEK/KRW over 5Y

SEK/KRW over 5Y: show the values
PointSEK/KRW
2021-09-27135.8431
2021-11-08137.4182
2021-12-20130.4145
2022-01-31128.6186
2022-03-14128.8598
2022-04-27128.9931
2022-06-08128.5845
2022-07-20127.8713
2022-08-31125.7435
2022-10-12125.6497
2022-11-23128.2825
2023-01-05120.3330
2023-02-16123.5434
2023-03-30125.0608
2023-05-16129.3646
2023-06-27121.3066
2023-08-08123.0262
2023-09-19119.3975
2023-10-31121.2987
2023-12-12125.4452
2024-01-26128.1839
2024-03-08129.1571
2024-04-23126.7957
2024-06-05131.6566
2024-07-17131.0405
2024-08-27130.6159
2024-10-01126.4915
2024-10-31128.9722
2024-11-30128.1039
2024-12-30133.9947
2025-01-29131.2924
2025-02-28135.8527
2025-03-30144.5815
2025-04-29148.9500
2025-05-29142.6901
2025-06-28143.6109
2025-07-28144.7488
2025-08-27145.7800
2025-09-26149.0931
2025-10-26153.4765
2025-11-25153.1571
2025-12-25157.6746
2026-01-24161.6892
2026-02-23159.0463
2026-03-25161.1605
2026-04-24159.8808
2026-05-24163.2147
2026-06-23158.2475
2026-07-23151.2073
2026-08-22146.2744
2026-09-21139.8342

High

163.2147

Low

119.3975

Average

136.8872

For developers

Get this rate via the API

One GET request returns the SEK/KRW 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=SEK&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

SEK/KRW API questions

How do I get the SEK/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/KRW rate in rates.KRW.

How far back does SEK/KRW historical data go?

Daily SEK/KRW 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 SEK/KRW 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.