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: show the values
| Point | EGP/PLN |
|---|---|
| 2025-09-25 | 0.07541 |
| 2025-10-02 | 0.07578 |
| 2025-10-09 | 0.07705 |
| 2025-10-16 | 0.07667 |
| 2025-10-23 | 0.07675 |
| 2025-10-30 | 0.07778 |
| 2025-11-06 | 0.07787 |
| 2025-11-13 | 0.07710 |
| 2025-11-20 | 0.07754 |
| 2025-11-27 | 0.07668 |
| 2025-12-04 | 0.07629 |
| 2025-12-11 | 0.07590 |
| 2025-12-18 | 0.07542 |
| 2025-12-25 | 0.07527 |
| 2026-01-01 | 0.07523 |
| 2026-01-08 | 0.07628 |
| 2026-01-15 | 0.07659 |
| 2026-01-22 | 0.07607 |
| 2026-01-29 | 0.07499 |
| 2026-02-05 | 0.07621 |
| 2026-02-12 | 0.07582 |
| 2026-02-19 | 0.07595 |
| 2026-02-26 | 0.07459 |
| 2026-03-05 | 0.07331 |
| 2026-03-12 | 0.07063 |
| 2026-03-19 | 0.07139 |
| 2026-03-26 | 0.07031 |
| 2026-04-02 | 0.06890 |
| 2026-04-09 | 0.06850 |
| 2026-04-16 | 0.06942 |
| 2026-04-23 | 0.06925 |
| 2026-04-30 | 0.06818 |
| 2026-05-07 | 0.06813 |
| 2026-05-14 | 0.06846 |
| 2026-05-21 | 0.06898 |
| 2026-05-28 | 0.06978 |
| 2026-06-04 | 0.07017 |
| 2026-06-11 | 0.07097 |
| 2026-06-18 | 0.07442 |
| 2026-06-25 | 0.07626 |
| 2026-07-02 | 0.07667 |
| 2026-07-09 | 0.07593 |
| 2026-07-16 | 0.07474 |
| 2026-07-23 | 0.07404 |
| 2026-07-30 | 0.07365 |
| 2026-08-06 | 0.07486 |
| 2026-08-13 | 0.07432 |
| 2026-08-20 | 0.07282 |
| 2026-08-27 | 0.07395 |
| 2026-09-03 | 0.07313 |
| 2026-09-10 | 0.07255 |
| 2026-09-17 | 0.07280 |
| 2026-09-24 | 0.07466 |
High
0.07787
Low
0.06813
Average
0.07386
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.