Skip to content

INR to BHD exchange rate API

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

0.003931

▼ +7.74% over 1Y

1 INR = 0.003931 BHD · 1 BHD = 254.3882 INR · Get this rate via the API

1 INR buys 0.003931 BHD as of 2026-09-25, so 1 BHD buys 254.3882 INR. Over the last year, INR/BHD traded between 0.003913 and 0.004302, averaged 0.004084 and fell 7.74%. The API holds daily INR/BHD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/BHD over 1Y

INR/BHD over 1Y: show the values
PointINR/BHD
2025-09-250.004261
2025-10-020.004260
2025-10-090.004255
2025-10-160.004297
2025-10-230.004302
2025-10-300.004259
2025-11-060.004266
2025-11-130.004261
2025-11-200.004259
2025-11-270.004226
2025-12-040.004205
2025-12-110.004184
2025-12-180.004186
2025-12-250.004186
2026-01-010.004197
2026-01-080.004202
2026-01-150.004185
2026-01-220.004126
2026-01-290.004111
2026-02-050.004184
2026-02-120.004171
2026-02-190.004144
2026-02-260.004157
2026-03-050.004127
2026-03-120.004106
2026-03-190.004068
2026-03-260.004030
2026-04-020.004107
2026-04-090.004088
2026-04-160.004056
2026-04-230.004022
2026-04-300.003989
2026-05-070.004015
2026-05-140.003948
2026-05-210.003930
2026-05-280.003950
2026-06-040.003946
2026-06-110.003947
2026-06-180.004007
2026-06-250.004003
2026-07-020.003961
2026-07-090.003961
2026-07-160.003921
2026-07-230.003913
2026-07-300.003949
2026-08-060.003969
2026-08-130.003960
2026-08-200.003948
2026-08-270.003955
2026-09-030.003999
2026-09-100.003960
2026-09-170.003939
2026-09-240.003938

High

0.004302

Low

0.003913

Average

0.004084

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=BHD").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/BHD API questions

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

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

How far back does INR/BHD historical data go?

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