Skip to content

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

BSD/INR over 1Y: show the values
PointBSD/INR
2025-09-2488.7075
2025-10-0188.7257
2025-10-0888.7568
2025-10-1588.0584
2025-10-2288.4139
2025-10-2988.2314
2025-11-0588.6417
2025-11-1288.6036
2025-11-1988.5043
2025-11-2689.1997
2025-12-0390.1676
2025-12-1190.3197
2025-12-1890.2624
2025-12-2589.8180
2026-01-0189.8790
2026-01-0889.9255
2026-01-1590.3000
2026-01-2291.5906
2026-01-2991.9176
2026-02-0590.3085
2026-02-1290.3871
2026-02-1991.1963
2026-02-2690.9269
2026-03-0591.6486
2026-03-1292.2097
2026-03-1993.2483
2026-03-2694.1195
2026-04-0293.1020
2026-04-0992.7239
2026-04-1693.4814
2026-04-2393.7902
2026-04-3094.8874
2026-05-0793.9275
2026-05-1595.5307
2026-05-2395.7011
2026-05-3094.9671
2026-06-0695.0416
2026-06-1594.7148
2026-06-2294.6866
2026-06-2994.5450
2026-07-0695.4039
2026-07-1395.6211
2026-07-2096.4454
2026-07-2795.9193
2026-08-0395.3381
2026-08-1095.3032
2026-08-1795.6073
2026-08-2595.4176
2026-09-0194.9513
2026-09-0894.8265
2026-09-1595.9602
2026-09-2295.5950

High

96.4454

Low

88.0584

Average

92.5253

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&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=BSD&currencies=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&currencies=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.