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: show the values
| Point | MYR/TJS |
|---|---|
| 2025-09-25 | 2.2263 |
| 2025-10-02 | 2.2160 |
| 2025-10-09 | 2.2065 |
| 2025-10-16 | 2.1741 |
| 2025-10-23 | 2.1810 |
| 2025-10-30 | 2.1928 |
| 2025-11-06 | 2.2130 |
| 2025-11-13 | 2.2331 |
| 2025-11-20 | 2.2206 |
| 2025-11-27 | 2.2435 |
| 2025-12-04 | 2.2365 |
| 2025-12-12 | 2.2454 |
| 2025-12-19 | 2.2638 |
| 2025-12-26 | 2.2818 |
| 2026-01-02 | 2.2776 |
| 2026-01-09 | 2.2856 |
| 2026-01-16 | 2.3009 |
| 2026-01-23 | 2.3294 |
| 2026-01-30 | 2.3722 |
| 2026-02-06 | 2.3730 |
| 2026-02-13 | 2.4110 |
| 2026-02-20 | 2.4207 |
| 2026-02-27 | 2.4414 |
| 2026-03-06 | 2.4288 |
| 2026-03-13 | 2.4398 |
| 2026-03-20 | 2.4140 |
| 2026-03-27 | 2.3812 |
| 2026-04-03 | 2.3698 |
| 2026-04-10 | 2.3968 |
| 2026-04-17 | 2.3996 |
| 2026-04-24 | 2.3710 |
| 2026-05-01 | 2.3575 |
| 2026-05-08 | 2.3912 |
| 2026-05-16 | 2.3616 |
| 2026-05-24 | 2.3345 |
| 2026-05-31 | 2.3279 |
| 2026-06-09 | 2.3005 |
| 2026-06-16 | 2.2835 |
| 2026-06-23 | 2.2404 |
| 2026-06-30 | 2.2636 |
| 2026-07-07 | 2.2701 |
| 2026-07-14 | 2.2784 |
| 2026-07-21 | 2.2622 |
| 2026-07-28 | 2.2599 |
| 2026-08-04 | 2.2582 |
| 2026-08-11 | 2.2586 |
| 2026-08-18 | 2.2755 |
| 2026-08-26 | 2.2881 |
| 2026-09-02 | 2.2835 |
| 2026-09-09 | 2.2689 |
| 2026-09-16 | 2.2575 |
| 2026-09-23 | 2.2642 |
High
2.4414
Low
2.1741
Average
2.2998
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=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¤cies=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.