Skip to content

SZL to MWK exchange rate API

Lilangeni to Kwacha · quoted 2026-09-27

106.3712

▲ +1.75% over YTD

1 SZL = 106.3712 MWK · 1 MWK = 0.009401 SZL · Get this rate via the API

1 SZL buys 106.3712 MWK as of 2026-09-27, so 1 MWK buys 0.009401 SZL. Over the year to date, SZL/MWK traded between 102.3071 and 109.0750, averaged 106.1173 and rose 1.75%. The API holds daily SZL/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/MWK over YTD

SZL/MWK over YTD: show the values
PointSZL/MWK
2025-12-31104.5369
2026-01-07106.0981
2026-01-14106.0485
2026-01-21105.7357
2026-01-28109.0209
2026-02-04108.4635
2026-02-11109.0750
2026-02-18108.1682
2026-02-25108.7293
2026-03-04104.9427
2026-03-11106.6996
2026-03-18103.7980
2026-03-25102.3071
2026-04-01102.8428
2026-04-08104.6696
2026-04-15105.9238
2026-04-22105.9429
2026-04-29105.1952
2026-05-06103.6369
2026-05-14105.9629
2026-05-21105.2242
2026-05-29106.4650
2026-06-05106.3125
2026-06-14106.5133
2026-06-21105.4197
2026-06-28105.3173
2026-07-05106.8985
2026-07-12106.2332
2026-07-19105.0424
2026-07-26102.9686
2026-08-02104.6955
2026-08-09107.5631
2026-08-16107.1235
2026-08-24108.4550
2026-08-31107.7440
2026-09-07108.5095
2026-09-14107.1238
2026-09-21106.7948

High

109.0750

Low

102.3071

Average

106.1173

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/MWK API questions

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

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

How far back does SZL/MWK historical data go?

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