Convert BBD to INR
Barbadian Dollar → Indian Rupee
1 BBD = 47.908664 INR(1 INR = 0.0208731 BBD)
Currency converter
1 BBD =
47.9087 INR
BBD to INR: last 30 days
Over the last 30 days, 1 BBD traded between 47.245 and 47.98 INR, averaging 47.6819 INR. The BBD/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 47.98
- 2026-09-15
- 30-day low
- 47.245
- 2026-09-03
- 30-day average
- 47.6819
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
47.98
47.2452026-08-28 → 2026-09-26
| Date | 1 BBD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 47.9087 | 0.00% |
| 2026-09-25 | 47.9087 | -0.15% |
| 2026-09-24 | 47.9799 | +0.23% |
| 2026-09-23 | 47.8705 | +0.16% |
| 2026-09-22 | 47.795 | -0.24% |
| 2026-09-21 | 47.91 | -0.06% |
| 2026-09-20 | 47.94 | 0.00% |
| 2026-09-19 | 47.94 | +0.69% |
| 2026-09-18 | 47.6103 | -0.75% |
| 2026-09-17 | 47.97 | -0.02% |
| 2026-09-16 | 47.98 | 0.00% |
| 2026-09-15 | 47.98 | +0.42% |
| 2026-09-14 | 47.78 | 0.00% |
| 2026-09-13 | 47.78 | 0.00% |
| 2026-09-12 | 47.78 | 0.00% |
| Date | 1 BBD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 47.78 | +0.13% |
| 2026-09-10 | 47.72 | +0.35% |
| 2026-09-09 | 47.555 | +0.30% |
| 2026-09-08 | 47.415 | +0.36% |
| 2026-09-07 | 47.245 | 0.00% |
| 2026-09-06 | 47.245 | 0.00% |
| 2026-09-05 | 47.245 | 0.00% |
| 2026-09-04 | 47.245 | 0.00% |
| 2026-09-03 | 47.245 | -0.51% |
| 2026-09-02 | 47.485 | +0.02% |
| 2026-09-01 | 47.475 | -0.23% |
| 2026-08-31 | 47.585 | -0.23% |
| 2026-08-30 | 47.695 | 0.00% |
| 2026-08-29 | 47.695 | 0.00% |
| 2026-08-28 | 47.695 | — |
BBD to INR conversion table
1 BBD47.9087 INR
5 BBD239.5433 INR
10 BBD479.0866 INR
25 BBD1,197.7166 INR
50 BBD2,395.4332 INR
100 BBD4,790.8664 INR
500 BBD23,954.332 INR
1,000 BBD47,908.664 INR
5,000 BBD239,543.32 INR
10,000 BBD479,086.64 INR
Get the BBD/INR rate in your app
One GET request returns the latest BBD → INR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/BBD/INR"fetch('https://rate-api.com/api/v1/pair/BBD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BBD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BBD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BBD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BBD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BBD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "BBD",
"to": "INR"
},
"rate": 47.9087,
"timestamp": 1790435068,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
INR to BBDIndian Rupee → Barbadian Dollar0.020873Convert BBD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.