Skip to content

TWD to STD exchange rate API

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

681.1407

▼ +1.67% over 5Y

1 TWD = 681.1407 STD · 1 STD = 0.001468 TWD · Get this rate via the API

1 TWD buys 681.1407 STD as of 2026-09-24, so 1 STD buys 0.001468 TWD. Over the last 5 years, TWD/STD traded between 654.8043 and 742.8407, averaged 696.7534 and fell 1.67%. The API holds daily TWD/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/STD over 5Y

TWD/STD over 5Y: show the values
PointTWD/STD
2024-08-24692.7293
2024-10-07705.5931
2024-11-06719.0109
2024-12-06736.0645
2025-01-05732.8296
2025-02-04737.8342
2025-03-06712.8359
2025-04-06676.7507
2025-05-06742.8407
2025-06-07724.7423
2025-07-07733.9173
2025-08-06726.0855
2025-09-05704.7574
2025-10-06702.7939
2025-11-05694.7222
2025-12-05676.5831
2026-01-05671.3143
2026-02-04662.2690
2026-03-06669.2547
2026-04-05667.7991
2026-05-05654.8043
2026-06-06675.4641
2026-07-08676.8672
2026-08-07663.1500
2026-09-07673.4349

High

742.8407

Low

654.8043

Average

696.7534

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/STD API questions

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

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

How far back does TWD/STD historical data go?

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