Skip to content

PLN to EGP exchange rate API

Zloty to Egyptian Pound · quoted 2026-09-25

13.4956

▲ +5.55% over 5Y

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 5 years, PLN/EGP traded between 12.0718 and 14.7915, averaged 13.1847 and rose 5.55%. 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 5Y

PLN/EGP over 5Y: show the values
PointPLN/EGP
2024-08-2412.7857
2024-10-0612.2899
2024-11-0512.0718
2024-12-0512.2827
2025-01-0412.2500
2025-02-0312.1057
2025-03-0512.8698
2025-04-0512.9956
2025-05-0513.4492
2025-06-0513.2421
2025-07-0513.6778
2025-08-0413.1578
2025-09-0313.2978
2025-10-0313.1664
2025-11-0212.7996
2025-12-0213.0217
2026-01-0113.2932
2026-01-3113.2643
2026-03-0213.4574
2026-04-0114.6332
2026-05-0114.7915
2026-05-3114.4147
2026-06-3013.0468
2026-07-3013.5783
2026-08-2913.3632

High

14.7915

Low

12.0718

Average

13.1847

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.