Skip to content

SEK to KRW exchange rate API

Swedish Krona to Won · quoted 2026-09-26

136.6064

▼ +5.81% over 30D

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 30 days, SEK/KRW traded between 136.6064 and 145.0309, averaged 140.3595 and fell 5.81%. 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 30D

SEK/KRW over 30D: show the values
PointSEK/KRW
2026-08-27145.0309
2026-08-28144.3288
2026-08-29143.2653
2026-08-30143.8483
2026-08-31142.7876
2026-09-01143.3416
2026-09-02141.3910
2026-09-03141.7133
2026-09-04141.3792
2026-09-05140.6077
2026-09-06141.3487
2026-09-07140.3476
2026-09-08139.7256
2026-09-09139.6421
2026-09-10139.3777
2026-09-11138.5173
2026-09-12138.2439
2026-09-13140.9274
2026-09-14137.8459
2026-09-15139.1095
2026-09-16139.8033
2026-09-17140.8251
2026-09-18140.8812
2026-09-19141.0269
2026-09-20141.7272
2026-09-21139.8342
2026-09-22138.2277
2026-09-23138.2186
2026-09-24138.1056
2026-09-25136.8609
2026-09-26136.6064

High

145.0309

Low

136.6064

Average

140.3595

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.