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: show the values
| Point | TJS/MNT |
|---|---|
| 2025-09-27 | 385.1792 |
| 2025-10-04 | 387.7020 |
| 2025-10-11 | 389.8807 |
| 2025-10-18 | 389.9639 |
| 2025-10-25 | 0.0655 |
| 2025-11-01 | 0.0751 |
| 2025-11-08 | 0.0856 |
| 2025-11-15 | 0.0905 |
| 2025-11-22 | 386.7686 |
| 2025-11-29 | 385.0023 |
| 2025-12-06 | 386.2868 |
| 2025-12-14 | 383.7390 |
| 2025-12-21 | 385.2953 |
| 2025-12-28 | 384.4520 |
| 2026-01-04 | 384.9817 |
| 2026-01-11 | 382.6951 |
| 2026-01-18 | 382.0897 |
| 2026-01-25 | 381.1411 |
| 2026-02-01 | 379.9469 |
| 2026-02-08 | 380.7012 |
| 2026-02-15 | 377.7623 |
| 2026-02-22 | 376.6669 |
| 2026-03-01 | 374.9518 |
| 2026-03-08 | 372.1088 |
| 2026-03-15 | 371.8547 |
| 2026-03-22 | 372.3741 |
| 2026-03-29 | 373.3268 |
| 2026-04-05 | 373.3994 |
| 2026-04-12 | 377.1335 |
| 2026-04-19 | 378.5206 |
| 2026-04-26 | 382.8125 |
| 2026-05-03 | 381.4999 |
| 2026-05-10 | 384.8811 |
| 2026-05-18 | 382.8054 |
| 2026-05-26 | 387.0562 |
| 2026-06-02 | 387.5577 |
| 2026-06-11 | 383.7823 |
| 2026-06-18 | 385.9982 |
| 2026-06-25 | 386.4065 |
| 2026-07-02 | 387.2249 |
| 2026-07-09 | 387.1519 |
| 2026-07-16 | 389.5741 |
| 2026-07-23 | 388.5993 |
| 2026-07-30 | 391.1333 |
| 2026-08-06 | 390.2121 |
| 2026-08-13 | 388.8114 |
| 2026-08-21 | 389.0721 |
| 2026-08-28 | 389.8770 |
| 2026-09-04 | 390.0739 |
| 2026-09-11 | 389.5100 |
| 2026-09-18 | 390.2246 |
| 2026-09-25 | 390.2969 |
High
391.1333
Low
0.06549
Average
355.0563
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.