BSD to INR exchange rate API
Bahamian Dollar to Indian Rupee · quoted 2026-09-24
96.2852
▲ +8.54% over 1Y
1 BSD = 96.2852 INR · 1 INR = 0.01039 BSD · Get this rate via the API
1 BSD buys 96.2852 INR as of 2026-09-24, so 1 INR buys 0.01039 BSD. Over the last year, BSD/INR traded between 88.0584 and 96.4454, averaged 92.5253 and rose 8.54%. The API holds daily BSD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/INR over 1Y: show the values
| Point | BSD/INR |
|---|---|
| 2025-09-24 | 88.7075 |
| 2025-10-01 | 88.7257 |
| 2025-10-08 | 88.7568 |
| 2025-10-15 | 88.0584 |
| 2025-10-22 | 88.4139 |
| 2025-10-29 | 88.2314 |
| 2025-11-05 | 88.6417 |
| 2025-11-12 | 88.6036 |
| 2025-11-19 | 88.5043 |
| 2025-11-26 | 89.1997 |
| 2025-12-03 | 90.1676 |
| 2025-12-11 | 90.3197 |
| 2025-12-18 | 90.2624 |
| 2025-12-25 | 89.8180 |
| 2026-01-01 | 89.8790 |
| 2026-01-08 | 89.9255 |
| 2026-01-15 | 90.3000 |
| 2026-01-22 | 91.5906 |
| 2026-01-29 | 91.9176 |
| 2026-02-05 | 90.3085 |
| 2026-02-12 | 90.3871 |
| 2026-02-19 | 91.1963 |
| 2026-02-26 | 90.9269 |
| 2026-03-05 | 91.6486 |
| 2026-03-12 | 92.2097 |
| 2026-03-19 | 93.2483 |
| 2026-03-26 | 94.1195 |
| 2026-04-02 | 93.1020 |
| 2026-04-09 | 92.7239 |
| 2026-04-16 | 93.4814 |
| 2026-04-23 | 93.7902 |
| 2026-04-30 | 94.8874 |
| 2026-05-07 | 93.9275 |
| 2026-05-15 | 95.5307 |
| 2026-05-23 | 95.7011 |
| 2026-05-30 | 94.9671 |
| 2026-06-06 | 95.0416 |
| 2026-06-15 | 94.7148 |
| 2026-06-22 | 94.6866 |
| 2026-06-29 | 94.5450 |
| 2026-07-06 | 95.4039 |
| 2026-07-13 | 95.6211 |
| 2026-07-20 | 96.4454 |
| 2026-07-27 | 95.9193 |
| 2026-08-03 | 95.3381 |
| 2026-08-10 | 95.3032 |
| 2026-08-17 | 95.6073 |
| 2026-08-25 | 95.4176 |
| 2026-09-01 | 94.9513 |
| 2026-09-08 | 94.8265 |
| 2026-09-15 | 95.9602 |
| 2026-09-22 | 95.5950 |
High
96.4454
Low
88.0584
Average
92.5253
Get this rate via the API
One GET request returns the BSD/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=BSD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/INR API questions
How do I get the BSD/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/INR rate in rates.INR.
How far back does BSD/INR historical data go?
Daily BSD/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 BSD/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.