Convert SHP to EUR
Saint Helena Pound → Euro
1 SHP = 1.162183 EUR(1 EUR = 0.86045 SHP)
Currency converter
1 SHP =
1.1622 EUR
SHP to EUR: last 30 days
Over the last 30 days, 1 SHP traded between 1.1619 and 1.1692 EUR, averaging 1.1654 EUR. The SHP/EUR rate is down 0.43% since 2026-08-28.
- 30-day high
- 1.1692
- 2026-09-14
- 30-day low
- 1.1619
- 2026-09-03
- 30-day average
- 1.1654
- Days with data: 30
- 30-day change
- -0.43%
- since 2026-08-28
1.1692
1.16192026-08-28 → 2026-09-26
| Date | 1 SHP in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 1.1622 | 0.00% |
| 2026-09-25 | 1.1622 | -0.07% |
| 2026-09-24 | 1.163 | -0.04% |
| 2026-09-23 | 1.1635 | -0.34% |
| 2026-09-22 | 1.1675 | +0.23% |
| 2026-09-21 | 1.1648 | -0.35% |
| 2026-09-20 | 1.1689 | +0.01% |
| 2026-09-19 | 1.1687 | +0.12% |
| 2026-09-18 | 1.1673 | +0.18% |
| 2026-09-17 | 1.1652 | -0.28% |
| 2026-09-16 | 1.1685 | -0.01% |
| 2026-09-15 | 1.1686 | -0.05% |
| 2026-09-14 | 1.1692 | +0.19% |
| 2026-09-13 | 1.167 | -0.00% |
| 2026-09-12 | 1.167 | +0.21% |
| Date | 1 SHP in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 1.1645 | -0.21% |
| 2026-09-10 | 1.167 | +0.38% |
| 2026-09-09 | 1.1626 | -0.26% |
| 2026-09-08 | 1.1657 | +0.28% |
| 2026-09-07 | 1.1624 | -0.05% |
| 2026-09-06 | 1.1629 | -0.01% |
| 2026-09-05 | 1.1631 | -0.10% |
| 2026-09-04 | 1.1642 | +0.20% |
| 2026-09-03 | 1.1619 | -0.37% |
| 2026-09-02 | 1.1662 | -0.17% |
| 2026-09-01 | 1.1681 | +0.01% |
| 2026-08-31 | 1.168 | +0.47% |
| 2026-08-30 | 1.1626 | +0.02% |
| 2026-08-29 | 1.1624 | -0.42% |
| 2026-08-28 | 1.1672 | — |
SHP to EUR conversion table
1 SHP1.1622 EUR
5 SHP5.8109 EUR
10 SHP11.6218 EUR
25 SHP29.0546 EUR
50 SHP58.1091 EUR
100 SHP116.2183 EUR
500 SHP581.0913 EUR
1,000 SHP1,162.1826 EUR
5,000 SHP5,810.9129 EUR
10,000 SHP11,621.826 EUR
Get the SHP/EUR rate in your app
One GET request returns the latest SHP → EUR 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/SHP/EUR"fetch('https://rate-api.com/api/v1/pair/SHP/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SHP = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SHP/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SHP = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SHP/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SHP = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "SHP",
"to": "EUR"
},
"rate": 1.1622,
"timestamp": 1790432159,
"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
EUR to SHPEuro → Saint Helena Pound0.86045Convert SHP to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.