Skip to content

TJS to MRO exchange rate API

Somoni to Ouguiya · quoted 2026-09-25

43.4220

▲ +16.11% over 5Y

1 TJS = 43.4220 MRO · 1 MRO = 0.02303 TJS · Get this rate via the API

1 TJS buys 43.4220 MRO as of 2026-09-25, so 1 MRO buys 0.02303 TJS. Over the last 5 years, TJS/MRO traded between 36.1840 and 43.4220, averaged 40.5851 and rose 16.11%. The API holds daily TJS/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MRO over 5Y

TJS/MRO over 5Y: show the values
PointTJS/MRO
2024-08-2437.3965
2024-10-0737.3117
2024-11-0637.3615
2024-12-0636.4506
2025-01-0536.6562
2025-02-0436.9095
2025-03-0736.1840
2025-04-1136.5249
2025-05-1238.4084
2025-06-1239.4543
2025-07-1241.0858
2025-08-1142.7021
2025-09-1042.4572
2025-10-1143.3024
2025-11-1042.9719
2025-12-1143.0536
2026-01-1042.9705
2026-02-0942.5430
2026-03-1241.6895
2026-05-1742.8733
2026-06-2043.0840
2026-07-2143.2443
2026-08-2143.1626
2026-09-2143.4065

High

43.4220

Low

36.1840

Average

40.5851

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MRO API questions

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

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

How far back does TJS/MRO historical data go?

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