Skip to content

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

TJS/MXN over 1Y: show the values
PointTJS/MXN
2025-09-271.9660
2025-10-041.9836
2025-10-112.0165
2025-10-181.9918
2025-10-251.9871
2025-11-012.0116
2025-11-081.9991
2025-11-151.9809
2025-11-222.0047
2025-11-291.9809
2025-12-061.9808
2025-12-141.9507
2025-12-211.9562
2025-12-281.9355
2026-01-041.9410
2026-01-111.9328
2026-01-181.8931
2026-01-251.8564
2026-02-011.8571
2026-02-081.8422
2026-02-151.8188
2026-02-221.8109
2026-03-011.8207
2026-03-081.8680
2026-03-151.8681
2026-03-221.8753
2026-03-291.8919
2026-04-051.8686
2026-04-121.8317
2026-04-191.8353
2026-04-261.8534
2026-05-031.8595
2026-05-101.8483
2026-05-181.8497
2026-05-261.8698
2026-06-021.8714
2026-06-111.8648
2026-06-181.8757
2026-06-251.9038
2026-07-021.8976
2026-07-091.8949
2026-07-161.8927
2026-07-231.8902
2026-07-301.8959
2026-08-061.8708
2026-08-131.8427
2026-08-211.8267
2026-08-281.8352
2026-09-041.8315
2026-09-111.8376
2026-09-181.8623
2026-09-251.9199

High

2.0165

Low

1.8109

Average

1.8975

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=MXN");
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=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&currencies=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.