Skip to content

TWD to TJS exchange rate API

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

0.29091

▼ +7.04% over 1Y

1 TWD = 0.29091 TJS · 1 TJS = 3.4375 TWD · Get this rate via the API

1 TWD buys 0.29091 TJS as of 2026-09-24, so 1 TJS buys 3.4375 TWD. Over the last year, TWD/TJS traded between 0.28463 and 0.31352, averaged 0.29593 and fell 7.04%. The API holds daily TWD/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/TJS over 1Y

TWD/TJS over 1Y: show the values
PointTWD/TJS
2025-09-240.31292
2025-10-010.31352
2025-10-080.30865
2025-10-150.29984
2025-10-220.29849
2025-10-290.30221
2025-11-050.29816
2025-11-120.29827
2025-11-190.29689
2025-11-260.29460
2025-12-030.29595
2025-12-110.29493
2025-12-180.29115
2025-12-250.29434
2026-01-010.29482
2026-01-080.29454
2026-01-150.29479
2026-01-220.29540
2026-01-290.29822
2026-02-050.29544
2026-02-120.29985
2026-02-190.29937
2026-02-260.30236
2026-03-050.30181
2026-03-120.30182
2026-03-190.30093
2026-03-260.30057
2026-04-020.29917
2026-04-090.29867
2026-04-160.29873
2026-04-230.29953
2026-04-300.29644
2026-05-070.29801
2026-05-150.29624
2026-05-230.29480
2026-05-300.29376
2026-06-060.29535
2026-06-150.29505
2026-06-220.29367
2026-06-290.29085
2026-07-060.28905
2026-07-130.28890
2026-07-200.28488
2026-07-270.28517
2026-08-030.28463
2026-08-100.28546
2026-08-170.28923
2026-08-250.28977
2026-09-010.29125
2026-09-080.29307
2026-09-150.29034
2026-09-220.29159

High

0.31352

Low

0.28463

Average

0.29593

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/TJS API questions

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

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

How far back does TWD/TJS historical data go?

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