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: show the values
| Point | SEK/KRW |
|---|---|
| 2025-12-31 | 156.8119 |
| 2026-01-07 | 157.5439 |
| 2026-01-14 | 160.3096 |
| 2026-01-21 | 161.2719 |
| 2026-01-28 | 161.5791 |
| 2026-02-04 | 162.6832 |
| 2026-02-11 | 164.6875 |
| 2026-02-18 | 161.3282 |
| 2026-02-25 | 157.6022 |
| 2026-03-04 | 159.7921 |
| 2026-03-11 | 160.5586 |
| 2026-03-18 | 160.4298 |
| 2026-03-25 | 161.1605 |
| 2026-04-01 | 160.3904 |
| 2026-04-08 | 160.0269 |
| 2026-04-15 | 160.3705 |
| 2026-04-22 | 160.9317 |
| 2026-04-29 | 159.6412 |
| 2026-05-06 | 157.2216 |
| 2026-05-13 | 159.7682 |
| 2026-05-20 | 160.5433 |
| 2026-05-27 | 161.7499 |
| 2026-06-03 | 163.3673 |
| 2026-06-10 | 160.4232 |
| 2026-06-17 | 161.4590 |
| 2026-06-24 | 158.2003 |
| 2026-07-01 | 159.8459 |
| 2026-07-08 | 155.6505 |
| 2026-07-15 | 154.0621 |
| 2026-07-22 | 152.4514 |
| 2026-07-29 | 149.5314 |
| 2026-08-05 | 150.0406 |
| 2026-08-12 | 148.7819 |
| 2026-08-19 | 146.2889 |
| 2026-08-26 | 145.7228 |
| 2026-09-02 | 141.3910 |
| 2026-09-09 | 139.6421 |
| 2026-09-16 | 139.8033 |
| 2026-09-23 | 138.2186 |
High
164.6875
Low
136.6064
Average
155.6972
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.