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: show the values
| Point | SZL/MWK |
|---|---|
| 2025-12-31 | 104.5369 |
| 2026-01-07 | 106.0981 |
| 2026-01-14 | 106.0485 |
| 2026-01-21 | 105.7357 |
| 2026-01-28 | 109.0209 |
| 2026-02-04 | 108.4635 |
| 2026-02-11 | 109.0750 |
| 2026-02-18 | 108.1682 |
| 2026-02-25 | 108.7293 |
| 2026-03-04 | 104.9427 |
| 2026-03-11 | 106.6996 |
| 2026-03-18 | 103.7980 |
| 2026-03-25 | 102.3071 |
| 2026-04-01 | 102.8428 |
| 2026-04-08 | 104.6696 |
| 2026-04-15 | 105.9238 |
| 2026-04-22 | 105.9429 |
| 2026-04-29 | 105.1952 |
| 2026-05-06 | 103.6369 |
| 2026-05-14 | 105.9629 |
| 2026-05-21 | 105.2242 |
| 2026-05-29 | 106.4650 |
| 2026-06-05 | 106.3125 |
| 2026-06-14 | 106.5133 |
| 2026-06-21 | 105.4197 |
| 2026-06-28 | 105.3173 |
| 2026-07-05 | 106.8985 |
| 2026-07-12 | 106.2332 |
| 2026-07-19 | 105.0424 |
| 2026-07-26 | 102.9686 |
| 2026-08-02 | 104.6955 |
| 2026-08-09 | 107.5631 |
| 2026-08-16 | 107.1235 |
| 2026-08-24 | 108.4550 |
| 2026-08-31 | 107.7440 |
| 2026-09-07 | 108.5095 |
| 2026-09-14 | 107.1238 |
| 2026-09-21 | 106.7948 |
High
109.0750
Low
102.3071
Average
106.1173
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.