TJS to MXN exchange rate API
Somoni to Mexican Peso · quoted 2026-09-27
1.9134
▼ +2.67% over 1Y
1 TJS = 1.9134 MXN · 1 MXN = 0.52262 TJS · Get this rate via the API
1 TJS buys 1.9134 MXN as of 2026-09-27, so 1 MXN buys 0.52262 TJS. Over the last year, TJS/MXN traded between 1.8109 and 2.0165, averaged 1.8975 and fell 2.67%. The API holds daily TJS/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/MXN over 1Y: show the values
| Point | TJS/MXN |
|---|---|
| 2025-09-27 | 1.9660 |
| 2025-10-04 | 1.9836 |
| 2025-10-11 | 2.0165 |
| 2025-10-18 | 1.9918 |
| 2025-10-25 | 1.9871 |
| 2025-11-01 | 2.0116 |
| 2025-11-08 | 1.9991 |
| 2025-11-15 | 1.9809 |
| 2025-11-22 | 2.0047 |
| 2025-11-29 | 1.9809 |
| 2025-12-06 | 1.9808 |
| 2025-12-14 | 1.9507 |
| 2025-12-21 | 1.9562 |
| 2025-12-28 | 1.9355 |
| 2026-01-04 | 1.9410 |
| 2026-01-11 | 1.9328 |
| 2026-01-18 | 1.8931 |
| 2026-01-25 | 1.8564 |
| 2026-02-01 | 1.8571 |
| 2026-02-08 | 1.8422 |
| 2026-02-15 | 1.8188 |
| 2026-02-22 | 1.8109 |
| 2026-03-01 | 1.8207 |
| 2026-03-08 | 1.8680 |
| 2026-03-15 | 1.8681 |
| 2026-03-22 | 1.8753 |
| 2026-03-29 | 1.8919 |
| 2026-04-05 | 1.8686 |
| 2026-04-12 | 1.8317 |
| 2026-04-19 | 1.8353 |
| 2026-04-26 | 1.8534 |
| 2026-05-03 | 1.8595 |
| 2026-05-10 | 1.8483 |
| 2026-05-18 | 1.8497 |
| 2026-05-26 | 1.8698 |
| 2026-06-02 | 1.8714 |
| 2026-06-11 | 1.8648 |
| 2026-06-18 | 1.8757 |
| 2026-06-25 | 1.9038 |
| 2026-07-02 | 1.8976 |
| 2026-07-09 | 1.8949 |
| 2026-07-16 | 1.8927 |
| 2026-07-23 | 1.8902 |
| 2026-07-30 | 1.8959 |
| 2026-08-06 | 1.8708 |
| 2026-08-13 | 1.8427 |
| 2026-08-21 | 1.8267 |
| 2026-08-28 | 1.8352 |
| 2026-09-04 | 1.8315 |
| 2026-09-11 | 1.8376 |
| 2026-09-18 | 1.8623 |
| 2026-09-25 | 1.9199 |
High
2.0165
Low
1.8109
Average
1.8975
Get this rate via the API
One GET request returns the TJS/MXN 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=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/MXN API questions
How do I get the TJS/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/MXN rate in rates.MXN.
How far back does TJS/MXN historical data go?
Daily TJS/MXN 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/MXN 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.