Convert BHD to JPY
Bahraini Dinar → Japanese Yen
1 BHD = 419.12263 JPY(1 JPY = 0.00238594 BHD)
Currency converter
1 BHD =
419.1226 JPY
BHD to JPY: last 30 days
Over the last 30 days, 1 BHD traded between 407.633 and 425.9575 JPY, averaging 416.8341 JPY. The BHD/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 425.9575
- 2026-09-01
- 30-day low
- 407.633
- 2026-09-09
- 30-day average
- 416.8341
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
425.9575
407.6332026-08-28 → 2026-09-26
| Date | 1 BHD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 419.1226 | 0.00% |
| 2026-09-25 | 419.1226 | -0.80% |
| 2026-09-24 | 422.4856 | +0.59% |
| 2026-09-23 | 419.9942 | +0.47% |
| 2026-09-22 | 418.0319 | -0.06% |
| 2026-09-21 | 418.2713 | -0.39% |
| 2026-09-20 | 419.9202 | 0.00% |
| 2026-09-19 | 419.9202 | +0.24% |
| 2026-09-18 | 418.8991 | +1.17% |
| 2026-09-17 | 414.0692 | +0.41% |
| 2026-09-16 | 412.367 | +0.03% |
| 2026-09-15 | 412.234 | +0.29% |
| 2026-09-14 | 411.0372 | +0.33% |
| 2026-09-13 | 409.6809 | 0.00% |
| 2026-09-12 | 409.6809 | 0.00% |
| Date | 1 BHD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 409.6809 | -0.09% |
| 2026-09-10 | 410.0532 | +0.59% |
| 2026-09-09 | 407.633 | -0.67% |
| 2026-09-08 | 410.3723 | -0.29% |
| 2026-09-07 | 411.5692 | -0.96% |
| 2026-09-06 | 415.5585 | 0.00% |
| 2026-09-05 | 415.5585 | 0.00% |
| 2026-09-04 | 415.5585 | +0.15% |
| 2026-09-03 | 414.9202 | -2.25% |
| 2026-09-02 | 424.4681 | -0.35% |
| 2026-09-01 | 425.9575 | +0.27% |
| 2026-08-31 | 424.8138 | +0.03% |
| 2026-08-30 | 424.6809 | 0.00% |
| 2026-08-29 | 424.6809 | 0.00% |
| 2026-08-28 | 424.6809 | — |
BHD to JPY conversion table
1 BHD419.1226 JPY
5 BHD2,095.6131 JPY
10 BHD4,191.2263 JPY
25 BHD10,478.066 JPY
50 BHD20,956.131 JPY
100 BHD41,912.263 JPY
500 BHD209,561.31 JPY
1,000 BHD419,122.63 JPY
5,000 BHD2,095,613.1 JPY
10,000 BHD4,191,226.3 JPY
Get the BHD/JPY rate in your app
One GET request returns the latest BHD → 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/BHD/JPY"fetch('https://rate-api.com/api/v1/pair/BHD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BHD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BHD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BHD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BHD/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BHD = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "BHD",
"to": "JPY"
},
"rate": 419.1226,
"timestamp": 1790435061,
"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 BHDJapanese Yen → Bahraini Dinar0.0023859Convert BHD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.