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: show the values
| Point | PLN/SZL |
|---|---|
| 2025-09-27 | 4.7751 |
| 2025-10-04 | 4.7564 |
| 2025-10-11 | 4.7684 |
| 2025-10-18 | 4.7732 |
| 2025-10-25 | 4.7539 |
| 2025-11-01 | 4.7050 |
| 2025-11-08 | 4.7207 |
| 2025-11-15 | 4.6976 |
| 2025-11-22 | 4.7172 |
| 2025-11-29 | 4.6837 |
| 2025-12-06 | 4.6614 |
| 2025-12-14 | 4.6847 |
| 2025-12-21 | 4.6724 |
| 2025-12-28 | 4.6535 |
| 2026-01-04 | 4.5899 |
| 2026-01-11 | 4.5621 |
| 2026-01-18 | 4.5050 |
| 2026-01-25 | 4.5368 |
| 2026-02-01 | 4.5468 |
| 2026-02-08 | 4.4895 |
| 2026-02-15 | 4.4956 |
| 2026-02-22 | 4.4774 |
| 2026-03-01 | 4.4327 |
| 2026-03-08 | 4.4768 |
| 2026-03-15 | 4.5142 |
| 2026-03-22 | 4.5950 |
| 2026-03-29 | 4.5913 |
| 2026-04-05 | 4.5727 |
| 2026-04-12 | 4.5010 |
| 2026-04-19 | 4.5609 |
| 2026-04-26 | 4.5807 |
| 2026-05-03 | 4.6041 |
| 2026-05-10 | 4.5415 |
| 2026-05-18 | 4.5557 |
| 2026-05-26 | 4.4907 |
| 2026-06-02 | 4.4799 |
| 2026-06-11 | 4.4866 |
| 2026-06-18 | 4.3925 |
| 2026-06-25 | 4.3783 |
| 2026-07-02 | 4.3580 |
| 2026-07-09 | 4.3491 |
| 2026-07-16 | 4.3308 |
| 2026-07-23 | 4.3081 |
| 2026-07-30 | 4.4340 |
| 2026-08-06 | 4.3833 |
| 2026-08-13 | 4.3260 |
| 2026-08-21 | 4.3732 |
| 2026-08-28 | 4.2940 |
| 2026-09-04 | 4.3059 |
| 2026-09-11 | 4.3470 |
| 2026-09-18 | 4.2848 |
| 2026-09-25 | 4.2847 |
High
4.7751
Low
4.2495
Average
4.5209
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=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¤cies=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.