ZMW to WST exchange rate API
Zambian Kwacha to Tala · quoted 2026-09-27
0.14080
▲ +19.62% over 1Y
1 ZMW = 0.14080 WST · 1 WST = 7.1021 ZMW · Get this rate via the API
1 ZMW buys 0.14080 WST as of 2026-09-27, so 1 WST buys 7.1021 ZMW. Over the last year, ZMW/WST traded between 0.11719 and 0.15569, averaged 0.13775 and rose 19.62%. The API holds daily ZMW/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/WST over 1Y: show the values
| Point | ZMW/WST |
|---|---|
| 2025-09-27 | 0.11771 |
| 2025-10-04 | 0.11719 |
| 2025-10-11 | 0.12202 |
| 2025-10-18 | 0.12348 |
| 2025-10-25 | 0.12647 |
| 2025-11-01 | 0.12611 |
| 2025-11-08 | 0.12426 |
| 2025-11-15 | 0.12450 |
| 2025-11-22 | 0.12195 |
| 2025-11-29 | 0.12266 |
| 2025-12-06 | 0.12037 |
| 2025-12-14 | 0.11961 |
| 2025-12-21 | 0.12240 |
| 2025-12-28 | 0.12234 |
| 2026-01-04 | 0.12485 |
| 2026-01-11 | 0.14241 |
| 2026-01-18 | 0.13805 |
| 2026-01-25 | 0.14051 |
| 2026-02-01 | 0.13623 |
| 2026-02-08 | 0.14427 |
| 2026-02-15 | 0.14754 |
| 2026-02-22 | 0.14250 |
| 2026-03-01 | 0.14236 |
| 2026-03-08 | 0.13991 |
| 2026-03-15 | 0.13952 |
| 2026-03-22 | 0.13855 |
| 2026-03-29 | 0.14554 |
| 2026-04-05 | 0.14235 |
| 2026-04-12 | 0.14322 |
| 2026-04-19 | 0.14242 |
| 2026-04-26 | 0.14414 |
| 2026-05-03 | 0.14406 |
| 2026-05-10 | 0.14140 |
| 2026-05-18 | 0.14354 |
| 2026-05-26 | 0.14289 |
| 2026-06-02 | 0.14716 |
| 2026-06-11 | 0.15569 |
| 2026-06-18 | 0.15195 |
| 2026-06-25 | 0.15258 |
| 2026-07-02 | 0.15111 |
| 2026-07-09 | 0.14995 |
| 2026-07-16 | 0.14841 |
| 2026-07-23 | 0.14785 |
| 2026-07-30 | 0.14467 |
| 2026-08-06 | 0.14239 |
| 2026-08-13 | 0.14450 |
| 2026-08-21 | 0.14251 |
| 2026-08-28 | 0.14188 |
| 2026-09-04 | 0.14117 |
| 2026-09-11 | 0.14053 |
| 2026-09-18 | 0.13957 |
| 2026-09-25 | 0.14068 |
High
0.15569
Low
0.11719
Average
0.13775
Get this rate via the API
One GET request returns the ZMW/WST 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=WST"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=WST");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=WST").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/WST API questions
How do I get the ZMW/WST exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=WST, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/WST rate in rates.WST.
How far back does ZMW/WST historical data go?
Daily ZMW/WST 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/WST 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.