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: show the values
| Point | SZL/ZWL |
|---|---|
| 2025-09-25 | 3839.77 |
| 2025-10-02 | 3877.40 |
| 2025-10-09 | 3890.67 |
| 2025-10-16 | 3846.28 |
| 2025-10-23 | 3805.61 |
| 2025-10-30 | 3848.66 |
| 2025-11-06 | 3780.19 |
| 2025-11-13 | 3847.28 |
| 2025-11-20 | 3815.82 |
| 2025-11-27 | 3820.88 |
| 2025-12-04 | 3837.16 |
| 2025-12-12 | 3865.01 |
| 2025-12-19 | 3897.39 |
| 2025-12-26 | 3907.05 |
| 2026-01-02 | 3924.88 |
| 2026-01-09 | 3889.24 |
| 2026-01-16 | 3919.33 |
| 2026-01-23 | 3972.39 |
| 2026-01-30 | 4027.16 |
| 2026-02-06 | 3962.75 |
| 2026-02-13 | 4002.55 |
| 2026-02-20 | 3951.44 |
| 2026-02-27 | 4026.00 |
| 2026-03-06 | 3881.33 |
| 2026-03-13 | 3801.69 |
| 2026-03-20 | 3773.48 |
| 2026-03-27 | 3711.23 |
| 2026-04-03 | 3741.43 |
| 2026-04-10 | 19.72 |
| 2026-04-17 | 19.62 |
| 2026-04-24 | 19.34 |
| 2026-05-01 | 19.33 |
| 2026-05-08 | 19.68 |
| 2026-05-16 | 3857.52 |
| 2026-05-24 | 3995.79 |
| 2026-05-31 | 4140.34 |
| 2026-06-09 | 4061.28 |
| 2026-06-16 | 4113.72 |
| 2026-06-23 | 4074.87 |
| 2026-06-30 | 4074.68 |
| 2026-07-07 | 4140.35 |
| 2026-07-14 | 4067.07 |
| 2026-07-21 | 4057.12 |
| 2026-07-28 | 4003.69 |
| 2026-08-04 | 4036.30 |
| 2026-08-11 | 4106.34 |
| 2026-08-18 | 4109.05 |
| 2026-08-26 | 4178.44 |
| 2026-09-02 | 4140.02 |
| 2026-09-09 | 4174.00 |
| 2026-09-16 | 4125.73 |
| 2026-09-23 | 4118.70 |
High
4178.44
Low
19.3279
Average
3588.46
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.