Skip to content

SHP to EGP exchange rate API

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

68.3873

▼ +2.83% over 6M

1 SHP = 68.3873 EGP · 1 EGP = 0.01462 SHP · Get this rate via the API

1 SHP buys 68.3873 EGP as of 2026-09-25, so 1 EGP buys 0.01462 SHP. Over the last 6 months, SHP/EGP traded between 65.1045 and 71.7763, averaged 68.9006 and fell 2.83%. The API holds daily SHP/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SHP/EGP over 6M

SHP/EGP over 6M: show the values
PointSHP/EGP
2026-03-2970.3769
2026-04-0571.7763
2026-04-1669.4691
2026-04-2370.1753
2026-04-3071.5244
2026-05-0770.6088
2026-05-1570.8434
2026-05-2371.3131
2026-05-3070.3325
2026-06-0669.4971
2026-06-1568.2017
2026-06-2265.8455
2026-06-2965.1045
2026-07-0665.3575
2026-07-1366.9799
2026-07-2068.6224
2026-07-2767.9962
2026-08-0367.8718
2026-08-1067.2749
2026-08-1767.9521
2026-08-2568.9666
2026-09-0168.8656
2026-09-0869.0194
2026-09-1569.8543
2026-09-2269.1992

High

71.7763

Low

65.1045

Average

68.9006

For developers

Get this rate via the API

One GET request returns the SHP/EGP 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=SHP&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP&currencies=EGP");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

SHP/EGP API questions

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

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

How far back does SHP/EGP historical data go?

Daily SHP/EGP 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 SHP/EGP 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.