Skip to content

TJS to MUR exchange rate API

Somoni to Mauritius Rupee · quoted 2026-09-26

5.1554

▲ +6.31% over 1Y

1 TJS = 5.1554 MUR · 1 MUR = 0.19397 TJS · Get this rate via the API

1 TJS buys 5.1554 MUR as of 2026-09-26, so 1 MUR buys 0.19397 TJS. Over the last year, TJS/MUR traded between 4.8268 and 5.1701, averaged 4.9997 and rose 6.31%. The API holds daily TJS/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MUR over 1Y

TJS/MUR over 1Y: show the values
PointTJS/MUR
2025-09-264.8496
2025-10-034.8577
2025-10-104.8644
2025-10-174.9160
2025-10-244.9158
2025-10-314.9379
2025-11-074.9817
2025-11-144.9612
2025-11-214.9743
2025-11-284.9908
2025-12-055.0043
2025-12-134.9706
2025-12-205.0216
2025-12-274.9669
2026-01-034.9966
2026-01-104.9976
2026-01-174.9706
2026-01-244.9126
2026-01-314.8268
2026-02-074.9130
2026-02-144.8641
2026-02-214.8958
2026-02-284.8751
2026-03-074.9430
2026-03-144.8460
2026-03-214.8527
2026-03-284.8943
2026-04-044.9102
2026-04-114.8949
2026-04-184.9093
2026-04-254.9944
2026-05-025.0140
2026-05-095.0184
2026-05-175.0481
2026-05-255.1172
2026-06-015.1251
2026-06-105.1199
2026-06-175.0971
2026-06-245.1652
2026-07-015.1039
2026-07-085.0756
2026-07-155.1338
2026-07-225.1108
2026-07-295.1536
2026-08-055.0509
2026-08-125.1029
2026-08-205.1208
2026-08-275.0711
2026-09-035.1184
2026-09-105.0746
2026-09-175.1254
2026-09-245.1701

High

5.1701

Low

4.8268

Average

4.9997

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MUR API questions

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

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

How far back does TJS/MUR historical data go?

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