Skip to content

TZS to MNT exchange rate API

Tanzanian Shilling to Tugrik · quoted 2026-09-26

1.3589

▼ +10.88% over 1Y

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 year, TZS/MNT traded between 0.000282 and 1.5248, averaged 1.3174 and fell 10.88%. 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 1Y

TZS/MNT over 1Y: show the values
PointTZS/MNT
2025-09-261.5248
2025-10-031.5030
2025-10-101.4757
2025-10-171.4750
2025-10-241.4588
2025-10-310.0003
2025-11-070.0003
2025-11-140.0003
2025-11-211.4666
2025-11-281.4560
2025-12-051.4635
2025-12-131.4400
2025-12-201.4273
2025-12-271.4378
2026-01-031.4409
2026-01-101.4244
2026-01-171.4185
2026-01-241.4047
2026-01-311.3874
2026-02-071.3850
2026-02-141.3716
2026-02-211.3831
2026-02-281.3927
2026-03-071.3823
2026-03-141.3721
2026-03-211.3791
2026-03-281.3895
2026-04-041.3746
2026-04-111.3802
2026-04-181.3779
2026-04-251.3780
2026-05-021.3744
2026-05-091.3774
2026-05-171.3791
2026-05-251.3675
2026-06-011.3733
2026-06-101.3685
2026-06-171.3651
2026-06-241.3674
2026-07-011.3665
2026-07-081.3653
2026-07-151.3637
2026-07-221.3638
2026-07-291.3639
2026-08-051.3623
2026-08-121.3625
2026-08-201.3598
2026-08-271.3625
2026-09-031.3609
2026-09-101.3624
2026-09-171.3630
2026-09-241.3632

High

1.5248

Low

0.000282

Average

1.3174

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.