Skip to content

SZL to ZWL exchange rate API

Lilangeni to Zimbabwe Dollar · quoted 2026-09-25

4051.71

▲ +9.23% over 6M

1 SZL = 4051.71 ZWL · 1 ZWL = 0.000247 SZL · Get this rate via the API

1 SZL buys 4051.71 ZWL as of 2026-09-25, so 1 ZWL buys 0.000247 SZL. Over the last 6 months, SZL/ZWL traded between 19.3273 and 4166.33, averaged 2853.22 and rose 9.23%. The API holds daily SZL/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/ZWL over 6M

SZL/ZWL over 6M: show the values
PointSZL/ZWL
2026-03-293709.29
2026-04-053730.65
2026-04-1219.65
2026-04-1919.62
2026-04-2619.40
2026-05-0319.33
2026-05-1019.69
2026-05-1819.40
2026-05-264026.74
2026-06-024120.31
2026-06-114047.20
2026-06-184099.65
2026-06-254052.36
2026-07-0219.63
2026-07-094086.39
2026-07-164071.71
2026-07-234077.04
2026-07-304007.59
2026-08-064076.38
2026-08-134112.52
2026-08-214132.26
2026-08-284150.55
2026-09-044166.33
2026-09-114109.98
2026-09-1819.74
2026-09-254051.71

High

4166.33

Low

19.3273

Average

2853.22

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/ZWL API questions

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

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

How far back does SZL/ZWL historical data go?

Daily SZL/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 SZL/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.