Skip to content

BMD to INR exchange rate API

Bermudian Dollar to Indian Rupee · quoted 2026-09-25

96.1175

▲ +1.18% over 6M

1 BMD = 96.1175 INR · 1 INR = 0.01040 BMD · Get this rate via the API

1 BMD buys 96.1175 INR as of 2026-09-25, so 1 INR buys 0.01040 BMD. Over the last 6 months, BMD/INR traded between 92.8868 and 96.5814, averaged 95.1472 and rose 1.18%. The API holds daily BMD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BMD/INR over 6M

BMD/INR over 6M: show the values
PointBMD/INR
2026-03-2994.9988
2026-04-0593.1481
2026-04-1293.1162
2026-04-1992.8868
2026-04-2694.3535
2026-05-0395.0302
2026-05-1094.6221
2026-05-1896.3500
2026-05-2695.6851
2026-06-0295.2738
2026-06-1195.7649
2026-06-1894.3334
2026-06-2594.3956
2026-07-0295.3974
2026-07-0995.3883
2026-07-1696.3543
2026-07-2396.5814
2026-07-3095.6849
2026-08-0695.2248
2026-08-1395.4409
2026-08-2195.7001
2026-08-2895.3865
2026-09-0494.4902
2026-09-1195.5551
2026-09-1895.8774
2026-09-2595.8173

High

96.5814

Low

92.8868

Average

95.1472

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BMD/INR API questions

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

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

How far back does BMD/INR historical data go?

Daily BMD/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 BMD/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.