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: show the values
| Point | ZMW/TZS |
|---|---|
| 2025-12-31 | 110.2087 |
| 2026-01-07 | 116.9694 |
| 2026-01-14 | 126.5312 |
| 2026-01-21 | 122.9760 |
| 2026-01-28 | 127.4123 |
| 2026-02-04 | 130.6789 |
| 2026-02-11 | 134.1916 |
| 2026-02-18 | 138.9635 |
| 2026-02-25 | 134.6093 |
| 2026-03-04 | 133.2084 |
| 2026-03-11 | 133.5159 |
| 2026-03-18 | 131.9305 |
| 2026-03-25 | 135.4280 |
| 2026-04-01 | 134.3274 |
| 2026-04-08 | 133.1484 |
| 2026-04-15 | 135.9105 |
| 2026-04-22 | 136.5344 |
| 2026-04-29 | 137.6541 |
| 2026-05-06 | 138.2274 |
| 2026-05-14 | 136.1216 |
| 2026-05-21 | 137.2040 |
| 2026-05-29 | 140.6944 |
| 2026-06-05 | 148.7614 |
| 2026-06-14 | 148.8993 |
| 2026-06-21 | 146.5320 |
| 2026-06-28 | 144.7237 |
| 2026-07-05 | 142.8456 |
| 2026-07-12 | 145.5496 |
| 2026-07-19 | 144.2638 |
| 2026-07-26 | 141.5037 |
| 2026-08-02 | 140.1211 |
| 2026-08-09 | 140.5690 |
| 2026-08-16 | 139.5936 |
| 2026-08-24 | 138.9703 |
| 2026-08-31 | 138.5589 |
| 2026-09-07 | 137.1332 |
| 2026-09-14 | 136.3344 |
| 2026-09-21 | 133.8461 |
High
148.8993
Low
110.2087
Average
136.1454
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.