Skip to content

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

EGP/PEN over 1Y: show the values
PointEGP/PEN
2025-09-250.07264
2025-10-020.07246
2025-10-090.07182
2025-10-160.07082
2025-10-230.07105
2025-10-300.07142
2025-11-060.07087
2025-11-130.07093
2025-11-200.07105
2025-11-270.07021
2025-12-040.07026
2025-12-110.07042
2025-12-180.07035
2025-12-250.07081
2026-01-010.07049
2026-01-080.07074
2026-01-150.07068
2026-01-220.07062
2026-01-290.07095
2026-02-050.07135
2026-02-120.07121
2026-02-190.07074
2026-02-260.06964
2026-03-050.06818
2026-03-120.06569
2026-03-190.06576
2026-03-260.06552
2026-04-020.06382
2026-04-090.06337
2026-04-160.06589
2026-04-230.06579
2026-04-300.06556
2026-05-070.06525
2026-05-140.06426
2026-05-210.06392
2026-05-280.06500
2026-06-040.06545
2026-06-110.06489
2026-06-180.06745
2026-06-250.06843
2026-07-020.06897
2026-07-090.06815
2026-07-160.06689
2026-07-230.06591
2026-07-300.06620
2026-08-060.06765
2026-08-130.06662
2026-08-200.06570
2026-08-270.06637
2026-09-030.06560
2026-09-100.06534
2026-09-170.06413
2026-09-240.06561

High

0.07264

Low

0.06337

Average

0.06805

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PEN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PEN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.