BHD to TJS exchange rate API
Bahraini Dinar to Somoni · quoted 2026-09-27
24.5737
▲ +0.37% over YTD
1 BHD = 24.5737 TJS · 1 TJS = 0.04069 BHD · Get this rate via the API
1 BHD buys 24.5737 TJS as of 2026-09-27, so 1 TJS buys 0.04069 BHD. Over the year to date, BHD/TJS traded between 24.3568 and 25.3011, averaged 24.7057 and rose 0.37%. The API holds daily BHD/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BHD/TJS over YTD: show the values
| Point | BHD/TJS |
|---|---|
| 2025-12-31 | 24.4827 |
| 2026-01-07 | 24.4849 |
| 2026-01-14 | 24.7150 |
| 2026-01-21 | 24.6864 |
| 2026-01-28 | 24.6029 |
| 2026-02-04 | 24.6524 |
| 2026-02-11 | 24.8460 |
| 2026-02-18 | 24.9955 |
| 2026-02-25 | 25.0150 |
| 2026-03-04 | 25.2433 |
| 2026-03-11 | 25.3011 |
| 2026-03-18 | 25.2123 |
| 2026-03-25 | 25.1963 |
| 2026-04-01 | 25.0915 |
| 2026-04-08 | 24.8346 |
| 2026-04-15 | 25.0484 |
| 2026-04-22 | 24.8568 |
| 2026-04-29 | 24.7841 |
| 2026-05-06 | 24.6435 |
| 2026-05-14 | 24.6929 |
| 2026-05-21 | 24.5902 |
| 2026-05-29 | 24.3568 |
| 2026-06-05 | 24.6260 |
| 2026-06-14 | 24.6982 |
| 2026-06-21 | 24.6786 |
| 2026-06-28 | 24.5555 |
| 2026-07-05 | 24.6017 |
| 2026-07-12 | 24.5302 |
| 2026-07-19 | 24.5162 |
| 2026-07-26 | 24.5686 |
| 2026-08-02 | 24.5246 |
| 2026-08-09 | 24.5364 |
| 2026-08-16 | 24.5291 |
| 2026-08-24 | 24.4434 |
| 2026-08-31 | 24.5311 |
| 2026-09-07 | 24.4039 |
| 2026-09-14 | 24.4572 |
| 2026-09-21 | 24.4160 |
High
25.3011
Low
24.3568
Average
24.7057
Get this rate via the API
One GET request returns the BHD/TJS 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=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=TJS").json()Replace YOUR_API_KEY with the key from your dashboard.
BHD/TJS API questions
How do I get the BHD/TJS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BHD/TJS rate in rates.TJS.
How far back does BHD/TJS historical data go?
Daily BHD/TJS 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/TJS 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.