Skip to content

SEK to USD exchange rate API

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

0.10082

▼ +5.10% over 1Y

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 last year, SEK/USD traded between 0.10082 and 0.11212, averaged 0.10640 and fell 5.10%. 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 1Y

SEK/USD over 1Y: show the values
PointSEK/USD
2025-09-270.10624
2025-10-040.10668
2025-10-110.10518
2025-10-180.10595
2025-10-250.10637
2025-11-010.10534
2025-11-080.10493
2025-11-150.10583
2025-11-220.10476
2025-11-290.10581
2025-12-060.10639
2025-12-130.10788
2025-12-200.10790
2025-12-270.10917
2026-01-030.10852
2026-01-100.10857
2026-01-170.10844
2026-01-240.11171
2026-01-310.11205
2026-02-070.11082
2026-02-140.11212
2026-02-210.11037
2026-02-280.11065
2026-03-070.10890
2026-03-140.10548
2026-03-210.10703
2026-03-280.10555
2026-04-040.10545
2026-04-110.10785
2026-04-180.10912
2026-04-250.10845
2026-05-020.10854
2026-05-090.10851
2026-05-160.10584
2026-05-230.10675
2026-05-300.10819
2026-06-060.10563
2026-06-130.10592
2026-06-200.10429
2026-06-270.10271
2026-07-040.10358
2026-07-110.10348
2026-07-180.10368
2026-07-250.10292
2026-08-010.10502
2026-08-080.10549
2026-08-150.10498
2026-08-220.10554
2026-08-290.10409
2026-09-050.10450
2026-09-120.10310
2026-09-190.10172
2026-09-260.10082

High

0.11212

Low

0.10082

Average

0.10640

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.