Skip to content

ZMW to TZS exchange rate API

Zambian Kwacha to Tanzanian Shilling · quoted 2026-09-26

135.0178

▼ +1.12% over 6M

1 ZMW = 135.0178 TZS · 1 TZS = 0.007406 ZMW · Get this rate via the API

1 ZMW buys 135.0178 TZS as of 2026-09-26, so 1 TZS buys 0.007406 ZMW. Over the last 6 months, ZMW/TZS traded between 133.2510 and 149.9716, averaged 139.8194 and fell 1.12%. The API holds daily ZMW/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/TZS over 6M

ZMW/TZS over 6M: show the values
PointZMW/TZS
2026-03-30136.5511
2026-04-06133.2510
2026-04-13136.7635
2026-04-20136.0920
2026-04-27138.1959
2026-05-04139.0817
2026-05-11136.6924
2026-05-19137.7901
2026-05-27139.1797
2026-06-03145.7039
2026-06-12149.9716
2026-06-19145.8814
2026-06-26145.0691
2026-07-03143.3333
2026-07-10144.3213
2026-07-17143.9900
2026-07-24141.5061
2026-07-31140.4435
2026-08-07138.4180
2026-08-14140.8530
2026-08-22139.6015
2026-08-29138.7633
2026-09-05137.6984
2026-09-12136.6849
2026-09-19134.4504

High

149.9716

Low

133.2510

Average

139.8194

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/TZS API questions

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

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

How far back does ZMW/TZS historical data go?

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