TWD to SEK exchange rate API
New Taiwan Dollar to Swedish Krona · quoted 2026-09-24
0.31127
▼ +0.78% over 5Y
1 TWD = 0.31127 SEK · 1 SEK = 3.2127 TWD · Get this rate via the API
1 TWD buys 0.31127 SEK as of 2026-09-24, so 1 SEK buys 3.2127 TWD. Over the last 5 years, TWD/SEK traded between 0.28542 and 0.34962, averaged 0.32398 and fell 0.78%. The API holds daily TWD/SEK rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/SEK over 5Y: show the values
| Point | TWD/SEK |
|---|---|
| 2021-09-27 | 0.31370 |
| 2021-11-08 | 0.30893 |
| 2021-12-20 | 0.32753 |
| 2022-02-01 | 0.33367 |
| 2022-03-15 | 0.33518 |
| 2022-04-29 | 0.33166 |
| 2022-06-15 | 0.34311 |
| 2022-07-27 | 0.34356 |
| 2022-09-07 | 0.34962 |
| 2022-10-19 | 0.34837 |
| 2022-11-30 | 0.34171 |
| 2023-01-12 | 0.34400 |
| 2023-02-23 | 0.34301 |
| 2023-04-11 | 0.34343 |
| 2023-05-26 | 0.34883 |
| 2023-07-10 | 0.34532 |
| 2023-08-21 | 0.34227 |
| 2023-10-02 | 0.34095 |
| 2023-11-13 | 0.33640 |
| 2023-12-27 | 0.32389 |
| 2024-02-08 | 0.33371 |
| 2024-03-21 | 0.32689 |
| 2024-05-08 | 0.33710 |
| 2024-06-24 | 0.32400 |
| 2024-08-05 | 0.32235 |
| 2024-09-13 | 0.32612 |
| 2024-10-16 | 0.32889 |
| 2024-11-15 | 0.34238 |
| 2024-12-15 | 0.34212 |
| 2025-01-14 | 0.34584 |
| 2025-02-13 | 0.33680 |
| 2025-03-15 | 0.30774 |
| 2025-04-14 | 0.30347 |
| 2025-05-14 | 0.32540 |
| 2025-06-13 | 0.32802 |
| 2025-07-13 | 0.33016 |
| 2025-08-12 | 0.32805 |
| 2025-09-11 | 0.31453 |
| 2025-10-11 | 0.30950 |
| 2025-11-10 | 0.30640 |
| 2025-12-10 | 0.29904 |
| 2026-01-09 | 0.29200 |
| 2026-02-08 | 0.28542 |
| 2026-03-10 | 0.28658 |
| 2026-04-09 | 0.29267 |
| 2026-05-09 | 0.29428 |
| 2026-06-09 | 0.29797 |
| 2026-07-09 | 0.30081 |
| 2026-08-08 | 0.29421 |
| 2026-09-07 | 0.30407 |
High
0.34962
Low
0.28542
Average
0.32398
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SEK").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/SEK API questions
How do I get the TWD/SEK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/SEK rate in rates.SEK.
How far back does TWD/SEK historical data go?
Daily TWD/SEK rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TWD/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.