PLN to ZWL exchange rate API
Zloty to Zimbabwe Dollar · quoted 2026-09-25
17340.63
▼ +5.32% over 1Y
1 PLN = 17340.63 ZWL · 1 ZWL = 0.000058 PLN · Get this rate via the API
1 PLN buys 17340.63 ZWL as of 2026-09-25, so 1 ZWL buys 0.000058 PLN. Over the last year, PLN/ZWL traded between 88.8639 and 18524.05, averaged 16187.84 and fell 5.32%. The API holds daily PLN/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PLN/ZWL over 1Y: show the values
| Point | PLN/ZWL |
|---|---|
| 2025-09-25 | 18314.75 |
| 2025-10-02 | 18426.16 |
| 2025-10-09 | 18224.05 |
| 2025-10-16 | 18244.44 |
| 2025-10-23 | 18168.67 |
| 2025-10-30 | 17983.82 |
| 2025-11-06 | 17835.10 |
| 2025-11-13 | 18084.28 |
| 2025-11-20 | 17858.59 |
| 2025-11-27 | 17908.68 |
| 2025-12-04 | 18043.61 |
| 2025-12-12 | 18123.91 |
| 2025-12-19 | 18144.67 |
| 2025-12-26 | 18165.12 |
| 2026-01-02 | 18067.86 |
| 2026-01-09 | 17758.55 |
| 2026-01-16 | 17617.62 |
| 2026-01-23 | 17878.81 |
| 2026-01-30 | 18114.62 |
| 2026-02-06 | 17996.51 |
| 2026-02-13 | 17972.93 |
| 2026-02-20 | 17804.53 |
| 2026-02-27 | 17912.47 |
| 2026-03-06 | 17353.04 |
| 2026-03-13 | 17116.92 |
| 2026-03-20 | 17075.83 |
| 2026-03-27 | 17026.26 |
| 2026-04-03 | 17067.23 |
| 2026-04-10 | 88.86 |
| 2026-04-17 | 89.74 |
| 2026-04-24 | 88.94 |
| 2026-05-01 | 88.89 |
| 2026-05-08 | 89.49 |
| 2026-05-16 | 17631.74 |
| 2026-05-24 | 18044.37 |
| 2026-05-31 | 18524.05 |
| 2026-06-09 | 18292.12 |
| 2026-06-16 | 18223.07 |
| 2026-06-23 | 17793.51 |
| 2026-06-30 | 17787.24 |
| 2026-07-07 | 17898.74 |
| 2026-07-14 | 17615.46 |
| 2026-07-21 | 17650.48 |
| 2026-07-28 | 17652.15 |
| 2026-08-04 | 17821.80 |
| 2026-08-11 | 17854.84 |
| 2026-08-18 | 17886.72 |
| 2026-08-26 | 18090.04 |
| 2026-09-02 | 17920.59 |
| 2026-09-09 | 18033.22 |
| 2026-09-16 | 17767.16 |
| 2026-09-23 | 17392.58 |
High
18524.05
Low
88.8639
Average
16187.84
Get this rate via the API
One GET request returns the PLN/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/ZWL API questions
How do I get the PLN/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/ZWL rate in rates.ZWL.
How far back does PLN/ZWL historical data go?
Daily PLN/ZWL 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/ZWL 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.