Convert BBD to JPY
Barbadian Dollar → Japanese Yen
1 BBD = 78.795054 JPY(1 JPY = 0.0126912 BBD)
Currency converter
1 BBD =
78.7951 JPY
BBD to JPY: last 30 days
Over the last 30 days, 1 BBD traded between 76.635 and 80.08 JPY, averaging 78.3531 JPY. The BBD/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 80.08
- 2026-09-01
- 30-day low
- 76.635
- 2026-09-09
- 30-day average
- 78.3531
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
80.08
76.6352026-08-28 → 2026-09-26
| Date | 1 BBD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 78.7951 | 0.00% |
| 2026-09-25 | 78.7951 | -0.80% |
| 2026-09-24 | 79.4273 | +0.59% |
| 2026-09-23 | 78.9589 | +0.47% |
| 2026-09-22 | 78.59 | -0.06% |
| 2026-09-21 | 78.635 | -0.39% |
| 2026-09-20 | 78.945 | 0.00% |
| 2026-09-19 | 78.945 | +0.69% |
| 2026-09-18 | 78.4021 | +0.72% |
| 2026-09-17 | 77.845 | +0.41% |
| 2026-09-16 | 77.525 | +0.03% |
| 2026-09-15 | 77.5 | +0.29% |
| 2026-09-14 | 77.275 | +0.33% |
| 2026-09-13 | 77.02 | 0.00% |
| 2026-09-12 | 77.02 | 0.00% |
| Date | 1 BBD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 77.02 | -0.09% |
| 2026-09-10 | 77.09 | +0.59% |
| 2026-09-09 | 76.635 | -0.67% |
| 2026-09-08 | 77.15 | -0.29% |
| 2026-09-07 | 77.375 | -0.96% |
| 2026-09-06 | 78.125 | 0.00% |
| 2026-09-05 | 78.125 | 0.00% |
| 2026-09-04 | 78.125 | +0.15% |
| 2026-09-03 | 78.005 | -2.25% |
| 2026-09-02 | 79.8 | -0.35% |
| 2026-09-01 | 80.08 | +0.27% |
| 2026-08-31 | 79.865 | +0.03% |
| 2026-08-30 | 79.84 | 0.00% |
| 2026-08-29 | 79.84 | 0.00% |
| 2026-08-28 | 79.84 | — |
BBD to JPY conversion table
1 BBD78.7951 JPY
5 BBD393.9753 JPY
10 BBD787.9505 JPY
25 BBD1,969.8763 JPY
50 BBD3,939.7527 JPY
100 BBD7,879.5054 JPY
500 BBD39,397.527 JPY
1,000 BBD78,795.054 JPY
5,000 BBD393,975.27 JPY
10,000 BBD787,950.54 JPY
Get the BBD/JPY rate in your app
One GET request returns the latest BBD → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/BBD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BBD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BBD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BBD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BBD/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "BBD",
"to": "JPY"
},
"rate": 78.7951,
"timestamp": 1790432037,
"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
JPY to BBDJapanese Yen → Barbadian Dollar0.012691Convert BBD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.