Skip to content

SZL to MZN exchange rate API

Lilangeni to Mozambique Metical · quoted 2026-09-26

3.9137

▲ +1.67% over YTD

1 SZL = 3.9137 MZN · 1 MZN = 0.25551 SZL · Get this rate via the API

1 SZL buys 3.9137 MZN as of 2026-09-26, so 1 MZN buys 0.25551 SZL. Over the year to date, SZL/MZN traded between 3.7679 and 4.0157, averaged 3.9056 and rose 1.67%. The API holds daily SZL/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/MZN over YTD

SZL/MZN over YTD: show the values
PointSZL/MZN
2025-12-313.8493
2026-01-073.9073
2026-01-143.8991
2026-01-213.8961
2026-01-284.0048
2026-02-044.0031
2026-02-114.0157
2026-02-183.9866
2026-02-253.9975
2026-03-043.8637
2026-03-113.9202
2026-03-183.8260
2026-03-253.7679
2026-04-013.7805
2026-04-083.8642
2026-04-153.9047
2026-04-223.9028
2026-04-293.8616
2026-05-063.8270
2026-05-143.8888
2026-05-213.8701
2026-05-293.9295
2026-06-053.9107
2026-06-143.9224
2026-06-213.8737
2026-06-283.8775
2026-07-053.9263
2026-07-123.9111
2026-07-193.8705
2026-07-263.7935
2026-08-023.8561
2026-08-093.9572
2026-08-163.9399
2026-08-243.9861
2026-08-313.9458
2026-09-073.9925
2026-09-143.9405
2026-09-213.9333

High

4.0157

Low

3.7679

Average

3.9056

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/MZN API questions

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

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

How far back does SZL/MZN historical data go?

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