BHD to TJS exchange rate API
Bahraini Dinar to Somoni · quoted 2026-09-27
24.5737
▼ +1.06% over 1Y
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 last year, BHD/TJS traded between 24.2829 and 25.4787, averaged 24.6872 and fell 1.06%. 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 1Y: show the values
| Point | BHD/TJS |
|---|---|
| 2025-09-27 | 24.8369 |
| 2025-10-04 | 24.6675 |
| 2025-10-11 | 24.5343 |
| 2025-10-18 | 24.5359 |
| 2025-10-25 | 24.7075 |
| 2025-11-01 | 24.5612 |
| 2025-11-08 | 24.5375 |
| 2025-11-15 | 24.5766 |
| 2025-11-22 | 24.5266 |
| 2025-11-29 | 24.5628 |
| 2025-12-06 | 24.4016 |
| 2025-12-14 | 24.4930 |
| 2025-12-21 | 24.4237 |
| 2025-12-28 | 24.5187 |
| 2026-01-04 | 24.4809 |
| 2026-01-11 | 24.6368 |
| 2026-01-18 | 24.7053 |
| 2026-01-25 | 24.7885 |
| 2026-02-01 | 24.8882 |
| 2026-02-08 | 24.8375 |
| 2026-02-15 | 25.0240 |
| 2026-02-22 | 25.1144 |
| 2026-03-01 | 25.2298 |
| 2026-03-08 | 25.4170 |
| 2026-03-15 | 25.4291 |
| 2026-03-22 | 25.4787 |
| 2026-03-29 | 25.2990 |
| 2026-04-05 | 25.3685 |
| 2026-04-12 | 25.1303 |
| 2026-04-19 | 24.9921 |
| 2026-04-26 | 24.8317 |
| 2026-05-03 | 24.8136 |
| 2026-05-10 | 24.6422 |
| 2026-05-18 | 24.7232 |
| 2026-05-26 | 24.4557 |
| 2026-06-02 | 24.4340 |
| 2026-06-11 | 24.6699 |
| 2026-06-18 | 24.5294 |
| 2026-06-25 | 24.5142 |
| 2026-07-02 | 24.4853 |
| 2026-07-09 | 24.5089 |
| 2026-07-16 | 24.3639 |
| 2026-07-23 | 24.4368 |
| 2026-07-30 | 24.2829 |
| 2026-08-06 | 24.3980 |
| 2026-08-13 | 24.4851 |
| 2026-08-21 | 24.4760 |
| 2026-08-28 | 24.4344 |
| 2026-09-04 | 24.4129 |
| 2026-09-11 | 24.4436 |
| 2026-09-18 | 24.4081 |
| 2026-09-25 | 24.3939 |
High
25.4787
Low
24.2829
Average
24.6872
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.