Skip to content

SZL to TTD exchange rate API

Lilangeni to Trinidad and Tobago Dollar · quoted 2026-09-26

0.41578

▲ +6.99% over 1Y

1 SZL = 0.41578 TTD · 1 TTD = 2.4051 SZL · Get this rate via the API

1 SZL buys 0.41578 TTD as of 2026-09-26, so 1 TTD buys 2.4051 SZL. Over the last year, SZL/TTD traded between 0.38863 and 0.42523, averaged 0.40908 and rose 6.99%. The API holds daily SZL/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/TTD over 1Y

SZL/TTD over 1Y: show the values
PointSZL/TTD
2025-09-260.38863
2025-10-030.39143
2025-10-100.39511
2025-10-170.39031
2025-10-240.39122
2025-10-310.39054
2025-11-070.38988
2025-11-140.39788
2025-11-210.39414
2025-11-280.39610
2025-12-050.39808
2025-12-130.40193
2025-12-200.40521
2025-12-270.40790
2026-01-030.41217
2026-01-100.41194
2026-01-170.41347
2026-01-240.42118
2026-01-310.41972
2026-02-070.42255
2026-02-140.42495
2026-02-210.42281
2026-02-280.42413
2026-03-070.40941
2026-03-140.39830
2026-03-210.39635
2026-03-280.39598
2026-04-040.39972
2026-04-110.41278
2026-04-180.41578
2026-04-250.40857
2026-05-020.40752
2026-05-090.41395
2026-05-170.40538
2026-05-250.41503
2026-06-010.41831
2026-06-100.40994
2026-06-170.41969
2026-06-240.40930
2026-07-010.41304
2026-07-080.41804
2026-07-150.41462
2026-07-220.41223
2026-07-290.40587
2026-08-050.41471
2026-08-120.41822
2026-08-200.41984
2026-08-270.42523
2026-09-030.42165
2026-09-100.42319
2026-09-170.41604
2026-09-240.41536

High

0.42523

Low

0.38863

Average

0.40908

For developers

Get this rate via the API

One GET request returns the SZL/TTD 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=SZL&currencies=TTD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=TTD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=TTD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/TTD API questions

How do I get the SZL/TTD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/TTD rate in rates.TTD.

How far back does SZL/TTD historical data go?

Daily SZL/TTD 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 SZL/TTD 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.