Skip to content

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

PLN/ZWL over 1Y: show the values
PointPLN/ZWL
2025-09-2518314.75
2025-10-0218426.16
2025-10-0918224.05
2025-10-1618244.44
2025-10-2318168.67
2025-10-3017983.82
2025-11-0617835.10
2025-11-1318084.28
2025-11-2017858.59
2025-11-2717908.68
2025-12-0418043.61
2025-12-1218123.91
2025-12-1918144.67
2025-12-2618165.12
2026-01-0218067.86
2026-01-0917758.55
2026-01-1617617.62
2026-01-2317878.81
2026-01-3018114.62
2026-02-0617996.51
2026-02-1317972.93
2026-02-2017804.53
2026-02-2717912.47
2026-03-0617353.04
2026-03-1317116.92
2026-03-2017075.83
2026-03-2717026.26
2026-04-0317067.23
2026-04-1088.86
2026-04-1789.74
2026-04-2488.94
2026-05-0188.89
2026-05-0889.49
2026-05-1617631.74
2026-05-2418044.37
2026-05-3118524.05
2026-06-0918292.12
2026-06-1618223.07
2026-06-2317793.51
2026-06-3017787.24
2026-07-0717898.74
2026-07-1417615.46
2026-07-2117650.48
2026-07-2817652.15
2026-08-0417821.80
2026-08-1117854.84
2026-08-1817886.72
2026-08-2618090.04
2026-09-0217920.59
2026-09-0918033.22
2026-09-1617767.16
2026-09-2317392.58

High

18524.05

Low

88.8639

Average

16187.84

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.