Skip to content

BBD to INR exchange rate API

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

48.1025

▲ +7.05% over YTD

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 year to date, BBD/INR traded between 44.9262 and 48.3500, averaged 46.8956 and rose 7.05%. 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 YTD

BBD/INR over YTD: show the values
PointBBD/INR
2025-12-3144.9347
2026-01-0744.9262
2026-01-1445.1514
2026-01-2145.8206
2026-01-2845.9717
2026-02-0445.2072
2026-02-1145.4913
2026-02-1845.3461
2026-02-2545.4714
2026-03-0446.0416
2026-03-1146.0362
2026-03-1846.4478
2026-03-2546.9723
2026-04-0146.7143
2026-04-0846.1102
2026-04-1546.3682
2026-04-2246.5137
2026-04-2947.1023
2026-05-0647.0744
2026-05-1447.8839
2026-05-2148.1026
2026-05-2947.5006
2026-06-0547.4749
2026-06-1447.6838
2026-06-2147.2864
2026-06-2847.3473
2026-07-0547.7265
2026-07-1247.7969
2026-07-1948.2504
2026-07-2648.3500
2026-08-0247.7970
2026-08-0947.7070
2026-08-1647.8196
2026-08-2447.8770
2026-08-3147.5858
2026-09-0747.2470
2026-09-1447.7775
2026-09-2147.9101

High

48.3500

Low

44.9262

Average

46.8956

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.