ZMW to TZS exchange rate API
Zambian Kwacha to Tanzanian Shilling · quoted 2026-09-26
135.0178
▼ +2.60% over 30D
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 30 days, ZMW/TZS traded between 133.8461 and 139.0955, averaged 136.4662 and fell 2.60%. 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 30D: show the values
| Point | ZMW/TZS |
|---|---|
| 2026-08-27 | 138.6216 |
| 2026-08-28 | 139.0955 |
| 2026-08-29 | 138.7633 |
| 2026-08-30 | 138.6125 |
| 2026-08-31 | 138.5589 |
| 2026-09-01 | 137.8146 |
| 2026-09-02 | 137.7917 |
| 2026-09-03 | 137.9801 |
| 2026-09-04 | 137.7019 |
| 2026-09-05 | 137.6984 |
| 2026-09-06 | 137.2159 |
| 2026-09-07 | 137.1332 |
| 2026-09-08 | 137.2327 |
| 2026-09-09 | 136.4873 |
| 2026-09-10 | 136.7396 |
| 2026-09-11 | 136.4115 |
| 2026-09-12 | 136.6849 |
| 2026-09-13 | 136.3158 |
| 2026-09-14 | 136.3344 |
| 2026-09-15 | 136.0872 |
| 2026-09-16 | 134.7150 |
| 2026-09-17 | 134.4576 |
| 2026-09-18 | 134.5529 |
| 2026-09-19 | 134.4504 |
| 2026-09-20 | 134.5012 |
| 2026-09-21 | 133.8461 |
| 2026-09-22 | 134.2802 |
| 2026-09-23 | 135.4027 |
| 2026-09-24 | 134.9562 |
| 2026-09-25 | 134.9913 |
High
139.0955
Low
133.8461
Average
136.4662
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.