TJS to MNT exchange rate API
Somoni to Tugrik · quoted 2026-09-27
389.1815
▼ +0.18% over 30D
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 30 days, TJS/MNT traded between 387.8982 and 390.2969, averaged 389.4368 and fell 0.18%. 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 30D: show the values
| Point | TJS/MNT |
|---|---|
| 2026-08-28 | 389.8770 |
| 2026-08-29 | 389.0873 |
| 2026-08-30 | 388.4384 |
| 2026-08-31 | 387.8982 |
| 2026-09-01 | 389.9609 |
| 2026-09-02 | 389.4407 |
| 2026-09-03 | 389.6672 |
| 2026-09-04 | 390.0739 |
| 2026-09-05 | 389.2773 |
| 2026-09-06 | 388.5170 |
| 2026-09-07 | 390.1991 |
| 2026-09-08 | 389.8127 |
| 2026-09-09 | 389.6110 |
| 2026-09-10 | 389.2845 |
| 2026-09-11 | 389.5100 |
| 2026-09-12 | 389.0889 |
| 2026-09-13 | 388.7641 |
| 2026-09-14 | 389.2850 |
| 2026-09-15 | 389.4186 |
| 2026-09-16 | 390.0796 |
| 2026-09-17 | 388.4126 |
| 2026-09-18 | 390.2246 |
| 2026-09-19 | 389.9215 |
| 2026-09-20 | 389.1251 |
| 2026-09-21 | 390.1875 |
| 2026-09-22 | 389.5822 |
| 2026-09-23 | 389.4432 |
| 2026-09-24 | 388.8608 |
| 2026-09-25 | 390.2969 |
| 2026-09-26 | 390.2684 |
| 2026-09-27 | 389.1815 |
High
390.2969
Low
387.8982
Average
389.4368
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.