Skip to content

TJS to MNT exchange rate API

Somoni to Tugrik · quoted 2026-09-27

389.1815

▲ +22.22% over 5Y

1 TJS = 389.1815 MNT · 1 MNT = 0.002569 TJS · Get this rate via the API

1 TJS buys 389.1815 MNT as of 2026-09-27, so 1 MNT buys 0.002569 TJS. Over the last 5 years, TJS/MNT traded between 0.08899 and 390.1991, averaged 345.5920 and rose 22.22%. The API holds daily TJS/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MNT over 5Y

TJS/MNT over 5Y: show the values
PointTJS/MNT
2024-08-24318.4377
2024-10-07319.3865
2024-11-06320.4810
2024-12-06314.2190
2025-01-05313.0558
2025-02-04316.9637
2025-03-06318.6831
2025-04-06322.8544
2025-05-06344.1080
2025-06-07362.3907
2025-07-07368.6405
2025-08-06381.1639
2025-09-05379.1835
2025-10-06386.0516
2025-11-050.0890
2025-12-05385.5377
2026-01-05384.6501
2026-02-04383.0087
2026-03-06372.5632
2026-04-05373.3994
2026-05-05381.9936
2026-06-06383.3858
2026-07-08386.4819
2026-08-07389.2826
2026-09-07390.1991

High

390.1991

Low

0.08899

Average

345.5920

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MNT API questions

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

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

How far back does TJS/MNT historical data go?

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