TJS to MNT exchange rate API
Somoni to Tugrik · quoted 2026-09-27
389.1815
▲ +1.15% over YTD
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 year to date, TJS/MNT traded between 372.6299 and 390.1991, averaged 383.3669 and rose 1.15%. 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 YTD: show the values
| Point | TJS/MNT |
|---|---|
| 2025-12-31 | 384.7393 |
| 2026-01-07 | 384.8965 |
| 2026-01-14 | 381.5055 |
| 2026-01-21 | 382.2296 |
| 2026-01-28 | 383.8190 |
| 2026-02-04 | 383.0087 |
| 2026-02-11 | 380.2169 |
| 2026-02-18 | 377.8997 |
| 2026-02-25 | 377.5971 |
| 2026-03-04 | 373.8416 |
| 2026-03-11 | 372.6299 |
| 2026-03-18 | 373.1923 |
| 2026-03-25 | 373.1024 |
| 2026-04-01 | 372.6424 |
| 2026-04-08 | 378.7444 |
| 2026-04-15 | 377.3732 |
| 2026-04-22 | 380.5947 |
| 2026-04-29 | 383.4841 |
| 2026-05-06 | 383.5386 |
| 2026-05-14 | 383.2356 |
| 2026-05-21 | 384.8681 |
| 2026-05-29 | 388.6597 |
| 2026-06-05 | 384.4752 |
| 2026-06-14 | 383.8385 |
| 2026-06-21 | 384.2255 |
| 2026-06-28 | 386.3548 |
| 2026-07-05 | 385.9473 |
| 2026-07-12 | 387.2641 |
| 2026-07-19 | 387.5188 |
| 2026-07-26 | 387.7556 |
| 2026-08-02 | 388.7585 |
| 2026-08-09 | 388.5848 |
| 2026-08-16 | 388.5847 |
| 2026-08-24 | 389.4292 |
| 2026-08-31 | 387.8982 |
| 2026-09-07 | 390.1991 |
| 2026-09-14 | 389.2850 |
| 2026-09-21 | 390.1875 |
High
390.1991
Low
372.6299
Average
383.3669
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.