Skip to content

TTD to CAD exchange rate API

Trinidad and Tobago Dollar to Canadian Dollar · quoted 2026-09-24

0.20778

▲ +1.65% over 1Y

1 TTD = 0.20778 CAD · 1 CAD = 4.8127 TTD · Get this rate via the API

1 TTD buys 0.20778 CAD as of 2026-09-24, so 1 CAD buys 4.8127 TTD. Over the last year, TTD/CAD traded between 0.19940 and 0.20991, averaged 0.20458 and rose 1.65%. The API holds daily TTD/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/CAD over 1Y

TTD/CAD over 1Y: show the values
PointTTD/CAD
2025-09-240.20442
2025-10-010.20518
2025-10-080.20536
2025-10-150.20721
2025-10-220.20674
2025-10-290.20513
2025-11-050.20849
2025-11-120.20661
2025-11-190.20678
2025-11-260.20758
2025-12-030.20578
2025-12-110.20384
2025-12-180.20329
2025-12-250.20121
2026-01-010.20183
2026-01-080.20415
2026-01-150.20476
2026-01-220.20344
2026-01-290.19940
2026-02-050.20206
2026-02-120.19983
2026-02-190.20195
2026-02-260.20191
2026-03-050.20120
2026-03-120.20034
2026-03-190.20195
2026-03-260.20311
2026-04-020.20499
2026-04-090.20422
2026-04-160.20276
2026-04-230.20095
2026-04-300.20094
2026-05-070.20104
2026-05-150.20256
2026-05-230.20437
2026-05-300.20376
2026-06-060.20665
2026-06-150.20598
2026-06-220.20885
2026-06-290.20884
2026-07-060.20991
2026-07-130.20768
2026-07-200.20680
2026-07-270.20782
2026-08-030.20709
2026-08-100.20590
2026-08-170.20475
2026-08-250.20412
2026-09-010.20560
2026-09-080.20385
2026-09-150.20515
2026-09-220.20674

High

0.20991

Low

0.19940

Average

0.20458

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/CAD API questions

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

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

How far back does TTD/CAD historical data go?

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