Skip to content

PLN to SZL exchange rate API

Zloty to Lilangeni · quoted 2026-09-27

4.2495

▼ +11.01% over 1Y

1 PLN = 4.2495 SZL · 1 SZL = 0.23532 PLN · Get this rate via the API

1 PLN buys 4.2495 SZL as of 2026-09-27, so 1 SZL buys 0.23532 PLN. Over the last year, PLN/SZL traded between 4.2495 and 4.7751, averaged 4.5209 and fell 11.01%. The API holds daily PLN/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/SZL over 1Y

PLN/SZL over 1Y: show the values
PointPLN/SZL
2025-09-274.7751
2025-10-044.7564
2025-10-114.7684
2025-10-184.7732
2025-10-254.7539
2025-11-014.7050
2025-11-084.7207
2025-11-154.6976
2025-11-224.7172
2025-11-294.6837
2025-12-064.6614
2025-12-144.6847
2025-12-214.6724
2025-12-284.6535
2026-01-044.5899
2026-01-114.5621
2026-01-184.5050
2026-01-254.5368
2026-02-014.5468
2026-02-084.4895
2026-02-154.4956
2026-02-224.4774
2026-03-014.4327
2026-03-084.4768
2026-03-154.5142
2026-03-224.5950
2026-03-294.5913
2026-04-054.5727
2026-04-124.5010
2026-04-194.5609
2026-04-264.5807
2026-05-034.6041
2026-05-104.5415
2026-05-184.5557
2026-05-264.4907
2026-06-024.4799
2026-06-114.4866
2026-06-184.3925
2026-06-254.3783
2026-07-024.3580
2026-07-094.3491
2026-07-164.3308
2026-07-234.3081
2026-07-304.4340
2026-08-064.3833
2026-08-134.3260
2026-08-214.3732
2026-08-284.2940
2026-09-044.3059
2026-09-114.3470
2026-09-184.2848
2026-09-254.2847

High

4.7751

Low

4.2495

Average

4.5209

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/SZL API questions

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

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

How far back does PLN/SZL historical data go?

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