Skip to content

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

BHD/TJS over YTD: show the values
PointBHD/TJS
2025-12-3124.4827
2026-01-0724.4849
2026-01-1424.7150
2026-01-2124.6864
2026-01-2824.6029
2026-02-0424.6524
2026-02-1124.8460
2026-02-1824.9955
2026-02-2525.0150
2026-03-0425.2433
2026-03-1125.3011
2026-03-1825.2123
2026-03-2525.1963
2026-04-0125.0915
2026-04-0824.8346
2026-04-1525.0484
2026-04-2224.8568
2026-04-2924.7841
2026-05-0624.6435
2026-05-1424.6929
2026-05-2124.5902
2026-05-2924.3568
2026-06-0524.6260
2026-06-1424.6982
2026-06-2124.6786
2026-06-2824.5555
2026-07-0524.6017
2026-07-1224.5302
2026-07-1924.5162
2026-07-2624.5686
2026-08-0224.5246
2026-08-0924.5364
2026-08-1624.5291
2026-08-2424.4434
2026-08-3124.5311
2026-09-0724.4039
2026-09-1424.4572
2026-09-2124.4160

High

25.3011

Low

24.3568

Average

24.7057

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=TJS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=TJS");
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=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&currencies=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.