Skip to content

SHP to EGP exchange rate API

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

68.3890

▲ +5.57% over 1Y

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

1 SHP buys 68.3890 EGP as of 2026-09-25, so 1 EGP buys 0.01462 SHP. Over the last year, SHP/EGP traded between 61.8470 and 71.8531, averaged 66.5978 and rose 5.57%. 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 1Y

SHP/EGP over 1Y: show the values
PointSHP/EGP
2025-09-2564.7813
2025-10-0264.4285
2025-10-0963.7732
2025-10-1663.9745
2025-10-2363.4779
2025-10-3062.4082
2025-11-0661.8704
2025-11-1361.9317
2025-11-2061.8470
2025-11-2763.1906
2025-12-0463.4246
2025-12-1263.6619
2025-12-1963.6653
2025-12-2664.2487
2026-01-0264.3321
2026-01-0963.4418
2026-01-1663.2230
2026-01-2363.5710
2026-01-3064.4784
2026-02-0663.4868
2026-02-1363.8204
2026-02-2063.8786
2026-02-2764.6618
2026-03-0667.0069
2026-03-1369.9488
2026-03-2070.0740
2026-03-2770.3593
2026-04-0371.8531
2026-04-1470.6168
2026-04-2169.4730
2026-04-2870.6076
2026-05-0571.8347
2026-05-1271.8339
2026-05-2071.4389
2026-05-2869.8279
2026-06-0469.6592
2026-06-1369.5704
2026-06-2066.0266
2026-06-2765.3467
2026-07-0465.7944
2026-07-1166.4933
2026-07-1867.9327
2026-07-2568.4312
2026-08-0168.9501
2026-08-0867.0065
2026-08-1567.6152
2026-08-2369.4259
2026-08-3067.7210
2026-09-0668.8795
2026-09-1369.4279
2026-09-2069.9650

High

71.8531

Low

61.8470

Average

66.5978

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.