Skip to content

WST to ZWL exchange rate API

Tala to Zimbabwe Dollar · quoted 2026-09-25

24203.41

▲ +2.59% over 1Y

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 last year, WST/ZWL traded between 118.1477 and 24924.45, averaged 21726.89 and rose 2.59%. 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 1Y

WST/ZWL over 1Y: show the values
PointWST/ZWL
2025-09-2523593.50
2025-10-0224332.71
2025-10-0924251.67
2025-10-1624119.53
2025-10-2324044.89
2025-10-3024024.11
2025-11-0623649.35
2025-11-1323567.76
2025-11-2023480.40
2025-11-2723383.66
2025-12-0423503.31
2025-12-1223607.27
2025-12-1923599.02
2025-12-2623320.90
2026-01-0223445.30
2026-01-0923201.97
2026-01-1623116.66
2026-01-2323329.35
2026-01-3023726.95
2026-02-0623737.97
2026-02-1323703.97
2026-02-2023692.12
2026-02-2723787.71
2026-03-0623670.26
2026-03-1323437.42
2026-03-2023357.93
2026-03-2723343.43
2026-04-0322842.54
2026-04-10118.37
2026-04-17118.79
2026-04-24118.15
2026-05-01119.51
2026-05-08119.92
2026-05-1623793.43
2026-05-2424390.36
2026-05-3124924.45
2026-06-0924614.00
2026-06-1624612.36
2026-06-2324410.94
2026-06-3024329.94
2026-07-0724476.03
2026-07-1424447.94
2026-07-2124587.71
2026-07-2824632.53
2026-08-0424576.26
2026-08-1124447.51
2026-08-1824608.42
2026-08-2624702.27
2026-09-0224718.14
2026-09-0924646.36
2026-09-1624542.73
2026-09-2324394.08

High

24924.45

Low

118.1477

Average

21726.89

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.