Skip to content

ZMW to SZL exchange rate API

Zambian Kwacha to Lilangeni · quoted 2026-09-26

0.83642

▲ +14.17% over 1Y

1 ZMW = 0.83642 SZL · 1 SZL = 1.1956 ZMW · Get this rate via the API

1 ZMW buys 0.83642 SZL as of 2026-09-26, so 1 SZL buys 1.1956 ZMW. Over the last year, ZMW/SZL traded between 0.72749 and 0.92848, averaged 0.83353 and rose 14.17%. The API holds daily ZMW/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/SZL over 1Y

ZMW/SZL over 1Y: show the values
PointZMW/SZL
2025-09-260.73262
2025-10-030.72749
2025-10-100.75794
2025-10-170.76695
2025-10-240.78308
2025-10-310.77989
2025-11-070.76564
2025-11-140.75168
2025-11-210.74719
2025-11-280.74900
2025-12-050.73372
2025-12-130.73046
2025-12-200.74062
2025-12-270.73918
2026-01-030.74583
2026-01-100.84545
2026-01-170.81230
2026-01-240.82527
2026-01-310.81737
2026-02-070.85719
2026-02-140.87426
2026-02-210.84545
2026-02-280.84193
2026-03-070.85694
2026-03-140.87270
2026-03-210.87774
2026-03-280.91150
2026-04-040.88173
2026-04-110.86427
2026-04-180.85866
2026-04-250.87832
2026-05-020.89193
2026-05-090.85988
2026-05-170.88236
2026-05-250.86508
2026-06-010.88073
2026-06-100.92848
2026-06-170.91235
2026-06-240.91616
2026-07-010.90958
2026-07-080.87877
2026-07-150.89984
2026-07-220.89303
2026-07-290.89195
2026-08-050.86150
2026-08-120.86055
2026-08-200.85949
2026-08-270.83836
2026-09-030.83783
2026-09-100.83108
2026-09-170.83253
2026-09-240.83703

High

0.92848

Low

0.72749

Average

0.83353

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/SZL API questions

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

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

How far back does ZMW/SZL historical data go?

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