Skip to content

ZMW to TZS exchange rate API

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

135.0178

▲ +22.51% over YTD

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 year to date, ZMW/TZS traded between 110.2087 and 148.8993, averaged 136.1454 and rose 22.51%. 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 YTD

ZMW/TZS over YTD: show the values
PointZMW/TZS
2025-12-31110.2087
2026-01-07116.9694
2026-01-14126.5312
2026-01-21122.9760
2026-01-28127.4123
2026-02-04130.6789
2026-02-11134.1916
2026-02-18138.9635
2026-02-25134.6093
2026-03-04133.2084
2026-03-11133.5159
2026-03-18131.9305
2026-03-25135.4280
2026-04-01134.3274
2026-04-08133.1484
2026-04-15135.9105
2026-04-22136.5344
2026-04-29137.6541
2026-05-06138.2274
2026-05-14136.1216
2026-05-21137.2040
2026-05-29140.6944
2026-06-05148.7614
2026-06-14148.8993
2026-06-21146.5320
2026-06-28144.7237
2026-07-05142.8456
2026-07-12145.5496
2026-07-19144.2638
2026-07-26141.5037
2026-08-02140.1211
2026-08-09140.5690
2026-08-16139.5936
2026-08-24138.9703
2026-08-31138.5589
2026-09-07137.1332
2026-09-14136.3344
2026-09-21133.8461

High

148.8993

Low

110.2087

Average

136.1454

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.