Skip to content

TWD to STD exchange rate API

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

681.1407

▲ +1.34% over YTD

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 year to date, TWD/STD traded between 654.2466 and 681.1407, averaged 668.1221 and rose 1.34%. 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 YTD

TWD/STD over YTD: show the values
PointTWD/STD
2025-12-31672.1213
2026-01-07670.4023
2026-01-14669.3221
2026-01-21666.7582
2026-01-28658.0476
2026-02-04662.2690
2026-02-11661.9311
2026-02-18663.8625
2026-02-25667.9987
2026-03-04670.7161
2026-03-11667.6421
2026-03-18671.0744
2026-03-25667.9064
2026-04-01669.4710
2026-04-08668.5644
2026-04-15654.2466
2026-04-22657.1253
2026-04-29655.2973
2026-05-06657.4738
2026-05-14668.3008
2026-05-21671.8482
2026-05-29675.4038
2026-06-05673.4356
2026-06-14672.4423
2026-06-21677.0144
2026-06-28679.7692
2026-07-05673.6431
2026-07-12669.7410
2026-07-19661.1315
2026-07-26668.8258
2026-08-02661.7939
2026-08-09661.1771
2026-08-16664.3744
2026-08-24667.5116
2026-08-31675.3335
2026-09-07673.4349
2026-09-14671.3270
2026-09-21676.8817

High

681.1407

Low

654.2466

Average

668.1221

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.