Skip to content

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

TZS/MNT over 6M: show the values
PointTZS/MNT
2026-03-301.3843
2026-04-061.3931
2026-04-131.3757
2026-04-201.3760
2026-04-271.3700
2026-05-041.3772
2026-05-111.3781
2026-05-191.3743
2026-05-271.3647
2026-06-031.3686
2026-06-121.3710
2026-06-191.3629
2026-06-261.3668
2026-07-031.3665
2026-07-101.3649
2026-07-171.3636
2026-07-241.3651
2026-07-311.3614
2026-08-071.3610
2026-08-141.3615
2026-08-221.3591
2026-08-291.3594
2026-09-051.3560
2026-09-121.3603
2026-09-191.3588
2026-09-261.3589

High

1.3931

Low

1.3560

Average

1.3673

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS&currencies=MNT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS&currencies=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&currencies=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.