Skip to content

TMT to SZL exchange rate API

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

4.7566

▼ +4.68% over 1Y

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 year, TMT/SZL traded between 4.5502 and 4.9902, averaged 4.7409 and fell 4.68%. 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 1Y

TMT/SZL over 1Y: show the values
PointTMT/SZL
2025-09-264.9902
2025-10-034.9479
2025-10-104.9059
2025-10-174.9648
2025-10-244.9564
2025-10-314.9366
2025-11-074.9659
2025-11-144.8648
2025-11-214.9243
2025-11-284.9024
2025-12-054.8575
2025-12-134.8071
2025-12-204.7904
2025-12-274.7642
2026-01-034.7113
2026-01-104.7151
2026-01-174.6814
2026-01-244.6147
2026-01-314.6176
2026-02-074.5861
2026-02-144.5639
2026-02-214.5881
2026-02-284.5509
2026-03-074.7343
2026-03-144.8433
2026-03-214.8908
2026-03-284.9030
2026-04-044.8494
2026-04-114.6890
2026-04-184.6605
2026-04-254.7345
2026-05-024.7533
2026-05-094.6772
2026-05-174.7624
2026-05-254.6697
2026-06-014.6268
2026-06-104.7287
2026-06-174.6139
2026-06-244.7277
2026-07-014.6811
2026-07-084.6493
2026-07-154.6754
2026-07-224.7042
2026-07-294.7809
2026-08-054.6764
2026-08-124.6169
2026-08-204.6012
2026-08-274.5502
2026-09-034.5880
2026-09-104.5745
2026-09-174.6700
2026-09-244.6717

High

4.9902

Low

4.5502

Average

4.7409

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.