Convert JPY to BBD
Japanese Yen → Barbadian Dollar
1 JPY = 0.0126912 BBD(1 BBD = 78.795054 JPY)
Currency converter
1 JPY =
0.012691 BBD
JPY to BBD: last 30 days
Over the last 30 days, 1 JPY traded between 0.012488 and 0.013049 BBD, averaging 0.012765 BBD. The JPY/BBD rate is up 1.33% since 2026-08-28.
- 30-day high
- 0.013049
- 2026-09-09
- 30-day low
- 0.012488
- 2026-09-01
- 30-day average
- 0.012765
- Days with data: 30
- 30-day change
- +1.33%
- since 2026-08-28
0.013049
0.0124882026-08-28 → 2026-09-26
| Date | 1 JPY in BBD | Daily change |
|---|---|---|
| 2026-09-26 | 0.012691 | 0.00% |
| 2026-09-25 | 0.012691 | +0.80% |
| 2026-09-24 | 0.01259 | -0.59% |
| 2026-09-23 | 0.012665 | -0.47% |
| 2026-09-22 | 0.012724 | +0.06% |
| 2026-09-21 | 0.012717 | +0.39% |
| 2026-09-20 | 0.012667 | 0.00% |
| 2026-09-19 | 0.012667 | -0.69% |
| 2026-09-18 | 0.012755 | -0.71% |
| 2026-09-17 | 0.012846 | -0.41% |
| 2026-09-16 | 0.012899 | -0.03% |
| 2026-09-15 | 0.012903 | -0.29% |
| 2026-09-14 | 0.012941 | -0.33% |
| 2026-09-13 | 0.012984 | 0.00% |
| 2026-09-12 | 0.012984 | 0.00% |
| Date | 1 JPY in BBD | Daily change |
|---|---|---|
| 2026-09-11 | 0.012984 | +0.09% |
| 2026-09-10 | 0.012972 | -0.59% |
| 2026-09-09 | 0.013049 | +0.67% |
| 2026-09-08 | 0.012962 | +0.29% |
| 2026-09-07 | 0.012924 | +0.97% |
| 2026-09-06 | 0.0128 | 0.00% |
| 2026-09-05 | 0.0128 | 0.00% |
| 2026-09-04 | 0.0128 | -0.15% |
| 2026-09-03 | 0.01282 | +2.30% |
| 2026-09-02 | 0.012531 | +0.35% |
| 2026-09-01 | 0.012488 | -0.27% |
| 2026-08-31 | 0.012521 | -0.03% |
| 2026-08-30 | 0.012525 | 0.00% |
| 2026-08-29 | 0.012525 | 0.00% |
| 2026-08-28 | 0.012525 | — |
JPY to BBD conversion table
1 JPY0.012691 BBD
5 JPY0.063456 BBD
10 JPY0.12691 BBD
25 JPY0.31728 BBD
50 JPY0.63456 BBD
100 JPY1.2691 BBD
500 JPY6.3456 BBD
1,000 JPY12.6912 BBD
5,000 JPY63.4558 BBD
10,000 JPY126.9115 BBD
Get the JPY/BBD rate in your app
One GET request returns the latest JPY → BBD 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/JPY/BBD"fetch('https://rate-api.com/api/v1/pair/JPY/BBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} BBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/BBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} BBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/BBD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} BBD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "BBD"
},
"rate": 0.0127,
"timestamp": 1790429269,
"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
BBD to JPYBarbadian Dollar → Japanese Yen78.7951Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.