Skip to content

BHD to TTD exchange rate API

Bahraini Dinar to Trinidad and Tobago Dollar · quoted 2026-09-26

18.0362

▲ +0.43% over 1Y

1 BHD = 18.0362 TTD · 1 TTD = 0.05544 BHD · Get this rate via the API

1 BHD buys 18.0362 TTD as of 2026-09-26, so 1 TTD buys 0.05544 BHD. Over the last year, BHD/TTD traded between 17.8511 and 18.0810, averaged 17.9773 and rose 0.43%. The API holds daily BHD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/TTD over 1Y

BHD/TTD over 1Y: show the values
PointBHD/TTD
2025-09-2617.9591
2025-10-0317.9312
2025-10-1017.9890
2025-10-1717.9295
2025-10-2417.9447
2025-10-3117.8511
2025-11-0717.9316
2025-11-1417.9252
2025-11-2117.9693
2025-11-2817.9778
2025-12-0517.8895
2025-12-1318.0376
2025-12-2018.0694
2025-12-2718.0810
2026-01-0318.0764
2026-01-1018.0627
2026-01-1718.0445
2026-01-2418.0727
2026-01-3118.0208
2026-02-0718.0158
2026-02-1418.0342
2026-02-2118.0358
2026-02-2817.9677
2026-03-0718.0198
2026-03-1417.9439
2026-03-2118.0444
2026-03-2818.0078
2026-04-0418.0440
2026-04-1117.9803
2026-04-1817.9451
2026-04-2517.9738
2026-05-0217.9779
2026-05-0917.9558
2026-05-1717.9398
2026-05-2517.9377
2026-06-0117.9613
2026-06-1017.9406
2026-06-1717.9701
2026-06-2417.9567
2026-07-0117.9545
2026-07-0817.9849
2026-07-1517.9350
2026-07-2217.9388
2026-07-2917.9602
2026-08-0517.9409
2026-08-1217.9216
2026-08-2017.8854
2026-08-2717.9686
2026-09-0317.8995
2026-09-1017.9605
2026-09-1717.9920
2026-09-2418.0044

High

18.0810

Low

17.8511

Average

17.9773

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/TTD API questions

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

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

How far back does BHD/TTD historical data go?

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