Skip to content

SEK to USD exchange rate API

Swedish Krona to US Dollar · quoted 2026-09-27

0.10082

▼ +7.14% over YTD

1 SEK = 0.10082 USD · 1 USD = 9.9185 SEK · Get this rate via the API

1 SEK buys 0.10082 USD as of 2026-09-27, so 1 USD buys 9.9185 SEK. Over the year to date, SEK/USD traded between 0.10082 and 0.11308, averaged 0.10669 and fell 7.14%. The API holds daily SEK/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SEK/USD over YTD

SEK/USD over YTD: show the values
PointSEK/USD
2025-12-310.10858
2026-01-070.10883
2026-01-140.10865
2026-01-210.11011
2026-01-280.11308
2026-02-040.11175
2026-02-110.11266
2026-02-180.11158
2026-02-250.11037
2026-03-040.10909
2026-03-110.10870
2026-03-180.10670
2026-03-250.10762
2026-04-010.10658
2026-04-080.10855
2026-04-150.10857
2026-04-220.10888
2026-04-290.10798
2026-05-060.10857
2026-05-130.10733
2026-05-200.10664
2026-05-270.10785
2026-06-030.10671
2026-06-100.10523
2026-06-170.10643
2026-06-240.10230
2026-07-010.10259
2026-07-080.10314
2026-07-150.10325
2026-07-220.10298
2026-07-290.10296
2026-08-050.10539
2026-08-120.10499
2026-08-190.10513
2026-08-260.10533
2026-09-020.10377
2026-09-090.10451
2026-09-160.10221
2026-09-230.10123

High

0.11308

Low

0.10082

Average

0.10669

For developers

Get this rate via the API

One GET request returns the SEK/USD 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=USD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=USD");
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=USD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SEK/USD API questions

How do I get the SEK/USD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=USD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/USD rate in rates.USD.

How far back does SEK/USD historical data go?

Daily SEK/USD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SEK/USD 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.