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: show the values
| Point | TWD/STD |
|---|---|
| 2025-09-24 | 703.9616 |
| 2025-10-01 | 700.7338 |
| 2025-10-08 | 704.6699 |
| 2025-10-15 | 697.1802 |
| 2025-10-22 | 691.6904 |
| 2025-10-29 | 695.3478 |
| 2025-11-05 | 694.7222 |
| 2025-11-12 | 686.6983 |
| 2025-11-19 | 683.3687 |
| 2025-11-26 | 680.4569 |
| 2025-12-03 | 679.7540 |
| 2025-12-11 | 679.9623 |
| 2025-12-18 | 665.3382 |
| 2025-12-25 | 670.7479 |
| 2026-01-01 | 669.7116 |
| 2026-01-08 | 669.2707 |
| 2026-01-15 | 671.4786 |
| 2026-01-22 | 667.5285 |
| 2026-01-29 | 660.2151 |
| 2026-02-05 | 661.2036 |
| 2026-02-12 | 659.4731 |
| 2026-02-19 | 663.3422 |
| 2026-02-26 | 671.4751 |
| 2026-03-05 | 671.1301 |
| 2026-03-12 | 673.6864 |
| 2026-03-19 | 671.6574 |
| 2026-03-26 | 667.5382 |
| 2026-04-02 | 669.0121 |
| 2026-04-09 | 650.8040 |
| 2026-04-16 | 655.9610 |
| 2026-04-23 | 656.2474 |
| 2026-04-30 | 654.2688 |
| 2026-05-07 | 659.8609 |
| 2026-05-15 | 656.0335 |
| 2026-05-23 | 671.7658 |
| 2026-05-30 | 674.7484 |
| 2026-06-06 | 675.4641 |
| 2026-06-15 | 675.0077 |
| 2026-06-22 | 680.5623 |
| 2026-06-29 | 679.2206 |
| 2026-07-06 | 673.2161 |
| 2026-07-13 | 674.4150 |
| 2026-07-20 | 666.5728 |
| 2026-07-27 | 669.1269 |
| 2026-08-03 | 659.5642 |
| 2026-08-10 | 662.0637 |
| 2026-08-17 | 668.1979 |
| 2026-08-25 | 662.8923 |
| 2026-09-01 | 670.9408 |
| 2026-09-08 | 674.3776 |
| 2026-09-15 | 670.7094 |
| 2026-09-22 | 679.1551 |
High
704.6699
Low
650.8040
Average
673.2768
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.