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: show the values
| Point | SZL/MWK |
|---|---|
| 2025-09-27 | 99.6931 |
| 2025-10-04 | 100.7517 |
| 2025-10-11 | 98.9462 |
| 2025-10-18 | 99.9260 |
| 2025-10-25 | 100.0611 |
| 2025-11-01 | 100.0707 |
| 2025-11-08 | 99.9957 |
| 2025-11-15 | 101.6226 |
| 2025-11-22 | 100.0761 |
| 2025-11-29 | 101.4592 |
| 2025-12-06 | 102.5001 |
| 2025-12-14 | 102.8290 |
| 2025-12-21 | 103.3428 |
| 2025-12-28 | 104.0364 |
| 2026-01-04 | 105.3501 |
| 2026-01-11 | 105.0664 |
| 2026-01-18 | 105.5902 |
| 2026-01-25 | 107.6375 |
| 2026-02-01 | 107.2870 |
| 2026-02-08 | 108.2521 |
| 2026-02-15 | 108.7467 |
| 2026-02-22 | 108.2738 |
| 2026-03-01 | 109.1570 |
| 2026-03-08 | 104.8300 |
| 2026-03-15 | 102.6346 |
| 2026-03-22 | 101.9780 |
| 2026-03-29 | 101.4643 |
| 2026-04-05 | 101.9528 |
| 2026-04-12 | 105.6602 |
| 2026-04-19 | 105.8263 |
| 2026-04-26 | 104.3232 |
| 2026-05-03 | 104.5297 |
| 2026-05-10 | 105.7448 |
| 2026-05-18 | 104.6632 |
| 2026-05-26 | 106.0998 |
| 2026-06-02 | 106.6183 |
| 2026-06-11 | 104.9008 |
| 2026-06-18 | 106.2845 |
| 2026-06-25 | 104.5870 |
| 2026-07-02 | 105.8458 |
| 2026-07-09 | 105.6892 |
| 2026-07-16 | 105.6312 |
| 2026-07-23 | 105.8717 |
| 2026-07-30 | 103.8805 |
| 2026-08-06 | 106.1113 |
| 2026-08-13 | 107.5556 |
| 2026-08-21 | 107.7909 |
| 2026-08-28 | 108.5960 |
| 2026-09-04 | 108.6204 |
| 2026-09-11 | 107.0021 |
| 2026-09-18 | 106.4667 |
| 2026-09-25 | 105.5393 |
High
109.1570
Low
98.9462
Average
104.5989
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.