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: show the values
| Point | BHD/TTD |
|---|---|
| 2025-09-26 | 17.9591 |
| 2025-10-03 | 17.9312 |
| 2025-10-10 | 17.9890 |
| 2025-10-17 | 17.9295 |
| 2025-10-24 | 17.9447 |
| 2025-10-31 | 17.8511 |
| 2025-11-07 | 17.9316 |
| 2025-11-14 | 17.9252 |
| 2025-11-21 | 17.9693 |
| 2025-11-28 | 17.9778 |
| 2025-12-05 | 17.8895 |
| 2025-12-13 | 18.0376 |
| 2025-12-20 | 18.0694 |
| 2025-12-27 | 18.0810 |
| 2026-01-03 | 18.0764 |
| 2026-01-10 | 18.0627 |
| 2026-01-17 | 18.0445 |
| 2026-01-24 | 18.0727 |
| 2026-01-31 | 18.0208 |
| 2026-02-07 | 18.0158 |
| 2026-02-14 | 18.0342 |
| 2026-02-21 | 18.0358 |
| 2026-02-28 | 17.9677 |
| 2026-03-07 | 18.0198 |
| 2026-03-14 | 17.9439 |
| 2026-03-21 | 18.0444 |
| 2026-03-28 | 18.0078 |
| 2026-04-04 | 18.0440 |
| 2026-04-11 | 17.9803 |
| 2026-04-18 | 17.9451 |
| 2026-04-25 | 17.9738 |
| 2026-05-02 | 17.9779 |
| 2026-05-09 | 17.9558 |
| 2026-05-17 | 17.9398 |
| 2026-05-25 | 17.9377 |
| 2026-06-01 | 17.9613 |
| 2026-06-10 | 17.9406 |
| 2026-06-17 | 17.9701 |
| 2026-06-24 | 17.9567 |
| 2026-07-01 | 17.9545 |
| 2026-07-08 | 17.9849 |
| 2026-07-15 | 17.9350 |
| 2026-07-22 | 17.9388 |
| 2026-07-29 | 17.9602 |
| 2026-08-05 | 17.9409 |
| 2026-08-12 | 17.9216 |
| 2026-08-20 | 17.8854 |
| 2026-08-27 | 17.9686 |
| 2026-09-03 | 17.8995 |
| 2026-09-10 | 17.9605 |
| 2026-09-17 | 17.9920 |
| 2026-09-24 | 18.0044 |
High
18.0810
Low
17.8511
Average
17.9773
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.