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: show the values
| Point | SGD/SEK |
|---|---|
| 2021-09-27 | 6.4229 |
| 2021-11-08 | 6.3793 |
| 2021-12-20 | 6.6825 |
| 2022-01-31 | 6.9418 |
| 2022-03-14 | 7.0494 |
| 2022-04-27 | 7.1247 |
| 2022-06-08 | 7.1053 |
| 2022-07-20 | 7.3645 |
| 2022-08-31 | 7.6446 |
| 2022-10-12 | 7.9047 |
| 2022-11-23 | 7.6204 |
| 2023-01-05 | 7.8694 |
| 2023-02-16 | 7.7987 |
| 2023-03-30 | 7.8145 |
| 2023-05-16 | 7.7528 |
| 2023-06-27 | 7.9505 |
| 2023-08-08 | 7.9534 |
| 2023-09-19 | 8.1423 |
| 2023-10-31 | 8.1429 |
| 2023-12-12 | 7.7916 |
| 2024-01-26 | 7.7696 |
| 2024-03-08 | 7.6686 |
| 2024-04-23 | 7.9784 |
| 2024-06-05 | 7.7284 |
| 2024-07-17 | 7.8503 |
| 2024-08-27 | 7.8173 |
| 2024-10-01 | 7.9212 |
| 2024-10-31 | 8.0899 |
| 2024-11-30 | 8.1232 |
| 2024-12-30 | 8.1085 |
| 2025-01-29 | 8.1528 |
| 2025-02-28 | 7.9704 |
| 2025-03-30 | 7.4663 |
| 2025-04-29 | 7.3600 |
| 2025-05-29 | 7.4720 |
| 2025-06-28 | 7.4342 |
| 2025-07-28 | 7.4527 |
| 2025-08-27 | 7.4389 |
| 2025-09-26 | 7.3102 |
| 2025-10-26 | 7.2320 |
| 2025-11-25 | 7.3467 |
| 2025-12-25 | 7.1471 |
| 2026-01-24 | 7.0321 |
| 2026-02-23 | 7.1671 |
| 2026-03-25 | 7.2638 |
| 2026-04-24 | 7.2379 |
| 2026-05-24 | 7.3014 |
| 2026-06-23 | 7.4907 |
| 2026-07-23 | 7.5423 |
| 2026-08-22 | 7.4634 |
| 2026-09-21 | 7.6978 |
High
8.1528
Low
6.3793
Average
7.5432
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.