Skip to content

EGP to PLN exchange rate API

Egyptian Pound to Zloty · quoted 2026-09-25

0.07408

▼ +1.77% over 1Y

1 EGP = 0.07408 PLN · 1 PLN = 13.4987 EGP · Get this rate via the API

1 EGP buys 0.07408 PLN as of 2026-09-25, so 1 PLN buys 13.4987 EGP. Over the last year, EGP/PLN traded between 0.06813 and 0.07787, averaged 0.07386 and fell 1.77%. The API holds daily EGP/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/PLN over 1Y

EGP/PLN over 1Y: show the values
PointEGP/PLN
2025-09-250.07541
2025-10-020.07578
2025-10-090.07705
2025-10-160.07667
2025-10-230.07675
2025-10-300.07778
2025-11-060.07787
2025-11-130.07710
2025-11-200.07754
2025-11-270.07668
2025-12-040.07629
2025-12-110.07590
2025-12-180.07542
2025-12-250.07527
2026-01-010.07523
2026-01-080.07628
2026-01-150.07659
2026-01-220.07607
2026-01-290.07499
2026-02-050.07621
2026-02-120.07582
2026-02-190.07595
2026-02-260.07459
2026-03-050.07331
2026-03-120.07063
2026-03-190.07139
2026-03-260.07031
2026-04-020.06890
2026-04-090.06850
2026-04-160.06942
2026-04-230.06925
2026-04-300.06818
2026-05-070.06813
2026-05-140.06846
2026-05-210.06898
2026-05-280.06978
2026-06-040.07017
2026-06-110.07097
2026-06-180.07442
2026-06-250.07626
2026-07-020.07667
2026-07-090.07593
2026-07-160.07474
2026-07-230.07404
2026-07-300.07365
2026-08-060.07486
2026-08-130.07432
2026-08-200.07282
2026-08-270.07395
2026-09-030.07313
2026-09-100.07255
2026-09-170.07280
2026-09-240.07466

High

0.07787

Low

0.06813

Average

0.07386

For developers

Get this rate via the API

One GET request returns the EGP/PLN 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=PLN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PLN");
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=PLN").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/PLN API questions

How do I get the EGP/PLN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/PLN rate in rates.PLN.

How far back does EGP/PLN historical data go?

Daily EGP/PLN 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/PLN 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.