WST to ZMW exchange rate API
Tala to Zambian Kwacha · quoted 2026-09-27
7.1021
▼ +16.40% over 1Y
1 WST = 7.1021 ZMW · 1 ZMW = 0.14080 WST · Get this rate via the API
1 WST buys 7.1021 ZMW as of 2026-09-27, so 1 ZMW buys 0.14080 WST. Over the last year, WST/ZMW traded between 6.4229 and 8.5330, averaged 7.3032 and fell 16.40%. The API holds daily WST/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/ZMW over 1Y: show the values
| Point | WST/ZMW |
|---|---|
| 2025-09-27 | 8.4954 |
| 2025-10-04 | 8.5330 |
| 2025-10-11 | 8.1955 |
| 2025-10-18 | 8.0983 |
| 2025-10-25 | 7.9072 |
| 2025-11-01 | 7.9294 |
| 2025-11-08 | 8.0474 |
| 2025-11-15 | 8.0319 |
| 2025-11-22 | 8.2001 |
| 2025-11-29 | 8.1523 |
| 2025-12-06 | 8.3080 |
| 2025-12-14 | 8.3607 |
| 2025-12-21 | 8.1699 |
| 2025-12-28 | 8.1737 |
| 2026-01-04 | 8.0096 |
| 2026-01-11 | 7.0221 |
| 2026-01-18 | 7.2437 |
| 2026-01-25 | 7.1170 |
| 2026-02-01 | 7.3406 |
| 2026-02-08 | 6.9316 |
| 2026-02-15 | 6.7776 |
| 2026-02-22 | 7.0173 |
| 2026-03-01 | 7.0243 |
| 2026-03-08 | 7.1476 |
| 2026-03-15 | 7.1672 |
| 2026-03-22 | 7.2176 |
| 2026-03-29 | 6.8711 |
| 2026-04-05 | 7.0247 |
| 2026-04-12 | 6.9823 |
| 2026-04-19 | 7.0216 |
| 2026-04-26 | 6.9377 |
| 2026-05-03 | 6.9413 |
| 2026-05-10 | 7.0720 |
| 2026-05-18 | 6.9668 |
| 2026-05-26 | 6.9986 |
| 2026-06-02 | 6.7952 |
| 2026-06-11 | 6.4229 |
| 2026-06-18 | 6.5811 |
| 2026-06-25 | 6.5541 |
| 2026-07-02 | 6.6175 |
| 2026-07-09 | 6.6688 |
| 2026-07-16 | 6.7380 |
| 2026-07-23 | 6.7636 |
| 2026-07-30 | 6.9124 |
| 2026-08-06 | 7.0230 |
| 2026-08-13 | 6.9202 |
| 2026-08-21 | 7.0169 |
| 2026-08-28 | 7.0482 |
| 2026-09-04 | 7.0835 |
| 2026-09-11 | 7.1158 |
| 2026-09-18 | 7.1649 |
| 2026-09-25 | 7.1082 |
High
8.5330
Low
6.4229
Average
7.3032
Get this rate via the API
One GET request returns the WST/ZMW 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=WST¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/ZMW API questions
How do I get the WST/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/ZMW rate in rates.ZMW.
How far back does WST/ZMW historical data go?
Daily WST/ZMW 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 WST/ZMW 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.