Skip to content

WST to ZWL exchange rate API

Tala to Zimbabwe Dollar · quoted 2026-09-25

24203.41

▲ +3.00% over YTD

1 WST = 24203.41 ZWL · 1 ZWL = 0.000041 WST · Get this rate via the API

1 WST buys 24203.41 ZWL as of 2026-09-25, so 1 ZWL buys 0.000041 WST. Over the year to date, WST/ZWL traded between 118.6255 and 25068.68, averaged 21588.28 and rose 3.00%. The API holds daily WST/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/ZWL over YTD

WST/ZWL over YTD: show the values
PointWST/ZWL
2025-12-3123498.66
2026-01-0723381.61
2026-01-1423205.50
2026-01-2123240.70
2026-01-2823580.63
2026-02-0423707.71
2026-02-1123715.65
2026-02-1823752.55
2026-02-2523784.30
2026-03-0423793.37
2026-03-1123667.46
2026-03-1823298.65
2026-03-2523209.84
2026-04-0123160.00
2026-04-0823044.47
2026-04-15118.90
2026-04-22118.63
2026-04-29119.11
2026-05-06119.48
2026-05-1424011.71
2026-05-2124426.15
2026-05-2925068.68
2026-06-0524887.70
2026-06-1424620.56
2026-06-2124507.21
2026-06-2824400.54
2026-07-0524372.46
2026-07-1224371.96
2026-07-1924495.27
2026-07-2624306.73
2026-08-0224459.11
2026-08-0924417.28
2026-08-1624339.47
2026-08-2424610.25
2026-08-3124552.12
2026-09-0724500.99
2026-09-1424473.67
2026-09-2124400.55

High

25068.68

Low

118.6255

Average

21588.28

For developers

Get this rate via the API

One GET request returns the WST/ZWL 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=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=ZWL");
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=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

WST/ZWL API questions

How do I get the WST/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/ZWL rate in rates.ZWL.

How far back does WST/ZWL historical data go?

Daily WST/ZWL 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/ZWL 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.