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: show the values
| Point | ZMW/TZS |
|---|---|
| 2024-08-24 | 103.9712 |
| 2024-10-07 | 100.7638 |
| 2024-11-06 | 96.2923 |
| 2024-12-06 | 90.8898 |
| 2025-01-05 | 87.1884 |
| 2025-02-04 | 95.1967 |
| 2025-03-06 | 90.8221 |
| 2025-04-06 | 94.4867 |
| 2025-05-06 | 94.8392 |
| 2025-06-07 | 99.3607 |
| 2025-07-07 | 105.6579 |
| 2025-08-06 | 103.2983 |
| 2025-09-05 | 101.1653 |
| 2025-10-06 | 100.5771 |
| 2025-11-05 | 109.1045 |
| 2025-12-05 | 104.6936 |
| 2026-01-05 | 111.3992 |
| 2026-02-04 | 130.6789 |
| 2026-03-06 | 133.3082 |
| 2026-04-05 | 134.3583 |
| 2026-05-05 | 139.0541 |
| 2026-06-06 | 149.1639 |
| 2026-07-08 | 141.8838 |
| 2026-08-07 | 138.4180 |
| 2026-09-07 | 137.1332 |
High
149.1639
Low
87.1884
Average
112.6432
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.