EGP to PEN exchange rate API
Egyptian Pound to Sol · quoted 2026-09-25
0.06568
▼ +9.58% over 1Y
1 EGP = 0.06568 PEN · 1 PEN = 15.2244 EGP · Get this rate via the API
1 EGP buys 0.06568 PEN as of 2026-09-25, so 1 PEN buys 15.2244 EGP. Over the last year, EGP/PEN traded between 0.06337 and 0.07264, averaged 0.06805 and fell 9.58%. The API holds daily EGP/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/PEN over 1Y: show the values
| Point | EGP/PEN |
|---|---|
| 2025-09-25 | 0.07264 |
| 2025-10-02 | 0.07246 |
| 2025-10-09 | 0.07182 |
| 2025-10-16 | 0.07082 |
| 2025-10-23 | 0.07105 |
| 2025-10-30 | 0.07142 |
| 2025-11-06 | 0.07087 |
| 2025-11-13 | 0.07093 |
| 2025-11-20 | 0.07105 |
| 2025-11-27 | 0.07021 |
| 2025-12-04 | 0.07026 |
| 2025-12-11 | 0.07042 |
| 2025-12-18 | 0.07035 |
| 2025-12-25 | 0.07081 |
| 2026-01-01 | 0.07049 |
| 2026-01-08 | 0.07074 |
| 2026-01-15 | 0.07068 |
| 2026-01-22 | 0.07062 |
| 2026-01-29 | 0.07095 |
| 2026-02-05 | 0.07135 |
| 2026-02-12 | 0.07121 |
| 2026-02-19 | 0.07074 |
| 2026-02-26 | 0.06964 |
| 2026-03-05 | 0.06818 |
| 2026-03-12 | 0.06569 |
| 2026-03-19 | 0.06576 |
| 2026-03-26 | 0.06552 |
| 2026-04-02 | 0.06382 |
| 2026-04-09 | 0.06337 |
| 2026-04-16 | 0.06589 |
| 2026-04-23 | 0.06579 |
| 2026-04-30 | 0.06556 |
| 2026-05-07 | 0.06525 |
| 2026-05-14 | 0.06426 |
| 2026-05-21 | 0.06392 |
| 2026-05-28 | 0.06500 |
| 2026-06-04 | 0.06545 |
| 2026-06-11 | 0.06489 |
| 2026-06-18 | 0.06745 |
| 2026-06-25 | 0.06843 |
| 2026-07-02 | 0.06897 |
| 2026-07-09 | 0.06815 |
| 2026-07-16 | 0.06689 |
| 2026-07-23 | 0.06591 |
| 2026-07-30 | 0.06620 |
| 2026-08-06 | 0.06765 |
| 2026-08-13 | 0.06662 |
| 2026-08-20 | 0.06570 |
| 2026-08-27 | 0.06637 |
| 2026-09-03 | 0.06560 |
| 2026-09-10 | 0.06534 |
| 2026-09-17 | 0.06413 |
| 2026-09-24 | 0.06561 |
High
0.07264
Low
0.06337
Average
0.06805
Get this rate via the API
One GET request returns the EGP/PEN 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=EGP¤cies=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PEN").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/PEN API questions
How do I get the EGP/PEN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PEN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/PEN rate in rates.PEN.
How far back does EGP/PEN historical data go?
Daily EGP/PEN 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 EGP/PEN 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.