Skip to content

PEN to EGP exchange rate API

Sol to Egyptian Pound · quoted 2026-09-25

15.2138

▲ +6.64% over YTD

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 year to date, PEN/EGP traded between 14.0288 and 16.0385, averaged 14.9519 and rose 6.64%. 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 YTD

PEN/EGP over YTD: show the values
PointPEN/EGP
2025-12-3114.2672
2026-01-0714.1369
2026-01-1414.1341
2026-01-2114.2150
2026-01-2814.1287
2026-02-0414.0495
2026-02-1114.0288
2026-02-1814.0931
2026-02-2514.3499
2026-03-0414.7493
2026-03-1115.2041
2026-03-1815.3085
2026-03-2515.2611
2026-04-0115.6819
2026-04-0816.0385
2026-04-1515.2571
2026-04-2215.1571
2026-04-2915.0886
2026-05-0615.4231
2026-05-1315.5640
2026-05-2015.7089
2026-05-2715.3613
2026-06-0315.2779
2026-06-1015.2672
2026-06-1714.8742
2026-06-2414.5907
2026-07-0114.4607
2026-07-0814.5176
2026-07-1515.0361
2026-07-2215.1394
2026-07-2914.9428
2026-08-0514.8214
2026-08-1215.0268
2026-08-1915.1629
2026-08-2615.1214
2026-09-0215.2754
2026-09-0915.3169
2026-09-1615.5422
2026-09-2315.2808

High

16.0385

Low

14.0288

Average

14.9519

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.