Skip to content

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

WST/ZMW over 1Y: show the values
PointWST/ZMW
2025-09-278.4954
2025-10-048.5330
2025-10-118.1955
2025-10-188.0983
2025-10-257.9072
2025-11-017.9294
2025-11-088.0474
2025-11-158.0319
2025-11-228.2001
2025-11-298.1523
2025-12-068.3080
2025-12-148.3607
2025-12-218.1699
2025-12-288.1737
2026-01-048.0096
2026-01-117.0221
2026-01-187.2437
2026-01-257.1170
2026-02-017.3406
2026-02-086.9316
2026-02-156.7776
2026-02-227.0173
2026-03-017.0243
2026-03-087.1476
2026-03-157.1672
2026-03-227.2176
2026-03-296.8711
2026-04-057.0247
2026-04-126.9823
2026-04-197.0216
2026-04-266.9377
2026-05-036.9413
2026-05-107.0720
2026-05-186.9668
2026-05-266.9986
2026-06-026.7952
2026-06-116.4229
2026-06-186.5811
2026-06-256.5541
2026-07-026.6175
2026-07-096.6688
2026-07-166.7380
2026-07-236.7636
2026-07-306.9124
2026-08-067.0230
2026-08-136.9202
2026-08-217.0169
2026-08-287.0482
2026-09-047.0835
2026-09-117.1158
2026-09-187.1649
2026-09-257.1082

High

8.5330

Low

6.4229

Average

7.3032

For developers

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

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