Skip to content

BMD to TTD exchange rate API

Bermudian Dollar to Trinidad and Tobago Dollar · quoted 2026-09-25

6.7997

▲ +0.32% over 1Y

1 BMD = 6.7997 TTD · 1 TTD = 0.14707 BMD · Get this rate via the API

1 BMD buys 6.7997 TTD as of 2026-09-25, so 1 TTD buys 0.14707 BMD. Over the last year, BMD/TTD traded between 6.7419 and 6.8020, averaged 6.7829 and rose 0.32%. The API holds daily BMD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BMD/TTD over 1Y

BMD/TTD over 1Y: show the values
PointBMD/TTD
2025-09-256.7781
2025-10-026.7886
2025-10-096.7859
2025-10-166.7849
2025-10-236.7834
2025-10-306.7670
2025-11-066.7734
2025-11-136.7703
2025-11-206.7831
2025-11-276.7905
2025-12-046.7737
2025-12-126.7792
2025-12-196.7848
2025-12-266.7970
2026-01-026.7898
2026-01-096.7929
2026-01-166.7894
2026-01-236.7820
2026-01-306.7900
2026-02-066.7727
2026-02-136.7859
2026-02-206.7563
2026-02-276.7892
2026-03-066.7696
2026-03-136.7964
2026-03-206.7808
2026-03-276.7804
2026-04-036.7772
2026-04-106.7749
2026-04-176.7926
2026-04-246.7802
2026-05-016.7894
2026-05-086.7867
2026-05-166.7889
2026-05-246.7419
2026-05-316.7695
2026-06-096.7743
2026-06-166.7918
2026-06-236.7910
2026-06-306.7879
2026-07-076.7769
2026-07-146.7899
2026-07-216.7918
2026-07-286.8020
2026-08-046.7884
2026-08-116.7800
2026-08-186.7807
2026-08-266.7908
2026-09-026.7793
2026-09-096.7730
2026-09-166.7818
2026-09-236.7959

High

6.8020

Low

6.7419

Average

6.7829

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BMD/TTD API questions

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

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

How far back does BMD/TTD historical data go?

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