Skip to content

BBD to INR exchange rate API

Barbados Dollar to Indian Rupee · quoted 2026-09-25

48.1025

▲ +1.27% over 6M

1 BBD = 48.1025 INR · 1 INR = 0.02079 BBD · Get this rate via the API

1 BBD buys 48.1025 INR as of 2026-09-25, so 1 INR buys 0.02079 BBD. Over the last 6 months, BBD/INR traded between 46.0407 and 48.2907, averaged 47.4635 and rose 1.27%. The API holds daily BBD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/INR over 6M

BBD/INR over 6M: show the values
PointBBD/INR
2026-03-2947.4994
2026-04-0546.5740
2026-04-1246.3016
2026-04-1946.0407
2026-04-2646.9226
2026-05-0347.1722
2026-05-1047.1054
2026-05-1847.7438
2026-05-2647.8425
2026-06-0247.6369
2026-06-1147.8825
2026-06-1847.1667
2026-06-2547.1978
2026-07-0247.3501
2026-07-0947.6941
2026-07-1648.1772
2026-07-2348.2907
2026-07-3047.8425
2026-08-0647.6124
2026-08-1347.7204
2026-08-2147.8500
2026-08-2847.6932
2026-09-0447.2451
2026-09-1147.7776
2026-09-1847.6090

High

48.2907

Low

46.0407

Average

47.4635

For developers

Get this rate via the API

One GET request returns the BBD/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=BBD&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/INR API questions

How do I get the BBD/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/INR rate in rates.INR.

How far back does BBD/INR historical data go?

Daily BBD/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 BBD/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.