Skip to content

SEK to KRW exchange rate API

Swedish Krona to Won · quoted 2026-09-26

136.6064

▼ +8.38% over 1Y

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 year, SEK/KRW traded between 136.6064 and 165.0462, averaged 155.1573 and fell 8.38%. 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 1Y

SEK/KRW over 1Y: show the values
PointSEK/KRW
2025-09-26149.0931
2025-10-03149.8946
2025-10-10149.3323
2025-10-17150.4424
2025-10-24153.2915
2025-10-31151.0362
2025-11-07152.7693
2025-11-14153.9318
2025-11-21154.0341
2025-11-28154.9578
2025-12-05156.4760
2025-12-12159.1705
2025-12-19158.8298
2025-12-26158.3406
2026-01-02156.6850
2026-01-09158.1271
2026-01-16159.6324
2026-01-23163.0197
2026-01-30163.4400
2026-02-06162.1474
2026-02-13161.4791
2026-02-20159.8023
2026-02-27159.6214
2026-03-06160.5742
2026-03-13159.1771
2026-03-20160.8319
2026-03-27160.0285
2026-04-03160.4224
2026-04-10160.3045
2026-04-17161.5070
2026-04-24159.8808
2026-05-01160.6179
2026-05-08159.1109
2026-05-15158.7835
2026-05-22161.8842
2026-05-29162.8203
2026-06-05165.0462
2026-06-12160.9105
2026-06-19160.1148
2026-06-26158.1341
2026-07-03158.9041
2026-07-10156.1687
2026-07-17153.8391
2026-07-24150.3555
2026-07-31150.9253
2026-08-07149.2212
2026-08-14148.4153
2026-08-21146.3873
2026-08-28144.3288
2026-09-04141.3792
2026-09-11138.5173
2026-09-18140.8812
2026-09-25136.8609

High

165.0462

Low

136.6064

Average

155.1573

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.