Skip to content

ZMW to TZS exchange rate API

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

135.0178

▲ +36.49% over 1Y

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 year, ZMW/TZS traded between 98.9243 and 147.7942, averaged 129.0653 and rose 36.49%. 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 1Y

ZMW/TZS over 1Y: show the values
PointZMW/TZS
2025-09-2698.9243
2025-10-03100.5548
2025-10-10107.3257
2025-10-17107.7203
2025-10-24111.3611
2025-10-31110.6184
2025-11-07107.9377
2025-11-14107.2232
2025-11-21105.4475
2025-11-28106.9279
2025-12-05104.6936
2025-12-13106.5911
2025-12-20109.9349
2025-12-27109.6907
2026-01-03111.7121
2026-01-10128.1308
2026-01-17124.3829
2026-01-24129.7934
2026-01-31130.1475
2026-02-07137.7738
2026-02-14142.6062
2026-02-21136.0698
2026-02-28135.3559
2026-03-07133.7603
2026-03-14134.0207
2026-03-21132.6501
2026-03-28136.8536
2026-04-04135.0494
2026-04-11136.9893
2026-04-18136.4044
2026-04-25137.5203
2026-05-02139.4618
2026-05-09136.4856
2026-05-17137.1954
2026-05-25138.5823
2026-06-01141.3503
2026-06-10146.7856
2026-06-17147.7942
2026-06-24144.8375
2026-07-01145.1679
2026-07-08141.8838
2026-07-15144.8109
2026-07-22142.8957
2026-07-29140.6242
2026-08-05139.1081
2026-08-12140.3044
2026-08-20141.2286
2026-08-27138.6216
2026-09-03137.9801
2026-09-10136.7396
2026-09-17134.4576
2026-09-24134.9562

High

147.7942

Low

98.9243

Average

129.0653

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.