TZS to MNT exchange rate API
Tanzanian Shilling to Tugrik · quoted 2026-09-26
1.3589
▼ +1.84% over 6M
1 TZS = 1.3589 MNT · 1 MNT = 0.73591 TZS · Get this rate via the API
1 TZS buys 1.3589 MNT as of 2026-09-26, so 1 MNT buys 0.73591 TZS. Over the last 6 months, TZS/MNT traded between 1.3560 and 1.3931, averaged 1.3673 and fell 1.84%. The API holds daily TZS/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TZS/MNT over 6M: show the values
| Point | TZS/MNT |
|---|---|
| 2026-03-30 | 1.3843 |
| 2026-04-06 | 1.3931 |
| 2026-04-13 | 1.3757 |
| 2026-04-20 | 1.3760 |
| 2026-04-27 | 1.3700 |
| 2026-05-04 | 1.3772 |
| 2026-05-11 | 1.3781 |
| 2026-05-19 | 1.3743 |
| 2026-05-27 | 1.3647 |
| 2026-06-03 | 1.3686 |
| 2026-06-12 | 1.3710 |
| 2026-06-19 | 1.3629 |
| 2026-06-26 | 1.3668 |
| 2026-07-03 | 1.3665 |
| 2026-07-10 | 1.3649 |
| 2026-07-17 | 1.3636 |
| 2026-07-24 | 1.3651 |
| 2026-07-31 | 1.3614 |
| 2026-08-07 | 1.3610 |
| 2026-08-14 | 1.3615 |
| 2026-08-22 | 1.3591 |
| 2026-08-29 | 1.3594 |
| 2026-09-05 | 1.3560 |
| 2026-09-12 | 1.3603 |
| 2026-09-19 | 1.3588 |
| 2026-09-26 | 1.3589 |
High
1.3931
Low
1.3560
Average
1.3673
Get this rate via the API
One GET request returns the TZS/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=TZS¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
TZS/MNT API questions
How do I get the TZS/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TZS/MNT rate in rates.MNT.
How far back does TZS/MNT historical data go?
Daily TZS/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 TZS/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.