Skip to content

ZWL to TZS exchange rate API

Zimbabwe Dollar to Tanzanian Shilling · quoted 2026-09-25

0.03968

▲ +10.64% over 1Y

1 ZWL = 0.03968 TZS · 1 TZS = 25.2010 ZWL · Get this rate via the API

1 ZWL buys 0.03968 TZS as of 2026-09-25, so 1 TZS buys 25.2010 ZWL. Over the last year, ZWL/TZS traded between 0.03586 and 8.1132, averaged 0.79773 and rose 10.64%. The API holds daily ZWL/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/TZS over 1Y

ZWL/TZS over 1Y: show the values
PointZWL/TZS
2025-09-250.03587
2025-10-020.03586
2025-10-090.03641
2025-10-160.03663
2025-10-230.03721
2025-10-300.03703
2025-11-060.03735
2025-11-130.03689
2025-11-200.03692
2025-11-270.03729
2025-12-040.03710
2025-12-120.03750
2025-12-190.03776
2025-12-260.03753
2026-01-020.03783
2026-01-090.03856
2026-01-160.03864
2026-01-230.03922
2026-01-300.03958
2026-02-060.03962
2026-02-130.04030
2026-02-200.04027
2026-02-270.03951
2026-03-060.04006
2026-03-130.04077
2026-03-200.04089
2026-03-270.04056
2026-04-030.04027
2026-04-108.05456
2026-04-178.10708
2026-04-248.11319
2026-05-018.06990
2026-05-088.07241
2026-05-160.04046
2026-05-240.03977
2026-05-310.03887
2026-06-090.03907
2026-06-160.03929
2026-06-230.03926
2026-06-300.03912
2026-07-070.03905
2026-07-140.03922
2026-07-210.03933
2026-07-280.03923
2026-08-040.03959
2026-08-110.03979
2026-08-180.03961
2026-08-260.03974
2026-09-020.03942
2026-09-090.03948
2026-09-160.03944
2026-09-230.03958

High

8.1132

Low

0.03586

Average

0.79773

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/TZS API questions

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

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

How far back does ZWL/TZS historical data go?

Daily ZWL/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 ZWL/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.