Skip to content

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

ZMW/WST over 1Y: show the values
PointZMW/WST
2025-09-270.11771
2025-10-040.11719
2025-10-110.12202
2025-10-180.12348
2025-10-250.12647
2025-11-010.12611
2025-11-080.12426
2025-11-150.12450
2025-11-220.12195
2025-11-290.12266
2025-12-060.12037
2025-12-140.11961
2025-12-210.12240
2025-12-280.12234
2026-01-040.12485
2026-01-110.14241
2026-01-180.13805
2026-01-250.14051
2026-02-010.13623
2026-02-080.14427
2026-02-150.14754
2026-02-220.14250
2026-03-010.14236
2026-03-080.13991
2026-03-150.13952
2026-03-220.13855
2026-03-290.14554
2026-04-050.14235
2026-04-120.14322
2026-04-190.14242
2026-04-260.14414
2026-05-030.14406
2026-05-100.14140
2026-05-180.14354
2026-05-260.14289
2026-06-020.14716
2026-06-110.15569
2026-06-180.15195
2026-06-250.15258
2026-07-020.15111
2026-07-090.14995
2026-07-160.14841
2026-07-230.14785
2026-07-300.14467
2026-08-060.14239
2026-08-130.14450
2026-08-210.14251
2026-08-280.14188
2026-09-040.14117
2026-09-110.14053
2026-09-180.13957
2026-09-250.14068

High

0.15569

Low

0.11719

Average

0.13775

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=WST"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=WST");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.