Skip to content

BBD to INR exchange rate API

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

48.1025

▲ +8.48% over 1Y

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 year, BBD/INR traded between 43.9105 and 48.1179, averaged 46.2784 and rose 8.48%. 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 1Y

BBD/INR over 1Y: show the values
PointBBD/INR
2025-09-2544.3443
2025-10-0244.3593
2025-10-0944.3986
2025-10-1643.9636
2025-10-2343.9105
2025-10-3044.3588
2025-11-0644.2870
2025-11-1344.3444
2025-11-2044.3564
2025-11-2744.7011
2025-12-0444.9353
2025-12-1245.2628
2025-12-1944.8489
2025-12-2645.0788
2026-01-0245.0981
2026-01-0945.1097
2026-01-1645.3633
2026-01-2345.9308
2026-01-3045.9697
2026-02-0645.3309
2026-02-1345.3048
2026-02-2045.4727
2026-02-2745.5402
2026-03-0645.9193
2026-03-1346.1923
2026-03-2046.8087
2026-03-2747.4058
2026-04-0346.3552
2026-04-1046.1758
2026-04-1746.0864
2026-04-2446.7922
2026-05-0147.2564
2026-05-0846.7619
2026-05-1647.9950
2026-05-2447.9402
2026-05-3147.5444
2026-06-0947.6754
2026-06-1647.2803
2026-06-2347.3701
2026-06-3047.3304
2026-07-0747.4862
2026-07-1448.1024
2026-07-2148.1179
2026-07-2847.9287
2026-08-0447.6893
2026-08-1147.7199
2026-08-1847.8435
2026-08-2647.7108
2026-09-0247.4875
2026-09-0947.5551
2026-09-1647.9821
2026-09-2347.8705

High

48.1179

Low

43.9105

Average

46.2784

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.