Convert EUR to SBD
Euro → Solomon Islands Dollar
1 EUR = 9.165512 SBD(1 SBD = 0.109105 EUR)
Currency converter
1 EUR =
9.1655 SBD
EUR to SBD: last 30 days
Over the last 30 days, 1 EUR traded between 9.124 and 9.3143 SBD, averaging 9.2423 SBD. The EUR/SBD rate is down 1.57% since 2026-08-28.
- 30-day high
- 9.3143
- 2026-08-30
- 30-day low
- 9.124
- 2026-09-24
- 30-day average
- 9.2423
- Days with data: 30
- 30-day change
- -1.57%
- since 2026-08-28
9.3143
9.1242026-08-28 → 2026-09-26
| Date | 1 EUR in SBD | Daily change |
|---|---|---|
| 2026-09-26 | 9.1655 | 0.00% |
| 2026-09-25 | 9.1655 | +0.45% |
| 2026-09-24 | 9.124 | -0.02% |
| 2026-09-23 | 9.1257 | -0.70% |
| 2026-09-22 | 9.1903 | +0.04% |
| 2026-09-21 | 9.1862 | -0.00% |
| 2026-09-20 | 9.1866 | 0.00% |
| 2026-09-19 | 9.1866 | +0.20% |
| 2026-09-18 | 9.1686 | -0.14% |
| 2026-09-17 | 9.1815 | -0.78% |
| 2026-09-16 | 9.2538 | +0.05% |
| 2026-09-15 | 9.2492 | +0.02% |
| 2026-09-14 | 9.2472 | -0.44% |
| 2026-09-13 | 9.2885 | 0.00% |
| 2026-09-12 | 9.2885 | +0.45% |
| Date | 1 EUR in SBD | Daily change |
|---|---|---|
| 2026-09-11 | 9.2466 | -0.14% |
| 2026-09-10 | 9.2598 | -0.36% |
| 2026-09-09 | 9.2936 | +0.38% |
| 2026-09-08 | 9.258 | -0.08% |
| 2026-09-07 | 9.265 | -0.35% |
| 2026-09-06 | 9.2976 | +0.00% |
| 2026-09-05 | 9.2976 | +0.03% |
| 2026-09-04 | 9.2949 | -0.03% |
| 2026-09-03 | 9.2973 | +0.36% |
| 2026-09-02 | 9.2638 | -0.12% |
| 2026-09-01 | 9.275 | +0.04% |
| 2026-08-31 | 9.2711 | -0.46% |
| 2026-08-30 | 9.3143 | +0.00% |
| 2026-08-29 | 9.314 | +0.02% |
| 2026-08-28 | 9.3122 | — |
EUR to SBD conversion table
1 EUR9.1655 SBD
5 EUR45.8276 SBD
10 EUR91.6551 SBD
25 EUR229.1378 SBD
50 EUR458.2756 SBD
100 EUR916.5512 SBD
500 EUR4,582.7558 SBD
1,000 EUR9,165.5116 SBD
5,000 EUR45,827.558 SBD
10,000 EUR91,655.116 SBD
Get the EUR/SBD rate in your app
One GET request returns the latest EUR → SBD 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/SBD"fetch('https://rate-api.com/api/v1/pair/EUR/SBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} SBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/SBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} SBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/SBD');
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']} SBD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "SBD"
},
"rate": 9.1655,
"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
SBD to EURSolomon Islands Dollar → Euro0.1091Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.