Skip to content

TWD to STD exchange rate API

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

681.1407

▼ +3.24% over 1Y

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 year, TWD/STD traded between 650.8040 and 704.6699, averaged 673.2768 and fell 3.24%. 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 1Y

TWD/STD over 1Y: show the values
PointTWD/STD
2025-09-24703.9616
2025-10-01700.7338
2025-10-08704.6699
2025-10-15697.1802
2025-10-22691.6904
2025-10-29695.3478
2025-11-05694.7222
2025-11-12686.6983
2025-11-19683.3687
2025-11-26680.4569
2025-12-03679.7540
2025-12-11679.9623
2025-12-18665.3382
2025-12-25670.7479
2026-01-01669.7116
2026-01-08669.2707
2026-01-15671.4786
2026-01-22667.5285
2026-01-29660.2151
2026-02-05661.2036
2026-02-12659.4731
2026-02-19663.3422
2026-02-26671.4751
2026-03-05671.1301
2026-03-12673.6864
2026-03-19671.6574
2026-03-26667.5382
2026-04-02669.0121
2026-04-09650.8040
2026-04-16655.9610
2026-04-23656.2474
2026-04-30654.2688
2026-05-07659.8609
2026-05-15656.0335
2026-05-23671.7658
2026-05-30674.7484
2026-06-06675.4641
2026-06-15675.0077
2026-06-22680.5623
2026-06-29679.2206
2026-07-06673.2161
2026-07-13674.4150
2026-07-20666.5728
2026-07-27669.1269
2026-08-03659.5642
2026-08-10662.0637
2026-08-17668.1979
2026-08-25662.8923
2026-09-01670.9408
2026-09-08674.3776
2026-09-15670.7094
2026-09-22679.1551

High

704.6699

Low

650.8040

Average

673.2768

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.