Skip to content

TTD to SGD exchange rate API

Trinidad and Tobago Dollar to Singapore Dollar · quoted 2026-09-27

0.18842

▼ +1.30% over 1Y

1 TTD = 0.18842 SGD · 1 SGD = 5.3074 TTD · Get this rate via the API

1 TTD buys 0.18842 SGD as of 2026-09-27, so 1 SGD buys 5.3074 TTD. Over the last year, TTD/SGD traded between 0.18673 and 0.19276, averaged 0.18954 and fell 1.30%. The API holds daily TTD/SGD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/SGD over 1Y

TTD/SGD over 1Y: show the values
PointTTD/SGD
2025-09-270.19091
2025-10-040.19021
2025-10-110.19161
2025-10-180.19073
2025-10-250.19107
2025-11-010.19276
2025-11-080.19184
2025-11-150.19155
2025-11-220.19233
2025-11-290.19193
2025-12-060.19124
2025-12-140.19115
2025-12-210.19119
2025-12-280.18951
2026-01-040.18996
2026-01-110.19018
2026-01-180.19060
2026-01-250.18781
2026-02-010.18835
2026-02-080.18919
2026-02-150.18724
2026-02-220.18756
2026-03-010.18808
2026-03-080.19027
2026-03-150.19035
2026-03-220.18970
2026-03-290.19029
2026-04-050.19084
2026-04-120.18824
2026-04-190.18689
2026-04-260.18827
2026-05-030.18738
2026-05-100.18754
2026-05-180.18803
2026-05-260.18838
2026-06-020.18829
2026-06-110.18964
2026-06-180.19008
2026-06-250.19130
2026-07-020.19062
2026-07-090.19058
2026-07-160.19027
2026-07-230.19033
2026-07-300.19028
2026-08-060.18946
2026-08-130.18875
2026-08-210.18697
2026-08-280.18742
2026-09-040.18733
2026-09-110.18673
2026-09-180.18833
2026-09-250.18782

High

0.19276

Low

0.18673

Average

0.18954

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/SGD API questions

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

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

How far back does TTD/SGD historical data go?

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