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: show the values
| Point | SHP/EGP |
|---|---|
| 2025-09-25 | 64.7813 |
| 2025-10-02 | 64.4285 |
| 2025-10-09 | 63.7732 |
| 2025-10-16 | 63.9745 |
| 2025-10-23 | 63.4779 |
| 2025-10-30 | 62.4082 |
| 2025-11-06 | 61.8704 |
| 2025-11-13 | 61.9317 |
| 2025-11-20 | 61.8470 |
| 2025-11-27 | 63.1906 |
| 2025-12-04 | 63.4246 |
| 2025-12-12 | 63.6619 |
| 2025-12-19 | 63.6653 |
| 2025-12-26 | 64.2487 |
| 2026-01-02 | 64.3321 |
| 2026-01-09 | 63.4418 |
| 2026-01-16 | 63.2230 |
| 2026-01-23 | 63.5710 |
| 2026-01-30 | 64.4784 |
| 2026-02-06 | 63.4868 |
| 2026-02-13 | 63.8204 |
| 2026-02-20 | 63.8786 |
| 2026-02-27 | 64.6618 |
| 2026-03-06 | 67.0069 |
| 2026-03-13 | 69.9488 |
| 2026-03-20 | 70.0740 |
| 2026-03-27 | 70.3593 |
| 2026-04-03 | 71.8531 |
| 2026-04-14 | 70.6168 |
| 2026-04-21 | 69.4730 |
| 2026-04-28 | 70.6076 |
| 2026-05-05 | 71.8347 |
| 2026-05-12 | 71.8339 |
| 2026-05-20 | 71.4389 |
| 2026-05-28 | 69.8279 |
| 2026-06-04 | 69.6592 |
| 2026-06-13 | 69.5704 |
| 2026-06-20 | 66.0266 |
| 2026-06-27 | 65.3467 |
| 2026-07-04 | 65.7944 |
| 2026-07-11 | 66.4933 |
| 2026-07-18 | 67.9327 |
| 2026-07-25 | 68.4312 |
| 2026-08-01 | 68.9501 |
| 2026-08-08 | 67.0065 |
| 2026-08-15 | 67.6152 |
| 2026-08-23 | 69.4259 |
| 2026-08-30 | 67.7210 |
| 2026-09-06 | 68.8795 |
| 2026-09-13 | 69.4279 |
| 2026-09-20 | 69.9650 |
High
71.8531
Low
61.8470
Average
66.5978
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.