Skip to content

TWD to SEK exchange rate API

New Taiwan Dollar to Swedish Krona · quoted 2026-09-24

0.31149

▼ +0.70% over 5Y

1 TWD = 0.31149 SEK · 1 SEK = 3.2104 TWD · Get this rate via the API

1 TWD buys 0.31149 SEK as of 2026-09-24, so 1 SEK buys 3.2104 TWD. Over the last 5 years, TWD/SEK traded between 0.28542 and 0.34962, averaged 0.32398 and fell 0.70%. 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

TWD/SEK over 5Y: show the values
PointTWD/SEK
2021-09-270.31370
2021-11-080.30893
2021-12-200.32753
2022-02-010.33367
2022-03-150.33518
2022-04-290.33166
2022-06-150.34311
2022-07-270.34356
2022-09-070.34962
2022-10-190.34837
2022-11-300.34171
2023-01-120.34400
2023-02-230.34301
2023-04-110.34343
2023-05-260.34883
2023-07-100.34532
2023-08-210.34227
2023-10-020.34095
2023-11-130.33640
2023-12-270.32389
2024-02-080.33371
2024-03-210.32689
2024-05-080.33710
2024-06-240.32400
2024-08-050.32235
2024-09-130.32612
2024-10-160.32889
2024-11-150.34238
2024-12-150.34212
2025-01-140.34584
2025-02-130.33680
2025-03-150.30774
2025-04-140.30347
2025-05-140.32540
2025-06-130.32802
2025-07-130.33016
2025-08-120.32805
2025-09-110.31453
2025-10-110.30950
2025-11-100.30640
2025-12-100.29904
2026-01-090.29200
2026-02-080.28542
2026-03-100.28658
2026-04-090.29267
2026-05-090.29428
2026-06-090.29797
2026-07-090.30081
2026-08-080.29421
2026-09-070.30407

High

0.34962

Low

0.28542

Average

0.32398

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=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&currencies=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.