Skip to content

ZMW to TZS exchange rate API

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

135.0178

▼ +2.60% over 30D

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 30 days, ZMW/TZS traded between 133.8461 and 139.0955, averaged 136.4662 and fell 2.60%. 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 30D

ZMW/TZS over 30D: show the values
PointZMW/TZS
2026-08-27138.6216
2026-08-28139.0955
2026-08-29138.7633
2026-08-30138.6125
2026-08-31138.5589
2026-09-01137.8146
2026-09-02137.7917
2026-09-03137.9801
2026-09-04137.7019
2026-09-05137.6984
2026-09-06137.2159
2026-09-07137.1332
2026-09-08137.2327
2026-09-09136.4873
2026-09-10136.7396
2026-09-11136.4115
2026-09-12136.6849
2026-09-13136.3158
2026-09-14136.3344
2026-09-15136.0872
2026-09-16134.7150
2026-09-17134.4576
2026-09-18134.5529
2026-09-19134.4504
2026-09-20134.5012
2026-09-21133.8461
2026-09-22134.2802
2026-09-23135.4027
2026-09-24134.9562
2026-09-25134.9913

High

139.0955

Low

133.8461

Average

136.4662

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.