Skip to content

MYR to TJS exchange rate API

Malaysian Ringgit to Somoni · quoted 2026-09-25

2.2553

▲ +1.30% over 1Y

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

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

MYR/TJS over 1Y

MYR/TJS over 1Y: show the values
PointMYR/TJS
2025-09-252.2263
2025-10-022.2160
2025-10-092.2065
2025-10-162.1741
2025-10-232.1810
2025-10-302.1928
2025-11-062.2130
2025-11-132.2331
2025-11-202.2206
2025-11-272.2435
2025-12-042.2365
2025-12-122.2454
2025-12-192.2638
2025-12-262.2818
2026-01-022.2776
2026-01-092.2856
2026-01-162.3009
2026-01-232.3294
2026-01-302.3722
2026-02-062.3730
2026-02-132.4110
2026-02-202.4207
2026-02-272.4414
2026-03-062.4288
2026-03-132.4398
2026-03-202.4140
2026-03-272.3812
2026-04-032.3698
2026-04-102.3968
2026-04-172.3996
2026-04-242.3710
2026-05-012.3575
2026-05-082.3912
2026-05-162.3616
2026-05-242.3345
2026-05-312.3279
2026-06-092.3005
2026-06-162.2835
2026-06-232.2404
2026-06-302.2636
2026-07-072.2701
2026-07-142.2784
2026-07-212.2622
2026-07-282.2599
2026-08-042.2582
2026-08-112.2586
2026-08-182.2755
2026-08-262.2881
2026-09-022.2835
2026-09-092.2689
2026-09-162.2575
2026-09-232.2642

High

2.4414

Low

2.1741

Average

2.2998

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MYR/TJS API questions

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

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

How far back does MYR/TJS historical data go?

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