BMD to INR exchange rate API
Bermudian Dollar to Indian Rupee · quoted 2026-09-25
96.1175
▲ +8.38% over 1Y
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 year, BMD/INR traded between 87.8210 and 96.2358, averaged 92.6213 and rose 8.38%. 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 1Y: show the values
| Point | BMD/INR |
|---|---|
| 2025-09-25 | 88.6886 |
| 2025-10-02 | 88.7186 |
| 2025-10-09 | 88.7973 |
| 2025-10-16 | 87.9273 |
| 2025-10-23 | 87.8210 |
| 2025-10-30 | 88.7176 |
| 2025-11-06 | 88.5741 |
| 2025-11-13 | 88.6888 |
| 2025-11-20 | 88.7129 |
| 2025-11-27 | 89.4023 |
| 2025-12-04 | 89.8706 |
| 2025-12-12 | 90.5255 |
| 2025-12-19 | 89.6977 |
| 2025-12-26 | 90.1575 |
| 2026-01-02 | 90.1962 |
| 2026-01-09 | 90.2195 |
| 2026-01-16 | 90.7265 |
| 2026-01-23 | 91.8617 |
| 2026-01-30 | 91.9393 |
| 2026-02-06 | 90.6618 |
| 2026-02-13 | 90.6095 |
| 2026-02-20 | 90.9454 |
| 2026-02-27 | 91.0805 |
| 2026-03-06 | 91.8385 |
| 2026-03-13 | 92.3845 |
| 2026-03-20 | 93.6175 |
| 2026-03-27 | 94.8116 |
| 2026-04-03 | 92.7103 |
| 2026-04-10 | 92.8866 |
| 2026-04-17 | 92.8223 |
| 2026-04-24 | 94.2525 |
| 2026-05-01 | 95.1998 |
| 2026-05-08 | 94.4890 |
| 2026-05-16 | 95.9899 |
| 2026-05-24 | 95.8804 |
| 2026-05-31 | 95.0888 |
| 2026-06-09 | 95.3508 |
| 2026-06-16 | 94.5605 |
| 2026-06-23 | 94.7402 |
| 2026-06-30 | 94.6608 |
| 2026-07-07 | 94.9724 |
| 2026-07-14 | 96.2047 |
| 2026-07-21 | 96.2358 |
| 2026-07-28 | 95.8573 |
| 2026-08-04 | 95.3786 |
| 2026-08-11 | 95.4398 |
| 2026-08-18 | 95.6870 |
| 2026-08-26 | 95.4216 |
| 2026-09-02 | 94.9750 |
| 2026-09-09 | 95.1103 |
| 2026-09-16 | 95.9643 |
| 2026-09-23 | 95.7410 |
High
96.2358
Low
87.8210
Average
92.6213
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.