Skip to content

BHD to INR exchange rate API

Bahraini Dinar to Indian Rupee · quoted 2026-09-25

254.3464

▲ +6.97% over YTD

1 BHD = 254.3464 INR · 1 INR = 0.003932 BHD · Get this rate via the API

1 BHD buys 254.3464 INR as of 2026-09-25, so 1 INR buys 0.003932 BHD. Over the year to date, BHD/INR traded between 237.7676 and 256.0818, averaged 248.3228 and rose 6.97%. The API holds daily BHD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/INR over YTD

BHD/INR over YTD: show the values
PointBHD/INR
2025-12-31237.7687
2026-01-07237.7676
2026-01-14238.9409
2026-01-21242.4708
2026-01-28243.2686
2026-02-04239.2356
2026-02-11240.7387
2026-02-18239.9711
2026-02-25240.5894
2026-03-04243.4087
2026-03-11243.1670
2026-03-18244.9011
2026-03-25247.3874
2026-04-01244.4817
2026-04-08242.7127
2026-04-15247.0173
2026-04-22248.0819
2026-04-29250.6663
2026-05-06249.8957
2026-05-13252.9938
2026-05-20256.0818
2026-05-27253.1316
2026-06-03253.1912
2026-06-10251.9933
2026-06-17250.0880
2026-06-24250.4757
2026-07-01252.0471
2026-07-08252.8708
2026-07-15254.7210
2026-07-22255.4727
2026-07-29253.0707
2026-08-05251.6775
2026-08-12252.2507
2026-08-19253.3601
2026-08-26252.4716
2026-09-02251.2897
2026-09-09251.6478
2026-09-16253.9074
2026-09-23253.3500

High

256.0818

Low

237.7676

Average

248.3228

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/INR API questions

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

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

How far back does BHD/INR historical data go?

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