Skip to content

TJS to MNT exchange rate API

Somoni to Tugrik · quoted 2026-09-27

389.1815

▲ +1.04% over 1Y

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 year, TJS/MNT traded between 0.06549 and 391.1333, averaged 355.0563 and rose 1.04%. 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 1Y

TJS/MNT over 1Y: show the values
PointTJS/MNT
2025-09-27385.1792
2025-10-04387.7020
2025-10-11389.8807
2025-10-18389.9639
2025-10-250.0655
2025-11-010.0751
2025-11-080.0856
2025-11-150.0905
2025-11-22386.7686
2025-11-29385.0023
2025-12-06386.2868
2025-12-14383.7390
2025-12-21385.2953
2025-12-28384.4520
2026-01-04384.9817
2026-01-11382.6951
2026-01-18382.0897
2026-01-25381.1411
2026-02-01379.9469
2026-02-08380.7012
2026-02-15377.7623
2026-02-22376.6669
2026-03-01374.9518
2026-03-08372.1088
2026-03-15371.8547
2026-03-22372.3741
2026-03-29373.3268
2026-04-05373.3994
2026-04-12377.1335
2026-04-19378.5206
2026-04-26382.8125
2026-05-03381.4999
2026-05-10384.8811
2026-05-18382.8054
2026-05-26387.0562
2026-06-02387.5577
2026-06-11383.7823
2026-06-18385.9982
2026-06-25386.4065
2026-07-02387.2249
2026-07-09387.1519
2026-07-16389.5741
2026-07-23388.5993
2026-07-30391.1333
2026-08-06390.2121
2026-08-13388.8114
2026-08-21389.0721
2026-08-28389.8770
2026-09-04390.0739
2026-09-11389.5100
2026-09-18390.2246
2026-09-25390.2969

High

391.1333

Low

0.06549

Average

355.0563

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.