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: show the values
| Point | BHD/INR |
|---|---|
| 2025-12-31 | 237.7687 |
| 2026-01-07 | 237.7676 |
| 2026-01-14 | 238.9409 |
| 2026-01-21 | 242.4708 |
| 2026-01-28 | 243.2686 |
| 2026-02-04 | 239.2356 |
| 2026-02-11 | 240.7387 |
| 2026-02-18 | 239.9711 |
| 2026-02-25 | 240.5894 |
| 2026-03-04 | 243.4087 |
| 2026-03-11 | 243.1670 |
| 2026-03-18 | 244.9011 |
| 2026-03-25 | 247.3874 |
| 2026-04-01 | 244.4817 |
| 2026-04-08 | 242.7127 |
| 2026-04-15 | 247.0173 |
| 2026-04-22 | 248.0819 |
| 2026-04-29 | 250.6663 |
| 2026-05-06 | 249.8957 |
| 2026-05-13 | 252.9938 |
| 2026-05-20 | 256.0818 |
| 2026-05-27 | 253.1316 |
| 2026-06-03 | 253.1912 |
| 2026-06-10 | 251.9933 |
| 2026-06-17 | 250.0880 |
| 2026-06-24 | 250.4757 |
| 2026-07-01 | 252.0471 |
| 2026-07-08 | 252.8708 |
| 2026-07-15 | 254.7210 |
| 2026-07-22 | 255.4727 |
| 2026-07-29 | 253.0707 |
| 2026-08-05 | 251.6775 |
| 2026-08-12 | 252.2507 |
| 2026-08-19 | 253.3601 |
| 2026-08-26 | 252.4716 |
| 2026-09-02 | 251.2897 |
| 2026-09-09 | 251.6478 |
| 2026-09-16 | 253.9074 |
| 2026-09-23 | 253.3500 |
High
256.0818
Low
237.7676
Average
248.3228
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.