Skip to content

SZL to MNT exchange rate API

Lilangeni to Tugrik · quoted 2026-09-26

220.5433

▲ +2.83% over YTD

1 SZL = 220.5433 MNT · 1 MNT = 0.004534 SZL · Get this rate via the API

1 SZL buys 220.5433 MNT as of 2026-09-26, so 1 MNT buys 0.004534 SZL. Over the year to date, SZL/MNT traded between 210.8862 and 225.1505, averaged 219.0286 and rose 2.83%. The API holds daily SZL/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/MNT over YTD

SZL/MNT over YTD: show the values
PointSZL/MNT
2025-12-31214.4834
2026-01-07217.7773
2026-01-14217.7113
2026-01-21217.4445
2026-01-28224.3794
2026-02-04223.8060
2026-02-11224.5313
2026-02-18222.8792
2026-02-25223.9144
2026-03-04215.9997
2026-03-11219.4571
2026-03-18213.9648
2026-03-25210.8862
2026-04-01211.7016
2026-04-08216.5713
2026-04-15218.3026
2026-04-22218.2694
2026-04-29217.2999
2026-05-06214.3295
2026-05-14217.9150
2026-05-21216.8278
2026-05-29220.3800
2026-06-05219.1518
2026-06-14219.6285
2026-06-21217.5041
2026-06-28217.2599
2026-07-05220.7455
2026-07-12219.4557
2026-07-19217.1912
2026-07-26213.3260
2026-08-02217.2254
2026-08-09222.6832
2026-08-16222.2536
2026-08-24224.6988
2026-08-31222.3761
2026-09-07225.1505
2026-09-14222.2065
2026-09-21221.8849

High

225.1505

Low

210.8862

Average

219.0286

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/MNT API questions

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

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

How far back does SZL/MNT historical data go?

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