Skip to content

TMT to SZL exchange rate API

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

4.7566

▲ +4.54% over 30D

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 30 days, TMT/SZL traded between 4.4647 and 4.7566, averaged 4.6154 and rose 4.54%. 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 30D

TMT/SZL over 30D: show the values
PointTMT/SZL
2026-08-274.5502
2026-08-284.5735
2026-08-294.6099
2026-08-304.6056
2026-08-314.6077
2026-09-014.6090
2026-09-024.6110
2026-09-034.5880
2026-09-044.5685
2026-09-054.4647
2026-09-064.5454
2026-09-074.5672
2026-09-084.5694
2026-09-094.5613
2026-09-104.5745
2026-09-114.6208
2026-09-124.5974
2026-09-134.5976
2026-09-144.6137
2026-09-154.6530
2026-09-164.6256
2026-09-174.6700
2026-09-184.6481
2026-09-194.6439
2026-09-204.6502
2026-09-214.6228
2026-09-224.6460
2026-09-234.6327
2026-09-244.6717
2026-09-254.6802
2026-09-264.7566

High

4.7566

Low

4.4647

Average

4.6154

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.