Skip to content

TMT to SZL exchange rate API

Turkmenistan New Manat to Lilangeni · quoted 2026-09-26

4.7566

▼ +5.99% over 5Y

1 TMT = 4.7566 SZL · 1 SZL = 0.21024 TMT · Get this rate via the API

1 TMT buys 4.7566 SZL as of 2026-09-26, so 1 SZL buys 0.21024 TMT. Over the last 5 years, TMT/SZL traded between 4.5469 and 5.4646, averaged 4.9597 and fell 5.99%. The API holds daily TMT/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/SZL over 5Y

TMT/SZL over 5Y: show the values
PointTMT/SZL
2024-08-245.0599
2024-10-074.9957
2024-11-065.0128
2024-12-065.1492
2025-01-055.3443
2025-02-045.3676
2025-03-065.2287
2025-04-065.4646
2025-05-065.2334
2025-06-075.0699
2025-07-075.0252
2025-08-065.1002
2025-09-055.0699
2025-10-064.9294
2025-11-055.0034
2025-12-054.8575
2026-01-054.7205
2026-02-044.5469
2026-03-064.7392
2026-04-054.8525
2026-05-054.8016
2026-06-064.7329
2026-07-084.6493
2026-08-074.6745
2026-09-074.5672

High

5.4646

Low

4.5469

Average

4.9597

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

TMT/SZL API questions

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

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

How far back does TMT/SZL historical data go?

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