PLN to EGP exchange rate API
Zloty to Egyptian Pound · quoted 2026-09-25
13.4956
▲ +1.78% over 1Y
1 PLN = 13.4956 EGP · 1 EGP = 0.07410 PLN · Get this rate via the API
1 PLN buys 13.4956 EGP as of 2026-09-25, so 1 EGP buys 0.07410 PLN. Over the last year, PLN/EGP traded between 12.8425 and 14.6788, averaged 13.5601 and rose 1.78%. The API holds daily PLN/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PLN/EGP over 1Y: show the values
| Point | PLN/EGP |
|---|---|
| 2025-09-25 | 13.2599 |
| 2025-10-02 | 13.1959 |
| 2025-10-09 | 12.9782 |
| 2025-10-16 | 13.0421 |
| 2025-10-23 | 13.0295 |
| 2025-10-30 | 12.8571 |
| 2025-11-06 | 12.8425 |
| 2025-11-13 | 12.9694 |
| 2025-11-20 | 12.8964 |
| 2025-11-27 | 13.0417 |
| 2025-12-04 | 13.1084 |
| 2025-12-11 | 13.1759 |
| 2025-12-18 | 13.2586 |
| 2025-12-25 | 13.2856 |
| 2026-01-01 | 13.2932 |
| 2026-01-08 | 13.1102 |
| 2026-01-15 | 13.0572 |
| 2026-01-22 | 13.1460 |
| 2026-01-29 | 13.3349 |
| 2026-02-05 | 13.1210 |
| 2026-02-12 | 13.1886 |
| 2026-02-19 | 13.1662 |
| 2026-02-26 | 13.4067 |
| 2026-03-05 | 13.6404 |
| 2026-03-12 | 14.1584 |
| 2026-03-19 | 14.0074 |
| 2026-03-26 | 14.2220 |
| 2026-04-02 | 14.5125 |
| 2026-04-09 | 14.5974 |
| 2026-04-16 | 14.4045 |
| 2026-04-23 | 14.4405 |
| 2026-04-30 | 14.6670 |
| 2026-05-07 | 14.6788 |
| 2026-05-14 | 14.6065 |
| 2026-05-21 | 14.4963 |
| 2026-05-28 | 14.3296 |
| 2026-06-04 | 14.2502 |
| 2026-06-11 | 14.0907 |
| 2026-06-18 | 13.4366 |
| 2026-06-25 | 13.1121 |
| 2026-07-02 | 13.0434 |
| 2026-07-09 | 13.1708 |
| 2026-07-16 | 13.3795 |
| 2026-07-23 | 13.5063 |
| 2026-07-30 | 13.5783 |
| 2026-08-06 | 13.3587 |
| 2026-08-13 | 13.4546 |
| 2026-08-20 | 13.7332 |
| 2026-08-27 | 13.5226 |
| 2026-09-03 | 13.6743 |
| 2026-09-10 | 13.7839 |
| 2026-09-17 | 13.7366 |
| 2026-09-24 | 13.3942 |
High
14.6788
Low
12.8425
Average
13.5601
Get this rate via the API
One GET request returns the PLN/EGP 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=PLN¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/EGP API questions
How do I get the PLN/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/EGP rate in rates.EGP.
How far back does PLN/EGP historical data go?
Daily PLN/EGP 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 PLN/EGP 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.