Skip to content

TJS to TWD exchange rate API

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

3.4339

▲ +5.27% over 1Y

1 TJS = 3.4339 TWD · 1 TWD = 0.29122 TJS · Get this rate via the API

1 TJS buys 3.4339 TWD as of 2026-09-27, so 1 TWD buys 0.29122 TJS. Over the last year, TJS/TWD traded between 3.2618 and 3.5358, averaged 3.3879 and rose 5.27%. The API holds daily TJS/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/TWD over 1Y

TJS/TWD over 1Y: show the values
PointTJS/TWD
2025-09-273.2618
2025-10-043.2776
2025-10-113.3300
2025-10-183.3209
2025-10-253.3206
2025-11-013.3338
2025-11-083.3581
2025-11-153.3088
2025-11-223.4000
2025-11-293.3991
2025-12-063.4102
2025-12-143.3938
2025-12-213.4222
2025-12-283.3944
2026-01-043.3966
2026-01-113.4001
2026-01-183.3923
2026-01-253.3541
2026-02-013.3689
2026-02-083.3735
2026-02-153.3242
2026-02-223.3315
2026-03-013.3011
2026-03-083.3198
2026-03-153.3475
2026-03-223.3448
2026-03-293.3503
2026-04-053.3452
2026-04-123.3445
2026-04-193.3327
2026-04-263.3548
2026-05-033.3714
2026-05-103.3654
2026-05-183.3819
2026-05-263.4036
2026-06-023.4051
2026-06-113.3955
2026-06-183.4075
2026-06-253.4360
2026-07-023.4490
2026-07-093.4722
2026-07-163.4972
2026-07-233.4972
2026-07-303.5358
2026-08-063.4953
2026-08-133.4749
2026-08-213.4410
2026-08-283.4242
2026-09-043.4349
2026-09-113.4258
2026-09-183.4495
2026-09-253.4470

High

3.5358

Low

3.2618

Average

3.3879

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/TWD API questions

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

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

How far back does TJS/TWD historical data go?

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