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: show the values
| Point | PEN/EGP |
|---|---|
| 2025-12-31 | 14.2672 |
| 2026-01-07 | 14.1369 |
| 2026-01-14 | 14.1341 |
| 2026-01-21 | 14.2150 |
| 2026-01-28 | 14.1287 |
| 2026-02-04 | 14.0495 |
| 2026-02-11 | 14.0288 |
| 2026-02-18 | 14.0931 |
| 2026-02-25 | 14.3499 |
| 2026-03-04 | 14.7493 |
| 2026-03-11 | 15.2041 |
| 2026-03-18 | 15.3085 |
| 2026-03-25 | 15.2611 |
| 2026-04-01 | 15.6819 |
| 2026-04-08 | 16.0385 |
| 2026-04-15 | 15.2571 |
| 2026-04-22 | 15.1571 |
| 2026-04-29 | 15.0886 |
| 2026-05-06 | 15.4231 |
| 2026-05-13 | 15.5640 |
| 2026-05-20 | 15.7089 |
| 2026-05-27 | 15.3613 |
| 2026-06-03 | 15.2779 |
| 2026-06-10 | 15.2672 |
| 2026-06-17 | 14.8742 |
| 2026-06-24 | 14.5907 |
| 2026-07-01 | 14.4607 |
| 2026-07-08 | 14.5176 |
| 2026-07-15 | 15.0361 |
| 2026-07-22 | 15.1394 |
| 2026-07-29 | 14.9428 |
| 2026-08-05 | 14.8214 |
| 2026-08-12 | 15.0268 |
| 2026-08-19 | 15.1629 |
| 2026-08-26 | 15.1214 |
| 2026-09-02 | 15.2754 |
| 2026-09-09 | 15.3169 |
| 2026-09-16 | 15.5422 |
| 2026-09-23 | 15.2808 |
High
16.0385
Low
14.0288
Average
14.9519
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=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¤cies=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.