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: show the values
| Point | TJS/MRO |
|---|---|
| 2024-08-24 | 37.3965 |
| 2024-10-07 | 37.3117 |
| 2024-11-06 | 37.3615 |
| 2024-12-06 | 36.4506 |
| 2025-01-05 | 36.6562 |
| 2025-02-04 | 36.9095 |
| 2025-03-07 | 36.1840 |
| 2025-04-11 | 36.5249 |
| 2025-05-12 | 38.4084 |
| 2025-06-12 | 39.4543 |
| 2025-07-12 | 41.0858 |
| 2025-08-11 | 42.7021 |
| 2025-09-10 | 42.4572 |
| 2025-10-11 | 43.3024 |
| 2025-11-10 | 42.9719 |
| 2025-12-11 | 43.0536 |
| 2026-01-10 | 42.9705 |
| 2026-02-09 | 42.5430 |
| 2026-03-12 | 41.6895 |
| 2026-05-17 | 42.8733 |
| 2026-06-20 | 43.0840 |
| 2026-07-21 | 43.2443 |
| 2026-08-21 | 43.1626 |
| 2026-09-21 | 43.4065 |
High
43.4220
Low
36.1840
Average
40.5851
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.