Skip to content

MDL to TZS exchange rate API

Moldovan Leu to Tanzanian Shilling · quoted 2026-09-24

149.9555

▲ +3.77% over 1Y

1 MDL = 149.9555 TZS · 1 TZS = 0.006669 MDL · Get this rate via the API

1 MDL buys 149.9555 TZS as of 2026-09-24, so 1 TZS buys 0.006669 MDL. Over the last year, MDL/TZS traded between 142.5069 and 154.1251, averaged 148.4520 and rose 3.77%. The API holds daily MDL/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/TZS over 1Y

MDL/TZS over 1Y: show the values
PointMDL/TZS
2025-09-24144.5047
2025-10-01143.4618
2025-10-08145.9077
2025-10-15144.2220
2025-10-22144.7476
2025-10-29143.4929
2025-11-05143.7387
2025-11-12143.7435
2025-11-19142.8008
2025-11-26142.5069
2025-12-03143.3620
2025-12-11143.9078
2025-12-18145.5995
2025-12-25146.3275
2026-01-01145.8322
2026-01-08146.7450
2026-01-15144.7541
2026-01-22148.0023
2026-01-29149.8905
2026-02-05150.4623
2026-02-12152.1635
2026-02-19150.4401
2026-02-26149.3656
2026-03-05148.0281
2026-03-12149.3261
2026-03-19147.3620
2026-03-26146.3202
2026-04-02146.5055
2026-04-09150.5835
2026-04-16152.1726
2026-04-23151.7264
2026-04-30151.2553
2026-05-07151.0437
2026-05-15150.3785
2026-05-23151.5208
2026-05-30151.5785
2026-06-06151.7856
2026-06-15149.8981
2026-06-22149.3944
2026-06-29147.7211
2026-07-06149.0651
2026-07-13148.7210
2026-07-20149.6851
2026-07-27149.3141
2026-08-03151.4848
2026-08-10152.3721
2026-08-17152.5513
2026-08-25152.8739
2026-09-01154.1251
2026-09-08153.1465
2026-09-15151.8038
2026-09-22150.2785

High

154.1251

Low

142.5069

Average

148.4520

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=TZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/TZS API questions

How do I get the MDL/TZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/TZS rate in rates.TZS.

How far back does MDL/TZS historical data go?

Daily MDL/TZS 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 MDL/TZS 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.