Skip to content

BSD to TTD exchange rate API

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

6.7816

▼ +0.09% over 1Y

1 BSD = 6.7816 TTD · 1 TTD = 0.14746 BSD · Get this rate via the API

1 BSD buys 6.7816 TTD as of 2026-09-26, so 1 TTD buys 0.14746 BSD. Over the last year, BSD/TTD traded between 6.7460 and 6.8038, averaged 6.7823 and fell 0.09%. The API holds daily BSD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/TTD over 1Y

BSD/TTD over 1Y: show the values
PointBSD/TTD
2025-09-266.7877
2025-10-036.7771
2025-10-106.7981
2025-10-176.7756
2025-10-246.7812
2025-10-316.7460
2025-11-076.7763
2025-11-146.7741
2025-11-216.7906
2025-11-286.7938
2025-12-056.7613
2025-12-136.7821
2025-12-206.7941
2025-12-276.7984
2026-01-036.7967
2026-01-106.7916
2026-01-176.7847
2026-01-246.7953
2026-01-316.7758
2026-02-076.7739
2026-02-146.7809
2026-02-216.7814
2026-02-286.7559
2026-03-076.7754
2026-03-146.7469
2026-03-216.7847
2026-03-286.7944
2026-04-046.7846
2026-04-116.7865
2026-04-186.7920
2026-04-256.7914
2026-05-026.7878
2026-05-096.7775
2026-05-176.7640
2026-05-256.7821
2026-06-016.7898
2026-06-106.7824
2026-06-176.7928
2026-06-246.7872
2026-07-016.7850
2026-07-086.7965
2026-07-156.7777
2026-07-226.7810
2026-07-296.7881
2026-08-056.7808
2026-08-126.7736
2026-08-206.7598
2026-08-276.7912
2026-09-036.7651
2026-09-106.7882
2026-09-176.7994
2026-09-246.8038

High

6.8038

Low

6.7460

Average

6.7823

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/TTD API questions

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

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

How far back does BSD/TTD historical data go?

Daily BSD/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 BSD/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.