Skip to content

PEN to EGP exchange rate API

Sol to Egyptian Pound · quoted 2026-09-25

15.2138

▲ +16.91% over 5Y

1 PEN = 15.2138 EGP · 1 EGP = 0.06573 PEN · Get this rate via the API

1 PEN buys 15.2138 EGP as of 2026-09-25, so 1 EGP buys 0.06573 PEN. Over the last 5 years, PEN/EGP traded between 12.8105 and 15.6819, averaged 14.0882 and rose 16.91%. The API holds daily PEN/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PEN/EGP over 5Y

PEN/EGP over 5Y: show the values
PointPEN/EGP
2024-08-2413.0131
2024-10-0612.9436
2024-11-0512.8105
2024-12-0513.3233
2025-01-0413.5059
2025-02-0313.3727
2025-03-0513.5956
2025-04-0513.8301
2025-05-0513.8510
2025-06-0513.7317
2025-07-0513.8735
2025-08-0413.6454
2025-09-0313.7427
2025-10-0313.8511
2025-11-0214.0744
2025-12-0214.1862
2026-01-0114.1855
2026-01-3114.0314
2026-03-0214.5956
2026-04-0115.6819
2026-05-0115.2750
2026-05-3115.4023
2026-06-3014.5043
2026-07-3015.1055
2026-08-2914.9460

High

15.6819

Low

12.8105

Average

14.0882

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PEN/EGP API questions

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

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

How far back does PEN/EGP historical data go?

Daily PEN/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 PEN/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.