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: show the values
| Point | SHP/EGP |
|---|---|
| 2026-03-29 | 70.3769 |
| 2026-04-05 | 71.7763 |
| 2026-04-16 | 69.4691 |
| 2026-04-23 | 70.1753 |
| 2026-04-30 | 71.5244 |
| 2026-05-07 | 70.6088 |
| 2026-05-15 | 70.8434 |
| 2026-05-23 | 71.3131 |
| 2026-05-30 | 70.3325 |
| 2026-06-06 | 69.4971 |
| 2026-06-15 | 68.2017 |
| 2026-06-22 | 65.8455 |
| 2026-06-29 | 65.1045 |
| 2026-07-06 | 65.3575 |
| 2026-07-13 | 66.9799 |
| 2026-07-20 | 68.6224 |
| 2026-07-27 | 67.9962 |
| 2026-08-03 | 67.8718 |
| 2026-08-10 | 67.2749 |
| 2026-08-17 | 67.9521 |
| 2026-08-25 | 68.9666 |
| 2026-09-01 | 68.8656 |
| 2026-09-08 | 69.0194 |
| 2026-09-15 | 69.8543 |
| 2026-09-22 | 69.1992 |
High
71.7763
Low
65.1045
Average
68.9006
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=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¤cies=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.