TJS to MNT exchange rate API
Somoni to Tugrik · quoted 2026-09-27
389.1815
▲ +4.34% over 6M
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 6 months, TJS/MNT traded between 373.0084 and 390.3220, averaged 385.3619 and rose 4.34%. 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 6M: show the values
| Point | TJS/MNT |
|---|---|
| 2026-03-31 | 373.0084 |
| 2026-04-07 | 374.1365 |
| 2026-04-14 | 377.3131 |
| 2026-04-21 | 377.5012 |
| 2026-04-28 | 379.8646 |
| 2026-05-05 | 381.9936 |
| 2026-05-12 | 382.7491 |
| 2026-05-20 | 384.8169 |
| 2026-05-28 | 388.1210 |
| 2026-06-04 | 386.4270 |
| 2026-06-13 | 383.9906 |
| 2026-06-20 | 386.0128 |
| 2026-06-27 | 386.6717 |
| 2026-07-04 | 386.1326 |
| 2026-07-11 | 387.3845 |
| 2026-07-18 | 388.4559 |
| 2026-07-25 | 388.3613 |
| 2026-08-01 | 390.3220 |
| 2026-08-08 | 390.0313 |
| 2026-08-15 | 389.3568 |
| 2026-08-23 | 388.9122 |
| 2026-08-30 | 388.4384 |
| 2026-09-06 | 388.5170 |
| 2026-09-13 | 388.7641 |
| 2026-09-20 | 389.1251 |
| 2026-09-27 | 389.1815 |
High
390.3220
Low
373.0084
Average
385.3619
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.