Skip to content

TMT to SZL exchange rate API

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

4.7566

▼ +2.81% over 6M

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 6 months, TMT/SZL traded between 4.4647 and 4.8942, averaged 4.6890 and fell 2.81%. 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 6M

TMT/SZL over 6M: show the values
PointTMT/SZL
2026-03-304.8942
2026-04-064.8502
2026-04-134.6751
2026-04-204.6906
2026-04-274.7345
2026-05-044.7532
2026-05-114.6718
2026-05-194.7471
2026-05-274.6602
2026-06-034.6488
2026-06-124.6563
2026-06-194.7229
2026-06-264.7246
2026-07-034.6233
2026-07-104.6527
2026-07-174.6938
2026-07-244.8092
2026-07-314.7081
2026-08-074.6745
2026-08-144.6181
2026-08-224.5654
2026-08-294.6099
2026-09-054.4647
2026-09-124.5974
2026-09-194.6439
2026-09-264.7566

High

4.8942

Low

4.4647

Average

4.6890

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.