ZMW to TZS exchange rate API
Zambian Kwacha to Tanzanian Shilling · quoted 2026-09-26
135.0178
▼ +1.12% over 6M
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 6 months, ZMW/TZS traded between 133.2510 and 149.9716, averaged 139.8194 and fell 1.12%. 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 6M: show the values
| Point | ZMW/TZS |
|---|---|
| 2026-03-30 | 136.5511 |
| 2026-04-06 | 133.2510 |
| 2026-04-13 | 136.7635 |
| 2026-04-20 | 136.0920 |
| 2026-04-27 | 138.1959 |
| 2026-05-04 | 139.0817 |
| 2026-05-11 | 136.6924 |
| 2026-05-19 | 137.7901 |
| 2026-05-27 | 139.1797 |
| 2026-06-03 | 145.7039 |
| 2026-06-12 | 149.9716 |
| 2026-06-19 | 145.8814 |
| 2026-06-26 | 145.0691 |
| 2026-07-03 | 143.3333 |
| 2026-07-10 | 144.3213 |
| 2026-07-17 | 143.9900 |
| 2026-07-24 | 141.5061 |
| 2026-07-31 | 140.4435 |
| 2026-08-07 | 138.4180 |
| 2026-08-14 | 140.8530 |
| 2026-08-22 | 139.6015 |
| 2026-08-29 | 138.7633 |
| 2026-09-05 | 137.6984 |
| 2026-09-12 | 136.6849 |
| 2026-09-19 | 134.4504 |
High
149.9716
Low
133.2510
Average
139.8194
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.