Skip to content

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

PLN/EGP over 1Y: show the values
PointPLN/EGP
2025-09-2513.2599
2025-10-0213.1959
2025-10-0912.9782
2025-10-1613.0421
2025-10-2313.0295
2025-10-3012.8571
2025-11-0612.8425
2025-11-1312.9694
2025-11-2012.8964
2025-11-2713.0417
2025-12-0413.1084
2025-12-1113.1759
2025-12-1813.2586
2025-12-2513.2856
2026-01-0113.2932
2026-01-0813.1102
2026-01-1513.0572
2026-01-2213.1460
2026-01-2913.3349
2026-02-0513.1210
2026-02-1213.1886
2026-02-1913.1662
2026-02-2613.4067
2026-03-0513.6404
2026-03-1214.1584
2026-03-1914.0074
2026-03-2614.2220
2026-04-0214.5125
2026-04-0914.5974
2026-04-1614.4045
2026-04-2314.4405
2026-04-3014.6670
2026-05-0714.6788
2026-05-1414.6065
2026-05-2114.4963
2026-05-2814.3296
2026-06-0414.2502
2026-06-1114.0907
2026-06-1813.4366
2026-06-2513.1121
2026-07-0213.0434
2026-07-0913.1708
2026-07-1613.3795
2026-07-2313.5063
2026-07-3013.5783
2026-08-0613.3587
2026-08-1313.4546
2026-08-2013.7332
2026-08-2713.5226
2026-09-0313.6743
2026-09-1013.7839
2026-09-1713.7366
2026-09-2413.3942

High

14.6788

Low

12.8425

Average

13.5601

For developers

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

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