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: show the values
| Point | TMT/SZL |
|---|---|
| 2025-09-26 | 4.9902 |
| 2025-10-03 | 4.9479 |
| 2025-10-10 | 4.9059 |
| 2025-10-17 | 4.9648 |
| 2025-10-24 | 4.9564 |
| 2025-10-31 | 4.9366 |
| 2025-11-07 | 4.9659 |
| 2025-11-14 | 4.8648 |
| 2025-11-21 | 4.9243 |
| 2025-11-28 | 4.9024 |
| 2025-12-05 | 4.8575 |
| 2025-12-13 | 4.8071 |
| 2025-12-20 | 4.7904 |
| 2025-12-27 | 4.7642 |
| 2026-01-03 | 4.7113 |
| 2026-01-10 | 4.7151 |
| 2026-01-17 | 4.6814 |
| 2026-01-24 | 4.6147 |
| 2026-01-31 | 4.6176 |
| 2026-02-07 | 4.5861 |
| 2026-02-14 | 4.5639 |
| 2026-02-21 | 4.5881 |
| 2026-02-28 | 4.5509 |
| 2026-03-07 | 4.7343 |
| 2026-03-14 | 4.8433 |
| 2026-03-21 | 4.8908 |
| 2026-03-28 | 4.9030 |
| 2026-04-04 | 4.8494 |
| 2026-04-11 | 4.6890 |
| 2026-04-18 | 4.6605 |
| 2026-04-25 | 4.7345 |
| 2026-05-02 | 4.7533 |
| 2026-05-09 | 4.6772 |
| 2026-05-17 | 4.7624 |
| 2026-05-25 | 4.6697 |
| 2026-06-01 | 4.6268 |
| 2026-06-10 | 4.7287 |
| 2026-06-17 | 4.6139 |
| 2026-06-24 | 4.7277 |
| 2026-07-01 | 4.6811 |
| 2026-07-08 | 4.6493 |
| 2026-07-15 | 4.6754 |
| 2026-07-22 | 4.7042 |
| 2026-07-29 | 4.7809 |
| 2026-08-05 | 4.6764 |
| 2026-08-12 | 4.6169 |
| 2026-08-20 | 4.6012 |
| 2026-08-27 | 4.5502 |
| 2026-09-03 | 4.5880 |
| 2026-09-10 | 4.5745 |
| 2026-09-17 | 4.6700 |
| 2026-09-24 | 4.6717 |
High
4.9902
Low
4.5502
Average
4.7409
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=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¤cies=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.