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: show the values
| Point | SEK/KRW |
|---|---|
| 2026-08-27 | 145.0309 |
| 2026-08-28 | 144.3288 |
| 2026-08-29 | 143.2653 |
| 2026-08-30 | 143.8483 |
| 2026-08-31 | 142.7876 |
| 2026-09-01 | 143.3416 |
| 2026-09-02 | 141.3910 |
| 2026-09-03 | 141.7133 |
| 2026-09-04 | 141.3792 |
| 2026-09-05 | 140.6077 |
| 2026-09-06 | 141.3487 |
| 2026-09-07 | 140.3476 |
| 2026-09-08 | 139.7256 |
| 2026-09-09 | 139.6421 |
| 2026-09-10 | 139.3777 |
| 2026-09-11 | 138.5173 |
| 2026-09-12 | 138.2439 |
| 2026-09-13 | 140.9274 |
| 2026-09-14 | 137.8459 |
| 2026-09-15 | 139.1095 |
| 2026-09-16 | 139.8033 |
| 2026-09-17 | 140.8251 |
| 2026-09-18 | 140.8812 |
| 2026-09-19 | 141.0269 |
| 2026-09-20 | 141.7272 |
| 2026-09-21 | 139.8342 |
| 2026-09-22 | 138.2277 |
| 2026-09-23 | 138.2186 |
| 2026-09-24 | 138.1056 |
| 2026-09-25 | 136.8609 |
| 2026-09-26 | 136.6064 |
High
145.0309
Low
136.6064
Average
140.3595
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.