Skip to content

TMT to SZL exchange rate API

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

4.7566

▲ +0.26% over YTD

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 year to date, TMT/SZL traded between 4.5428 and 4.8491, averaged 4.6701 and rose 0.26%. 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 YTD

TMT/SZL over YTD: show the values
PointTMT/SZL
2025-12-314.7443
2026-01-074.6775
2026-01-144.6765
2026-01-214.6745
2026-01-284.5471
2026-02-044.5469
2026-02-114.5428
2026-02-184.5659
2026-02-254.5435
2026-03-044.7241
2026-03-114.6346
2026-03-184.7665
2026-03-254.8491
2026-04-014.8246
2026-04-084.7017
2026-04-154.6730
2026-04-224.6758
2026-04-294.7219
2026-05-064.7637
2026-05-144.6807
2026-05-214.7019
2026-05-294.6291
2026-06-054.6526
2026-06-144.6524
2026-06-214.6992
2026-06-284.7070
2026-07-054.6443
2026-07-124.6717
2026-07-194.7074
2026-07-264.8099
2026-08-024.7435
2026-08-094.6168
2026-08-164.6148
2026-08-244.5795
2026-08-314.6077
2026-09-074.5672
2026-09-144.6137
2026-09-214.6228

High

4.8491

Low

4.5428

Average

4.6701

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.