Skip to content

SGD to SEK exchange rate API

Singapore Dollar to Swedish Krona · quoted 2026-09-25

7.7572

▲ +20.78% over 5Y

1 SGD = 7.7572 SEK · 1 SEK = 0.12891 SGD · Get this rate via the API

1 SGD buys 7.7572 SEK as of 2026-09-25, so 1 SEK buys 0.12891 SGD. Over the last 5 years, SGD/SEK traded between 6.3793 and 8.1528, averaged 7.5432 and rose 20.78%. The API holds daily SGD/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

SGD/SEK over 5Y

SGD/SEK over 5Y: show the values
PointSGD/SEK
2021-09-276.4229
2021-11-086.3793
2021-12-206.6825
2022-01-316.9418
2022-03-147.0494
2022-04-277.1247
2022-06-087.1053
2022-07-207.3645
2022-08-317.6446
2022-10-127.9047
2022-11-237.6204
2023-01-057.8694
2023-02-167.7987
2023-03-307.8145
2023-05-167.7528
2023-06-277.9505
2023-08-087.9534
2023-09-198.1423
2023-10-318.1429
2023-12-127.7916
2024-01-267.7696
2024-03-087.6686
2024-04-237.9784
2024-06-057.7284
2024-07-177.8503
2024-08-277.8173
2024-10-017.9212
2024-10-318.0899
2024-11-308.1232
2024-12-308.1085
2025-01-298.1528
2025-02-287.9704
2025-03-307.4663
2025-04-297.3600
2025-05-297.4720
2025-06-287.4342
2025-07-287.4527
2025-08-277.4389
2025-09-267.3102
2025-10-267.2320
2025-11-257.3467
2025-12-257.1471
2026-01-247.0321
2026-02-237.1671
2026-03-257.2638
2026-04-247.2379
2026-05-247.3014
2026-06-237.4907
2026-07-237.5423
2026-08-227.4634
2026-09-217.6978

High

8.1528

Low

6.3793

Average

7.5432

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/SEK API questions

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

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

How far back does SGD/SEK historical data go?

Daily SGD/SEK 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 SGD/SEK 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.