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: show the values
| Point | MDL/TZS |
|---|---|
| 2025-09-24 | 144.5047 |
| 2025-10-01 | 143.4618 |
| 2025-10-08 | 145.9077 |
| 2025-10-15 | 144.2220 |
| 2025-10-22 | 144.7476 |
| 2025-10-29 | 143.4929 |
| 2025-11-05 | 143.7387 |
| 2025-11-12 | 143.7435 |
| 2025-11-19 | 142.8008 |
| 2025-11-26 | 142.5069 |
| 2025-12-03 | 143.3620 |
| 2025-12-11 | 143.9078 |
| 2025-12-18 | 145.5995 |
| 2025-12-25 | 146.3275 |
| 2026-01-01 | 145.8322 |
| 2026-01-08 | 146.7450 |
| 2026-01-15 | 144.7541 |
| 2026-01-22 | 148.0023 |
| 2026-01-29 | 149.8905 |
| 2026-02-05 | 150.4623 |
| 2026-02-12 | 152.1635 |
| 2026-02-19 | 150.4401 |
| 2026-02-26 | 149.3656 |
| 2026-03-05 | 148.0281 |
| 2026-03-12 | 149.3261 |
| 2026-03-19 | 147.3620 |
| 2026-03-26 | 146.3202 |
| 2026-04-02 | 146.5055 |
| 2026-04-09 | 150.5835 |
| 2026-04-16 | 152.1726 |
| 2026-04-23 | 151.7264 |
| 2026-04-30 | 151.2553 |
| 2026-05-07 | 151.0437 |
| 2026-05-15 | 150.3785 |
| 2026-05-23 | 151.5208 |
| 2026-05-30 | 151.5785 |
| 2026-06-06 | 151.7856 |
| 2026-06-15 | 149.8981 |
| 2026-06-22 | 149.3944 |
| 2026-06-29 | 147.7211 |
| 2026-07-06 | 149.0651 |
| 2026-07-13 | 148.7210 |
| 2026-07-20 | 149.6851 |
| 2026-07-27 | 149.3141 |
| 2026-08-03 | 151.4848 |
| 2026-08-10 | 152.3721 |
| 2026-08-17 | 152.5513 |
| 2026-08-25 | 152.8739 |
| 2026-09-01 | 154.1251 |
| 2026-09-08 | 153.1465 |
| 2026-09-15 | 151.8038 |
| 2026-09-22 | 150.2785 |
High
154.1251
Low
142.5069
Average
148.4520
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.