Convert EUR to BHD
Euro → Bahraini Dinar
1 EUR = 0.428753 BHD(1 BHD = 2.332346 EUR)
Currency converter
1 EUR =
0.42875 BHD
EUR to BHD: last 30 days
Over the last 30 days, 1 EUR traded between 0.4274 and 0.43812 BHD, averaging 0.43429 BHD. The EUR/BHD rate is down 2.06% since 2026-08-28.
- 30-day high
- 0.43812
- 2026-09-09
- 30-day low
- 0.4274
- 2026-09-24
- 30-day average
- 0.43429
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
0.43812
0.42742026-08-28 → 2026-09-26
| Date | 1 EUR in BHD | Daily change |
|---|---|---|
| 2026-09-26 | 0.42875 | 0.00% |
| 2026-09-25 | 0.42875 | +0.32% |
| 2026-09-24 | 0.4274 | -0.39% |
| 2026-09-23 | 0.42905 | -0.45% |
| 2026-09-22 | 0.43101 | -0.23% |
| 2026-09-21 | 0.43203 | +0.26% |
| 2026-09-20 | 0.4309 | 0.00% |
| 2026-09-19 | 0.4309 | -0.24% |
| 2026-09-18 | 0.43195 | +0.06% |
| 2026-09-17 | 0.43169 | -0.48% |
| 2026-09-16 | 0.43379 | -0.02% |
| 2026-09-15 | 0.43386 | -0.10% |
| 2026-09-14 | 0.43432 | -0.35% |
| 2026-09-13 | 0.43586 | 0.00% |
| 2026-09-12 | 0.43586 | 0.00% |
| Date | 1 EUR in BHD | Daily change |
|---|---|---|
| 2026-09-11 | 0.43586 | -0.21% |
| 2026-09-10 | 0.43676 | -0.31% |
| 2026-09-09 | 0.43812 | +0.33% |
| 2026-09-08 | 0.43669 | -0.07% |
| 2026-09-07 | 0.43699 | 0.00% |
| 2026-09-06 | 0.43699 | 0.00% |
| 2026-09-05 | 0.43699 | 0.00% |
| 2026-09-04 | 0.43699 | +0.06% |
| 2026-09-03 | 0.43672 | +0.32% |
| 2026-09-02 | 0.43533 | -0.10% |
| 2026-09-01 | 0.43579 | -0.05% |
| 2026-08-31 | 0.43601 | -0.40% |
| 2026-08-30 | 0.43777 | 0.00% |
| 2026-08-29 | 0.43777 | 0.00% |
| 2026-08-28 | 0.43777 | — |
EUR to BHD conversion table
1 EUR0.42875 BHD
5 EUR2.1438 BHD
10 EUR4.2875 BHD
25 EUR10.7188 BHD
50 EUR21.4376 BHD
100 EUR42.8753 BHD
500 EUR214.3764 BHD
1,000 EUR428.7528 BHD
5,000 EUR2,143.764 BHD
10,000 EUR4,287.528 BHD
Get the EUR/BHD rate in your app
One GET request returns the latest EUR → BHD 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/EUR/BHD"fetch('https://rate-api.com/api/v1/pair/EUR/BHD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} BHD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/BHD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} BHD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/BHD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} BHD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "BHD"
},
"rate": 0.4288,
"timestamp": 1790429366,
"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
BHD to EURBahraini Dinar → Euro2.3323Convert EUR to other currencies
Convert other currencies to BHD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.