Skip to content

EUR to SHP exchange rate API

Euro to Saint Helena Pound · quoted 2026-09-25

0.86203

▼ +1.23% over 1Y

1 EUR = 0.86203 SHP · 1 SHP = 1.1601 EUR · Get this rate via the API

1 EUR buys 0.86203 SHP as of 2026-09-25, so 1 SHP buys 1.1601 EUR. Over the last year, EUR/SHP traded between 0.85024 and 0.88541, averaged 0.86699 and fell 1.23%. The API holds daily EUR/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/SHP over 1Y

EUR/SHP over 1Y: show the values
PointEUR/SHP
2025-09-250.87274
2025-10-020.87180
2025-10-090.86587
2025-10-160.86669
2025-10-230.86881
2025-10-300.87454
2025-11-060.88276
2025-11-130.88541
2025-11-200.88246
2025-11-270.87394
2025-12-040.87451
2025-12-120.87600
2025-12-190.87501
2025-12-260.87176
2026-01-020.86887
2026-01-090.86700
2026-01-160.86803
2026-01-230.87003
2026-01-300.86691
2026-02-060.87049
2026-02-130.87079
2026-02-200.87564
2026-02-270.87540
2026-03-060.86476
2026-03-130.85913
2026-03-200.86145
2026-03-270.86318
2026-04-030.87115
2026-04-140.88047
2026-04-210.87853
2026-04-280.87203
2026-05-050.87248
2026-05-120.86402
2026-05-200.86530
2026-05-280.86877
2026-06-040.86672
2026-06-130.86289
2026-06-200.86720
2026-06-270.86294
2026-07-040.85668
2026-07-110.85163
2026-07-180.85024
2026-07-250.85370
2026-08-010.85533
2026-08-080.85718
2026-08-150.85494
2026-08-230.85614
2026-08-300.85576
2026-09-060.85922
2026-09-130.85715
2026-09-200.85724

High

0.88541

Low

0.85024

Average

0.86699

For developers

Get this rate via the API

One GET request returns the EUR/SHP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SHP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SHP").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/SHP API questions

How do I get the EUR/SHP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/SHP rate in rates.SHP.

How far back does EUR/SHP historical data go?

Daily EUR/SHP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free EUR/SHP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.