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: show the values
| Point | SZL/ZWL |
|---|---|
| 2026-03-29 | 3709.29 |
| 2026-04-05 | 3730.65 |
| 2026-04-12 | 19.65 |
| 2026-04-19 | 19.62 |
| 2026-04-26 | 19.40 |
| 2026-05-03 | 19.33 |
| 2026-05-10 | 19.69 |
| 2026-05-18 | 19.40 |
| 2026-05-26 | 4026.74 |
| 2026-06-02 | 4120.31 |
| 2026-06-11 | 4047.20 |
| 2026-06-18 | 4099.65 |
| 2026-06-25 | 4052.36 |
| 2026-07-02 | 19.63 |
| 2026-07-09 | 4086.39 |
| 2026-07-16 | 4071.71 |
| 2026-07-23 | 4077.04 |
| 2026-07-30 | 4007.59 |
| 2026-08-06 | 4076.38 |
| 2026-08-13 | 4112.52 |
| 2026-08-21 | 4132.26 |
| 2026-08-28 | 4150.55 |
| 2026-09-04 | 4166.33 |
| 2026-09-11 | 4109.98 |
| 2026-09-18 | 19.74 |
| 2026-09-25 | 4051.71 |
High
4166.33
Low
19.3273
Average
2853.22
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.