Skip to content

MYR to TJS exchange rate API

Malaysian Ringgit to Somoni · quoted 2026-09-25

2.2553

▼ +1.10% over YTD

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 year to date, MYR/TJS traded between 2.2465 and 2.4461, averaged 2.3282 and fell 1.10%. 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 YTD

MYR/TJS over YTD: show the values
PointMYR/TJS
2025-12-312.2803
2026-01-072.2801
2026-01-142.3075
2026-01-212.3054
2026-01-282.3727
2026-02-042.3695
2026-02-112.3836
2026-02-182.4222
2026-02-252.4301
2026-03-042.4228
2026-03-112.4461
2026-03-182.4418
2026-03-252.4132
2026-04-012.3811
2026-04-082.3733
2026-04-152.3957
2026-04-222.3779
2026-04-292.3727
2026-05-062.3772
2026-05-142.3751
2026-05-212.3464
2026-05-292.3224
2026-06-052.3110
2026-06-142.2926
2026-06-212.2465
2026-06-282.2625
2026-07-052.2747
2026-07-122.2696
2026-07-192.2542
2026-07-262.2603
2026-08-022.2589
2026-08-092.2575
2026-08-162.2609
2026-08-242.2853
2026-08-312.3029
2026-09-072.2796
2026-09-142.2678
2026-09-212.2629

High

2.4461

Low

2.2465

Average

2.3282

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.