Skip to content

EGP to PEN exchange rate API

Egyptian Pound to Sol · quoted 2026-09-25

0.06573

▼ +6.22% over YTD

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

1 EGP buys 0.06573 PEN as of 2026-09-25, so 1 PEN buys 15.2140 EGP. Over the year to date, EGP/PEN traded between 0.06235 and 0.07128, averaged 0.06696 and fell 6.22%. 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 YTD

EGP/PEN over YTD: show the values
PointEGP/PEN
2025-12-310.07009
2026-01-070.07074
2026-01-140.07075
2026-01-210.07035
2026-01-280.07078
2026-02-040.07118
2026-02-110.07128
2026-02-180.07096
2026-02-250.06969
2026-03-040.06780
2026-03-110.06577
2026-03-180.06532
2026-03-250.06553
2026-04-010.06377
2026-04-080.06235
2026-04-150.06554
2026-04-220.06598
2026-04-290.06628
2026-05-060.06484
2026-05-130.06425
2026-05-200.06366
2026-05-270.06510
2026-06-030.06545
2026-06-100.06550
2026-06-170.06723
2026-06-240.06854
2026-07-010.06915
2026-07-080.06888
2026-07-150.06651
2026-07-220.06605
2026-07-290.06692
2026-08-050.06747
2026-08-120.06655
2026-08-190.06595
2026-08-260.06613
2026-09-020.06546
2026-09-090.06529
2026-09-160.06434
2026-09-230.06544

High

0.07128

Low

0.06235

Average

0.06696

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.