Skip to content

ZMW to TZS exchange rate API

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

135.0178

▲ +29.86% over 5Y

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 5 years, ZMW/TZS traded between 87.1884 and 149.1639, averaged 112.6432 and rose 29.86%. 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 5Y

ZMW/TZS over 5Y: show the values
PointZMW/TZS
2024-08-24103.9712
2024-10-07100.7638
2024-11-0696.2923
2024-12-0690.8898
2025-01-0587.1884
2025-02-0495.1967
2025-03-0690.8221
2025-04-0694.4867
2025-05-0694.8392
2025-06-0799.3607
2025-07-07105.6579
2025-08-06103.2983
2025-09-05101.1653
2025-10-06100.5771
2025-11-05109.1045
2025-12-05104.6936
2026-01-05111.3992
2026-02-04130.6789
2026-03-06133.3082
2026-04-05134.3583
2026-05-05139.0541
2026-06-06149.1639
2026-07-08141.8838
2026-08-07138.4180
2026-09-07137.1332

High

149.1639

Low

87.1884

Average

112.6432

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.