Skip to content

TWD to WST exchange rate API

New Taiwan Dollar to Tala · quoted 2026-09-24

0.08640

▼ +1.90% over YTD

1 TWD = 0.08640 WST · 1 WST = 11.5746 TWD · Get this rate via the API

1 TWD buys 0.08640 WST as of 2026-09-24, so 1 WST buys 11.5746 TWD. Over the year to date, TWD/WST traded between 0.08402 and 0.08807, averaged 0.08577 and fell 1.90%. The API holds daily TWD/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/WST over YTD

TWD/WST over YTD: show the values
PointTWD/WST
2025-12-310.08807
2026-01-070.08789
2026-01-140.08759
2026-01-210.08711
2026-01-280.08660
2026-02-040.08557
2026-02-110.08559
2026-02-180.08568
2026-02-250.08636
2026-03-040.08532
2026-03-110.08505
2026-03-180.08508
2026-03-250.08554
2026-04-010.08568
2026-04-080.08652
2026-04-150.08560
2026-04-220.08618
2026-04-290.08559
2026-05-060.08561
2026-05-130.08541
2026-05-200.08552
2026-05-270.08573
2026-06-030.08538
2026-06-110.08628
2026-06-180.08585
2026-06-250.08646
2026-07-020.08623
2026-07-090.08533
2026-07-160.08443
2026-07-230.08449
2026-07-300.08402
2026-08-060.08438
2026-08-130.08465
2026-08-200.08498
2026-08-270.08509
2026-09-030.08559
2026-09-100.08593
2026-09-170.08570
2026-09-240.08639

High

0.08807

Low

0.08402

Average

0.08577

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/WST API questions

How do I get the TWD/WST exchange rate from an API?

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

How far back does TWD/WST historical data go?

Daily TWD/WST 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 TWD/WST 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.