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: show the values
| Point | TWD/STD |
|---|---|
| 2025-12-31 | 672.1213 |
| 2026-01-07 | 670.4023 |
| 2026-01-14 | 669.3221 |
| 2026-01-21 | 666.7582 |
| 2026-01-28 | 658.0476 |
| 2026-02-04 | 662.2690 |
| 2026-02-11 | 661.9311 |
| 2026-02-18 | 663.8625 |
| 2026-02-25 | 667.9987 |
| 2026-03-04 | 670.7161 |
| 2026-03-11 | 667.6421 |
| 2026-03-18 | 671.0744 |
| 2026-03-25 | 667.9064 |
| 2026-04-01 | 669.4710 |
| 2026-04-08 | 668.5644 |
| 2026-04-15 | 654.2466 |
| 2026-04-22 | 657.1253 |
| 2026-04-29 | 655.2973 |
| 2026-05-06 | 657.4738 |
| 2026-05-14 | 668.3008 |
| 2026-05-21 | 671.8482 |
| 2026-05-29 | 675.4038 |
| 2026-06-05 | 673.4356 |
| 2026-06-14 | 672.4423 |
| 2026-06-21 | 677.0144 |
| 2026-06-28 | 679.7692 |
| 2026-07-05 | 673.6431 |
| 2026-07-12 | 669.7410 |
| 2026-07-19 | 661.1315 |
| 2026-07-26 | 668.8258 |
| 2026-08-02 | 661.7939 |
| 2026-08-09 | 661.1771 |
| 2026-08-16 | 664.3744 |
| 2026-08-24 | 667.5116 |
| 2026-08-31 | 675.3335 |
| 2026-09-07 | 673.4349 |
| 2026-09-14 | 671.3270 |
| 2026-09-21 | 676.8817 |
High
681.1407
Low
654.2466
Average
668.1221
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.