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: show the values
| Point | SEK/KRW |
|---|---|
| 2025-09-26 | 149.0931 |
| 2025-10-03 | 149.8946 |
| 2025-10-10 | 149.3323 |
| 2025-10-17 | 150.4424 |
| 2025-10-24 | 153.2915 |
| 2025-10-31 | 151.0362 |
| 2025-11-07 | 152.7693 |
| 2025-11-14 | 153.9318 |
| 2025-11-21 | 154.0341 |
| 2025-11-28 | 154.9578 |
| 2025-12-05 | 156.4760 |
| 2025-12-12 | 159.1705 |
| 2025-12-19 | 158.8298 |
| 2025-12-26 | 158.3406 |
| 2026-01-02 | 156.6850 |
| 2026-01-09 | 158.1271 |
| 2026-01-16 | 159.6324 |
| 2026-01-23 | 163.0197 |
| 2026-01-30 | 163.4400 |
| 2026-02-06 | 162.1474 |
| 2026-02-13 | 161.4791 |
| 2026-02-20 | 159.8023 |
| 2026-02-27 | 159.6214 |
| 2026-03-06 | 160.5742 |
| 2026-03-13 | 159.1771 |
| 2026-03-20 | 160.8319 |
| 2026-03-27 | 160.0285 |
| 2026-04-03 | 160.4224 |
| 2026-04-10 | 160.3045 |
| 2026-04-17 | 161.5070 |
| 2026-04-24 | 159.8808 |
| 2026-05-01 | 160.6179 |
| 2026-05-08 | 159.1109 |
| 2026-05-15 | 158.7835 |
| 2026-05-22 | 161.8842 |
| 2026-05-29 | 162.8203 |
| 2026-06-05 | 165.0462 |
| 2026-06-12 | 160.9105 |
| 2026-06-19 | 160.1148 |
| 2026-06-26 | 158.1341 |
| 2026-07-03 | 158.9041 |
| 2026-07-10 | 156.1687 |
| 2026-07-17 | 153.8391 |
| 2026-07-24 | 150.3555 |
| 2026-07-31 | 150.9253 |
| 2026-08-07 | 149.2212 |
| 2026-08-14 | 148.4153 |
| 2026-08-21 | 146.3873 |
| 2026-08-28 | 144.3288 |
| 2026-09-04 | 141.3792 |
| 2026-09-11 | 138.5173 |
| 2026-09-18 | 140.8812 |
| 2026-09-25 | 136.8609 |
High
165.0462
Low
136.6064
Average
155.1573
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.