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: show the values
| Point | BMD/INR |
|---|---|
| 2026-03-29 | 94.9988 |
| 2026-04-05 | 93.1481 |
| 2026-04-12 | 93.1162 |
| 2026-04-19 | 92.8868 |
| 2026-04-26 | 94.3535 |
| 2026-05-03 | 95.0302 |
| 2026-05-10 | 94.6221 |
| 2026-05-18 | 96.3500 |
| 2026-05-26 | 95.6851 |
| 2026-06-02 | 95.2738 |
| 2026-06-11 | 95.7649 |
| 2026-06-18 | 94.3334 |
| 2026-06-25 | 94.3956 |
| 2026-07-02 | 95.3974 |
| 2026-07-09 | 95.3883 |
| 2026-07-16 | 96.3543 |
| 2026-07-23 | 96.5814 |
| 2026-07-30 | 95.6849 |
| 2026-08-06 | 95.2248 |
| 2026-08-13 | 95.4409 |
| 2026-08-21 | 95.7001 |
| 2026-08-28 | 95.3865 |
| 2026-09-04 | 94.4902 |
| 2026-09-11 | 95.5551 |
| 2026-09-18 | 95.8774 |
| 2026-09-25 | 95.8173 |
High
96.5814
Low
92.8868
Average
95.1472
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BMD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BMD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BMD¤cies=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¤cies=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.