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: show the values
| Point | TTD/SGD |
|---|---|
| 2025-09-27 | 0.19091 |
| 2025-10-04 | 0.19021 |
| 2025-10-11 | 0.19161 |
| 2025-10-18 | 0.19073 |
| 2025-10-25 | 0.19107 |
| 2025-11-01 | 0.19276 |
| 2025-11-08 | 0.19184 |
| 2025-11-15 | 0.19155 |
| 2025-11-22 | 0.19233 |
| 2025-11-29 | 0.19193 |
| 2025-12-06 | 0.19124 |
| 2025-12-14 | 0.19115 |
| 2025-12-21 | 0.19119 |
| 2025-12-28 | 0.18951 |
| 2026-01-04 | 0.18996 |
| 2026-01-11 | 0.19018 |
| 2026-01-18 | 0.19060 |
| 2026-01-25 | 0.18781 |
| 2026-02-01 | 0.18835 |
| 2026-02-08 | 0.18919 |
| 2026-02-15 | 0.18724 |
| 2026-02-22 | 0.18756 |
| 2026-03-01 | 0.18808 |
| 2026-03-08 | 0.19027 |
| 2026-03-15 | 0.19035 |
| 2026-03-22 | 0.18970 |
| 2026-03-29 | 0.19029 |
| 2026-04-05 | 0.19084 |
| 2026-04-12 | 0.18824 |
| 2026-04-19 | 0.18689 |
| 2026-04-26 | 0.18827 |
| 2026-05-03 | 0.18738 |
| 2026-05-10 | 0.18754 |
| 2026-05-18 | 0.18803 |
| 2026-05-26 | 0.18838 |
| 2026-06-02 | 0.18829 |
| 2026-06-11 | 0.18964 |
| 2026-06-18 | 0.19008 |
| 2026-06-25 | 0.19130 |
| 2026-07-02 | 0.19062 |
| 2026-07-09 | 0.19058 |
| 2026-07-16 | 0.19027 |
| 2026-07-23 | 0.19033 |
| 2026-07-30 | 0.19028 |
| 2026-08-06 | 0.18946 |
| 2026-08-13 | 0.18875 |
| 2026-08-21 | 0.18697 |
| 2026-08-28 | 0.18742 |
| 2026-09-04 | 0.18733 |
| 2026-09-11 | 0.18673 |
| 2026-09-18 | 0.18833 |
| 2026-09-25 | 0.18782 |
High
0.19276
Low
0.18673
Average
0.18954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SGD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SGD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.