BSD to INR exchange rate API
Bahamian Dollar to Indian Rupee · quoted 2026-09-24
96.2852
▲ +7.14% over YTD
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 year to date, BSD/INR traded between 89.8524 and 96.7001, averaged 93.8609 and rose 7.14%. 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 YTD: show the values
| Point | BSD/INR |
|---|---|
| 2025-12-31 | 89.8694 |
| 2026-01-07 | 89.8524 |
| 2026-01-14 | 90.3028 |
| 2026-01-21 | 91.6411 |
| 2026-01-28 | 91.9434 |
| 2026-02-04 | 90.4144 |
| 2026-02-11 | 90.9825 |
| 2026-02-18 | 90.6923 |
| 2026-02-25 | 90.9428 |
| 2026-03-04 | 92.0833 |
| 2026-03-11 | 92.0724 |
| 2026-03-18 | 92.8957 |
| 2026-03-25 | 93.9445 |
| 2026-04-01 | 93.4287 |
| 2026-04-08 | 92.2205 |
| 2026-04-15 | 93.3889 |
| 2026-04-22 | 93.6850 |
| 2026-04-29 | 94.8732 |
| 2026-05-06 | 94.8091 |
| 2026-05-14 | 95.7678 |
| 2026-05-21 | 96.2053 |
| 2026-05-29 | 95.0013 |
| 2026-06-05 | 94.9497 |
| 2026-06-14 | 95.3676 |
| 2026-06-21 | 94.5729 |
| 2026-06-28 | 94.6946 |
| 2026-07-05 | 95.4530 |
| 2026-07-12 | 95.5937 |
| 2026-07-19 | 96.5007 |
| 2026-07-26 | 96.7001 |
| 2026-08-02 | 95.5940 |
| 2026-08-09 | 95.4140 |
| 2026-08-16 | 95.6392 |
| 2026-08-24 | 95.7540 |
| 2026-08-31 | 95.1716 |
| 2026-09-07 | 94.4941 |
| 2026-09-14 | 95.5549 |
| 2026-09-21 | 95.8203 |
High
96.7001
Low
89.8524
Average
93.8609
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.