Skip to content

SZL to MWK exchange rate API

Lilangeni to Kwacha · quoted 2026-09-27

106.3712

▲ +6.70% over 1Y

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 last year, SZL/MWK traded between 98.9462 and 109.1570, averaged 104.5989 and rose 6.70%. 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 1Y

SZL/MWK over 1Y: show the values
PointSZL/MWK
2025-09-2799.6931
2025-10-04100.7517
2025-10-1198.9462
2025-10-1899.9260
2025-10-25100.0611
2025-11-01100.0707
2025-11-0899.9957
2025-11-15101.6226
2025-11-22100.0761
2025-11-29101.4592
2025-12-06102.5001
2025-12-14102.8290
2025-12-21103.3428
2025-12-28104.0364
2026-01-04105.3501
2026-01-11105.0664
2026-01-18105.5902
2026-01-25107.6375
2026-02-01107.2870
2026-02-08108.2521
2026-02-15108.7467
2026-02-22108.2738
2026-03-01109.1570
2026-03-08104.8300
2026-03-15102.6346
2026-03-22101.9780
2026-03-29101.4643
2026-04-05101.9528
2026-04-12105.6602
2026-04-19105.8263
2026-04-26104.3232
2026-05-03104.5297
2026-05-10105.7448
2026-05-18104.6632
2026-05-26106.0998
2026-06-02106.6183
2026-06-11104.9008
2026-06-18106.2845
2026-06-25104.5870
2026-07-02105.8458
2026-07-09105.6892
2026-07-16105.6312
2026-07-23105.8717
2026-07-30103.8805
2026-08-06106.1113
2026-08-13107.5556
2026-08-21107.7909
2026-08-28108.5960
2026-09-04108.6204
2026-09-11107.0021
2026-09-18106.4667
2026-09-25105.5393

High

109.1570

Low

98.9462

Average

104.5989

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.