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: show the values
| Point | TJS/MUR |
|---|---|
| 2025-09-26 | 4.8496 |
| 2025-10-03 | 4.8577 |
| 2025-10-10 | 4.8644 |
| 2025-10-17 | 4.9160 |
| 2025-10-24 | 4.9158 |
| 2025-10-31 | 4.9379 |
| 2025-11-07 | 4.9817 |
| 2025-11-14 | 4.9612 |
| 2025-11-21 | 4.9743 |
| 2025-11-28 | 4.9908 |
| 2025-12-05 | 5.0043 |
| 2025-12-13 | 4.9706 |
| 2025-12-20 | 5.0216 |
| 2025-12-27 | 4.9669 |
| 2026-01-03 | 4.9966 |
| 2026-01-10 | 4.9976 |
| 2026-01-17 | 4.9706 |
| 2026-01-24 | 4.9126 |
| 2026-01-31 | 4.8268 |
| 2026-02-07 | 4.9130 |
| 2026-02-14 | 4.8641 |
| 2026-02-21 | 4.8958 |
| 2026-02-28 | 4.8751 |
| 2026-03-07 | 4.9430 |
| 2026-03-14 | 4.8460 |
| 2026-03-21 | 4.8527 |
| 2026-03-28 | 4.8943 |
| 2026-04-04 | 4.9102 |
| 2026-04-11 | 4.8949 |
| 2026-04-18 | 4.9093 |
| 2026-04-25 | 4.9944 |
| 2026-05-02 | 5.0140 |
| 2026-05-09 | 5.0184 |
| 2026-05-17 | 5.0481 |
| 2026-05-25 | 5.1172 |
| 2026-06-01 | 5.1251 |
| 2026-06-10 | 5.1199 |
| 2026-06-17 | 5.0971 |
| 2026-06-24 | 5.1652 |
| 2026-07-01 | 5.1039 |
| 2026-07-08 | 5.0756 |
| 2026-07-15 | 5.1338 |
| 2026-07-22 | 5.1108 |
| 2026-07-29 | 5.1536 |
| 2026-08-05 | 5.0509 |
| 2026-08-12 | 5.1029 |
| 2026-08-20 | 5.1208 |
| 2026-08-27 | 5.0711 |
| 2026-09-03 | 5.1184 |
| 2026-09-10 | 5.0746 |
| 2026-09-17 | 5.1254 |
| 2026-09-24 | 5.1701 |
High
5.1701
Low
4.8268
Average
4.9997
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.