TJS to MAD exchange rate API
Somoni to Moroccan Dirham · quoted 2026-09-27
1.0397
▲ +6.81% over 1Y
1 TJS = 1.0397 MAD · 1 MAD = 0.96178 TJS · Get this rate via the API
1 TJS buys 1.0397 MAD as of 2026-09-27, so 1 MAD buys 0.96178 TJS. Over the last year, TJS/MAD traded between 0.96294 and 1.0433, averaged 0.99571 and rose 6.81%. The API holds daily TJS/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/MAD over 1Y: show the values
| Point | TJS/MAD |
|---|---|
| 2025-09-27 | 0.9734 |
| 2025-10-04 | 0.9818 |
| 2025-10-11 | 0.9913 |
| 2025-10-18 | 0.9933 |
| 2025-10-25 | 0.9942 |
| 2025-11-01 | 1.0070 |
| 2025-11-08 | 1.0035 |
| 2025-11-15 | 0.9995 |
| 2025-11-22 | 1.0069 |
| 2025-11-29 | 1.0032 |
| 2025-12-06 | 1.0058 |
| 2025-12-14 | 0.9951 |
| 2025-12-21 | 0.9951 |
| 2025-12-28 | 0.9854 |
| 2026-01-04 | 0.9895 |
| 2026-01-11 | 0.9946 |
| 2026-01-18 | 0.9905 |
| 2026-01-25 | 0.9769 |
| 2026-02-01 | 0.9717 |
| 2026-02-08 | 0.9797 |
| 2026-02-15 | 0.9682 |
| 2026-02-22 | 0.9690 |
| 2026-03-01 | 0.9629 |
| 2026-03-08 | 0.9714 |
| 2026-03-15 | 0.9829 |
| 2026-03-22 | 0.9769 |
| 2026-03-29 | 0.9771 |
| 2026-04-05 | 0.9833 |
| 2026-04-12 | 0.9780 |
| 2026-04-19 | 0.9782 |
| 2026-04-26 | 0.9856 |
| 2026-05-03 | 0.9852 |
| 2026-05-10 | 0.9806 |
| 2026-05-18 | 0.9858 |
| 2026-05-26 | 0.9954 |
| 2026-06-02 | 0.9961 |
| 2026-06-11 | 0.9944 |
| 2026-06-18 | 1.0027 |
| 2026-06-25 | 1.0158 |
| 2026-07-02 | 1.0153 |
| 2026-07-09 | 1.0107 |
| 2026-07-16 | 1.0138 |
| 2026-07-23 | 1.0158 |
| 2026-07-30 | 1.0225 |
| 2026-08-06 | 1.0110 |
| 2026-08-13 | 1.0063 |
| 2026-08-21 | 0.9990 |
| 2026-08-28 | 1.0035 |
| 2026-09-04 | 1.0149 |
| 2026-09-11 | 1.0173 |
| 2026-09-18 | 1.0318 |
| 2026-09-25 | 1.0433 |
High
1.0433
Low
0.96294
Average
0.99571
Get this rate via the API
One GET request returns the TJS/MAD 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=MAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MAD").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/MAD API questions
How do I get the TJS/MAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/MAD rate in rates.MAD.
How far back does TJS/MAD historical data go?
Daily TJS/MAD 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/MAD 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.