Skip to content

SZL to ZWL exchange rate API

Lilangeni to Zimbabwe Dollar · quoted 2026-09-25

4051.71

▲ +5.52% over 1Y

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 year, SZL/ZWL traded between 19.3279 and 4178.44, averaged 3588.46 and rose 5.52%. 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 1Y

SZL/ZWL over 1Y: show the values
PointSZL/ZWL
2025-09-253839.77
2025-10-023877.40
2025-10-093890.67
2025-10-163846.28
2025-10-233805.61
2025-10-303848.66
2025-11-063780.19
2025-11-133847.28
2025-11-203815.82
2025-11-273820.88
2025-12-043837.16
2025-12-123865.01
2025-12-193897.39
2025-12-263907.05
2026-01-023924.88
2026-01-093889.24
2026-01-163919.33
2026-01-233972.39
2026-01-304027.16
2026-02-063962.75
2026-02-134002.55
2026-02-203951.44
2026-02-274026.00
2026-03-063881.33
2026-03-133801.69
2026-03-203773.48
2026-03-273711.23
2026-04-033741.43
2026-04-1019.72
2026-04-1719.62
2026-04-2419.34
2026-05-0119.33
2026-05-0819.68
2026-05-163857.52
2026-05-243995.79
2026-05-314140.34
2026-06-094061.28
2026-06-164113.72
2026-06-234074.87
2026-06-304074.68
2026-07-074140.35
2026-07-144067.07
2026-07-214057.12
2026-07-284003.69
2026-08-044036.30
2026-08-114106.34
2026-08-184109.05
2026-08-264178.44
2026-09-024140.02
2026-09-094174.00
2026-09-164125.73
2026-09-234118.70

High

4178.44

Low

19.3279

Average

3588.46

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.