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: show the values
| Point | ZMW/TZS |
|---|---|
| 2025-09-26 | 98.9243 |
| 2025-10-03 | 100.5548 |
| 2025-10-10 | 107.3257 |
| 2025-10-17 | 107.7203 |
| 2025-10-24 | 111.3611 |
| 2025-10-31 | 110.6184 |
| 2025-11-07 | 107.9377 |
| 2025-11-14 | 107.2232 |
| 2025-11-21 | 105.4475 |
| 2025-11-28 | 106.9279 |
| 2025-12-05 | 104.6936 |
| 2025-12-13 | 106.5911 |
| 2025-12-20 | 109.9349 |
| 2025-12-27 | 109.6907 |
| 2026-01-03 | 111.7121 |
| 2026-01-10 | 128.1308 |
| 2026-01-17 | 124.3829 |
| 2026-01-24 | 129.7934 |
| 2026-01-31 | 130.1475 |
| 2026-02-07 | 137.7738 |
| 2026-02-14 | 142.6062 |
| 2026-02-21 | 136.0698 |
| 2026-02-28 | 135.3559 |
| 2026-03-07 | 133.7603 |
| 2026-03-14 | 134.0207 |
| 2026-03-21 | 132.6501 |
| 2026-03-28 | 136.8536 |
| 2026-04-04 | 135.0494 |
| 2026-04-11 | 136.9893 |
| 2026-04-18 | 136.4044 |
| 2026-04-25 | 137.5203 |
| 2026-05-02 | 139.4618 |
| 2026-05-09 | 136.4856 |
| 2026-05-17 | 137.1954 |
| 2026-05-25 | 138.5823 |
| 2026-06-01 | 141.3503 |
| 2026-06-10 | 146.7856 |
| 2026-06-17 | 147.7942 |
| 2026-06-24 | 144.8375 |
| 2026-07-01 | 145.1679 |
| 2026-07-08 | 141.8838 |
| 2026-07-15 | 144.8109 |
| 2026-07-22 | 142.8957 |
| 2026-07-29 | 140.6242 |
| 2026-08-05 | 139.1081 |
| 2026-08-12 | 140.3044 |
| 2026-08-20 | 141.2286 |
| 2026-08-27 | 138.6216 |
| 2026-09-03 | 137.9801 |
| 2026-09-10 | 136.7396 |
| 2026-09-17 | 134.4576 |
| 2026-09-24 | 134.9562 |
High
147.7942
Low
98.9243
Average
129.0653
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.