Skip to content

SEK to KRW exchange rate API

Swedish Krona to Won · quoted 2026-09-26

136.6064

▼ +12.89% over YTD

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 year to date, SEK/KRW traded between 136.6064 and 164.6875, averaged 155.6972 and fell 12.89%. 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 YTD

SEK/KRW over YTD: show the values
PointSEK/KRW
2025-12-31156.8119
2026-01-07157.5439
2026-01-14160.3096
2026-01-21161.2719
2026-01-28161.5791
2026-02-04162.6832
2026-02-11164.6875
2026-02-18161.3282
2026-02-25157.6022
2026-03-04159.7921
2026-03-11160.5586
2026-03-18160.4298
2026-03-25161.1605
2026-04-01160.3904
2026-04-08160.0269
2026-04-15160.3705
2026-04-22160.9317
2026-04-29159.6412
2026-05-06157.2216
2026-05-13159.7682
2026-05-20160.5433
2026-05-27161.7499
2026-06-03163.3673
2026-06-10160.4232
2026-06-17161.4590
2026-06-24158.2003
2026-07-01159.8459
2026-07-08155.6505
2026-07-15154.0621
2026-07-22152.4514
2026-07-29149.5314
2026-08-05150.0406
2026-08-12148.7819
2026-08-19146.2889
2026-08-26145.7228
2026-09-02141.3910
2026-09-09139.6421
2026-09-16139.8033
2026-09-23138.2186

High

164.6875

Low

136.6064

Average

155.6972

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.