Skip to content

SZL to MZN exchange rate API

Lilangeni to Mozambique Metical · quoted 2026-09-26

3.9137

▲ +6.98% over 1Y

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 last year, SZL/MZN traded between 3.6585 and 4.0121, averaged 3.8506 and rose 6.98%. 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 1Y

SZL/MZN over 1Y: show the values
PointSZL/MZN
2025-09-263.6585
2025-10-033.6884
2025-10-103.7138
2025-10-173.6810
2025-10-243.6866
2025-10-313.6948
2025-11-073.6765
2025-11-143.7533
2025-11-213.7090
2025-11-283.7257
2025-12-053.7584
2025-12-133.7856
2025-12-203.8111
2025-12-273.8197
2026-01-033.8749
2026-01-103.8759
2026-01-173.8863
2026-01-243.9603
2026-01-313.9500
2026-02-073.9673
2026-02-144.0022
2026-02-213.9818
2026-02-284.0121
2026-03-073.8528
2026-03-143.7636
2026-03-213.7149
2026-03-283.7266
2026-04-043.7465
2026-04-113.8917
2026-04-183.9152
2026-04-253.8513
2026-05-023.8357
2026-05-093.9040
2026-05-173.8244
2026-05-253.9051
2026-06-013.9307
2026-06-103.8601
2026-06-173.9461
2026-06-243.8499
2026-07-013.8879
2026-07-083.9255
2026-07-153.9043
2026-07-223.8755
2026-07-293.8163
2026-08-053.9042
2026-08-123.9404
2026-08-203.9634
2026-08-274.0050
2026-09-033.9756
2026-09-103.9788
2026-09-173.9021
2026-09-243.8966

High

4.0121

Low

3.6585

Average

3.8506

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.