Skip to content

BBD to INR exchange rate API

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

48.1025

▲ +14.78% over 5Y

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 5 years, BBD/INR traded between 41.9070 and 48.1025, averaged 44.5866 and rose 14.78%. 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 5Y

BBD/INR over 5Y: show the values
PointBBD/INR
2024-08-2441.9070
2024-10-0741.9986
2024-11-0642.1604
2024-12-0642.3462
2025-01-0542.9269
2025-02-0443.5467
2025-03-0643.5383
2025-04-0642.7154
2025-05-0642.1892
2025-06-0742.8876
2025-07-0742.9641
2025-08-0643.8614
2025-09-0544.1229
2025-10-0644.3903
2025-11-0544.3208
2025-12-0544.9691
2026-01-0545.1457
2026-02-0445.2072
2026-03-0645.9193
2026-04-0546.5740
2026-05-0547.3030
2026-06-0647.5208
2026-07-0847.7799
2026-08-0747.6062
2026-09-0747.2470

High

48.1025

Low

41.9070

Average

44.5866

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.