Skip to content

BHD to TND exchange rate API

Bahraini Dinar to Tunisian Dinar · quoted 2026-09-27

7.8670

▲ +1.46% over 1Y

1 BHD = 7.8670 TND · 1 TND = 0.12711 BHD · Get this rate via the API

1 BHD buys 7.8670 TND as of 2026-09-27, so 1 TND buys 0.12711 BHD. Over the last year, BHD/TND traded between 7.5444 and 7.8670, averaged 7.7313 and rose 1.46%. The API holds daily BHD/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/TND over 1Y

BHD/TND over 1Y: show the values
PointBHD/TND
2025-09-277.7540
2025-10-047.7181
2025-10-117.8137
2025-10-187.7801
2025-10-257.8058
2025-11-017.8138
2025-11-087.8584
2025-11-157.8312
2025-11-227.8537
2025-11-297.8351
2025-12-067.7919
2025-12-147.7254
2025-12-217.7341
2025-12-287.6519
2026-01-047.6596
2026-01-117.7129
2026-01-187.6795
2026-01-257.6178
2026-02-017.5444
2026-02-087.5471
2026-02-157.6088
2026-02-227.6316
2026-03-017.5775
2026-03-087.7145
2026-03-157.8018
2026-03-227.7526
2026-03-297.7491
2026-04-057.7799
2026-04-127.7257
2026-04-197.6919
2026-04-267.7140
2026-05-037.6218
2026-05-107.6716
2026-05-187.7556
2026-05-267.6609
2026-06-027.6927
2026-06-117.7380
2026-06-187.7532
2026-06-257.8299
2026-07-027.7765
2026-07-097.7941
2026-07-167.7872
2026-07-237.7894
2026-07-307.7923
2026-08-067.7200
2026-08-137.7667
2026-08-217.6694
2026-08-287.6831
2026-09-047.6891
2026-09-117.6922
2026-09-187.7071
2026-09-257.8266

High

7.8670

Low

7.5444

Average

7.7313

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/TND API questions

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

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

How far back does BHD/TND historical data go?

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