Skip to content

TJS to MYR exchange rate API

Somoni to Malaysian Ringgit · quoted 2026-09-25

0.44340

▼ +1.29% over 1Y

1 TJS = 0.44340 MYR · 1 MYR = 2.2553 TJS · Get this rate via the API

1 TJS buys 0.44340 MYR as of 2026-09-25, so 1 MYR buys 2.2553 TJS. Over the last year, TJS/MYR traded between 0.40959 and 0.45996, averaged 0.43524 and fell 1.29%. The API holds daily TJS/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MYR over 1Y

TJS/MYR over 1Y: show the values
PointTJS/MYR
2025-09-250.44918
2025-10-020.45125
2025-10-090.45321
2025-10-160.45996
2025-10-230.45849
2025-10-300.45604
2025-11-060.45187
2025-11-130.44782
2025-11-200.45032
2025-11-270.44574
2025-12-040.44713
2025-12-120.44536
2025-12-190.44173
2025-12-260.43825
2026-01-020.43906
2026-01-090.43751
2026-01-160.43462
2026-01-230.42929
2026-01-300.42156
2026-02-060.42140
2026-02-130.41477
2026-02-200.41310
2026-02-270.40959
2026-03-060.41172
2026-03-130.40987
2026-03-200.41425
2026-03-270.41995
2026-04-030.42197
2026-04-100.41723
2026-04-170.41674
2026-04-240.42176
2026-05-010.42419
2026-05-080.41820
2026-05-160.42343
2026-05-240.42836
2026-05-310.42957
2026-06-090.43469
2026-06-160.43791
2026-06-230.44636
2026-06-300.44178
2026-07-070.44050
2026-07-140.43891
2026-07-210.44205
2026-07-280.44250
2026-08-040.44284
2026-08-110.44274
2026-08-180.43946
2026-08-260.43704
2026-09-020.43792
2026-09-090.44073
2026-09-160.44297
2026-09-230.44165

High

0.45996

Low

0.40959

Average

0.43524

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MYR API questions

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

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

How far back does TJS/MYR historical data go?

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