EUR to SHP exchange rate API
Euro to Saint Helena Pound · quoted 2026-09-25
0.86203
▼ +1.24% over YTD
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 year to date, EUR/SHP traded between 0.84725 and 0.87935, averaged 0.86440 and fell 1.24%. 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 YTD: show the values
| Point | EUR/SHP |
|---|---|
| 2025-12-31 | 0.87288 |
| 2026-01-07 | 0.86474 |
| 2026-01-14 | 0.86770 |
| 2026-01-21 | 0.87281 |
| 2026-01-28 | 0.86787 |
| 2026-02-04 | 0.86249 |
| 2026-02-11 | 0.87087 |
| 2026-02-18 | 0.87372 |
| 2026-02-25 | 0.87211 |
| 2026-03-04 | 0.87369 |
| 2026-03-11 | 0.86177 |
| 2026-03-18 | 0.86106 |
| 2026-03-25 | 0.86479 |
| 2026-04-01 | 0.87665 |
| 2026-04-08 | 0.87368 |
| 2026-04-19 | 0.87780 |
| 2026-04-26 | 0.87464 |
| 2026-05-03 | 0.87607 |
| 2026-05-10 | 0.87935 |
| 2026-05-18 | 0.86964 |
| 2026-05-26 | 0.86265 |
| 2026-06-02 | 0.86530 |
| 2026-06-11 | 0.86218 |
| 2026-06-18 | 0.86076 |
| 2026-06-25 | 0.86043 |
| 2026-07-02 | 0.85105 |
| 2026-07-09 | 0.85352 |
| 2026-07-16 | 0.84725 |
| 2026-07-23 | 0.85085 |
| 2026-07-30 | 0.85953 |
| 2026-08-06 | 0.85715 |
| 2026-08-13 | 0.85500 |
| 2026-08-21 | 0.85732 |
| 2026-08-28 | 0.85674 |
| 2026-09-04 | 0.85897 |
| 2026-09-11 | 0.85870 |
| 2026-09-18 | 0.85666 |
| 2026-09-25 | 0.86106 |
High
0.87935
Low
0.84725
Average
0.86440
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=SHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=SHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.