Skip to content

TWD to TMT exchange rate API

New Taiwan Dollar to Turkmenistan New Manat · quoted 2026-09-24

0.11017

▼ +6.24% over 1Y

1 TWD = 0.11017 TMT · 1 TMT = 9.0768 TWD · Get this rate via the API

1 TWD buys 0.11017 TMT as of 2026-09-24, so 1 TMT buys 9.0768 TWD. Over the last year, TWD/TMT traded between 0.10810 and 0.11750, averaged 0.11120 and fell 6.24%. The API holds daily TWD/TMT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/TMT over 1Y

TWD/TMT over 1Y: show the values
PointTWD/TMT
2025-09-240.11750
2025-10-010.11697
2025-10-080.11637
2025-10-150.11450
2025-10-220.11377
2025-10-290.11446
2025-11-050.11331
2025-11-120.11266
2025-11-190.11210
2025-11-260.11163
2025-12-030.11207
2025-12-110.11236
2025-12-180.11083
2025-12-250.11132
2026-01-010.11159
2026-01-080.11114
2026-01-150.11108
2026-01-220.11091
2026-01-290.11160
2026-02-050.11049
2026-02-120.11152
2026-02-190.11085
2026-02-260.11191
2026-03-050.11027
2026-03-120.10976
2026-03-190.10951
2026-03-260.10948
2026-04-020.10946
2026-04-090.11005
2026-04-160.11108
2026-04-230.11113
2026-04-300.11079
2026-05-070.11174
2026-05-150.11093
2026-05-230.11112
2026-05-300.11131
2026-06-060.11076
2026-06-150.11101
2026-06-220.11058
2026-06-290.10969
2026-07-060.10943
2026-07-130.10906
2026-07-200.10848
2026-07-270.10810
2026-08-030.10823
2026-08-100.10878
2026-08-170.11013
2026-08-250.11000
2026-09-010.11037
2026-09-080.11113
2026-09-150.10996
2026-09-220.11042

High

0.11750

Low

0.10810

Average

0.11120

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/TMT API questions

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

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

How far back does TWD/TMT historical data go?

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