Skip to content

PLN to ZWL exchange rate API

Zloty to Zimbabwe Dollar · quoted 2026-09-25

17340.63

▲ +89.77% over 5Y

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 5 years, PLN/ZWL traded between 88.4490 and 18545.94, averaged 16182.57 and rose 89.77%. 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 5Y

PLN/ZWL over 5Y: show the values
PointPLN/ZWL
2024-08-249137.59
2024-10-078947.16
2024-11-0616846.50
2024-12-0615785.07
2025-01-0515366.60
2025-02-0416138.57
2025-03-0617170.50
2025-04-0617146.99
2025-05-0617763.84
2025-06-0717901.90
2025-07-0718545.94
2025-08-0618201.94
2025-09-0518364.30
2025-10-0618311.83
2025-11-0517783.89
2025-12-0517987.05
2026-01-0517921.47
2026-02-0417935.12
2026-03-0617353.04
2026-04-0517059.14
2026-05-0588.45
2026-06-0618173.77
2026-07-0817721.00
2026-08-0717859.01
2026-09-0717895.47

High

18545.94

Low

88.4490

Average

16182.57

For developers

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