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: show the values
| Point | SEK/KRW |
|---|---|
| 2021-09-27 | 135.8431 |
| 2021-11-08 | 137.4182 |
| 2021-12-20 | 130.4145 |
| 2022-01-31 | 128.6186 |
| 2022-03-14 | 128.8598 |
| 2022-04-27 | 128.9931 |
| 2022-06-08 | 128.5845 |
| 2022-07-20 | 127.8713 |
| 2022-08-31 | 125.7435 |
| 2022-10-12 | 125.6497 |
| 2022-11-23 | 128.2825 |
| 2023-01-05 | 120.3330 |
| 2023-02-16 | 123.5434 |
| 2023-03-30 | 125.0608 |
| 2023-05-16 | 129.3646 |
| 2023-06-27 | 121.3066 |
| 2023-08-08 | 123.0262 |
| 2023-09-19 | 119.3975 |
| 2023-10-31 | 121.2987 |
| 2023-12-12 | 125.4452 |
| 2024-01-26 | 128.1839 |
| 2024-03-08 | 129.1571 |
| 2024-04-23 | 126.7957 |
| 2024-06-05 | 131.6566 |
| 2024-07-17 | 131.0405 |
| 2024-08-27 | 130.6159 |
| 2024-10-01 | 126.4915 |
| 2024-10-31 | 128.9722 |
| 2024-11-30 | 128.1039 |
| 2024-12-30 | 133.9947 |
| 2025-01-29 | 131.2924 |
| 2025-02-28 | 135.8527 |
| 2025-03-30 | 144.5815 |
| 2025-04-29 | 148.9500 |
| 2025-05-29 | 142.6901 |
| 2025-06-28 | 143.6109 |
| 2025-07-28 | 144.7488 |
| 2025-08-27 | 145.7800 |
| 2025-09-26 | 149.0931 |
| 2025-10-26 | 153.4765 |
| 2025-11-25 | 153.1571 |
| 2025-12-25 | 157.6746 |
| 2026-01-24 | 161.6892 |
| 2026-02-23 | 159.0463 |
| 2026-03-25 | 161.1605 |
| 2026-04-24 | 159.8808 |
| 2026-05-24 | 163.2147 |
| 2026-06-23 | 158.2475 |
| 2026-07-23 | 151.2073 |
| 2026-08-22 | 146.2744 |
| 2026-09-21 | 139.8342 |
High
163.2147
Low
119.3975
Average
136.8872
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.