Skip to content

PLN to ZMW exchange rate API

Zloty to Zambian Kwacha · quoted 2026-09-26

5.0934

▼ +21.83% over 1Y

1 PLN = 5.0934 ZMW · 1 ZMW = 0.19633 PLN · Get this rate via the API

1 PLN buys 5.0934 ZMW as of 2026-09-26, so 1 ZMW buys 0.19633 PLN. Over the last year, PLN/ZMW traded between 4.7856 and 6.5623, averaged 5.4587 and fell 21.83%. The API holds daily PLN/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/ZMW over 1Y

PLN/ZMW over 1Y: show the values
PointPLN/ZMW
2025-09-266.5160
2025-10-036.5623
2025-10-106.1678
2025-10-176.2284
2025-10-246.0609
2025-10-316.0128
2025-11-076.1780
2025-11-146.2329
2025-11-216.2578
2025-11-286.2481
2025-12-056.3694
2025-12-136.4180
2025-12-206.3004
2025-12-276.2968
2026-01-036.1561
2026-01-105.3854
2026-01-175.5527
2026-01-245.5013
2026-01-315.5596
2026-02-075.2373
2026-02-145.1450
2026-02-215.2959
2026-02-285.2928
2026-03-075.2523
2026-03-145.1861
2026-03-215.2783
2026-03-285.0572
2026-04-045.1832
2026-04-115.2411
2026-04-185.2927
2026-04-255.2193
2026-05-025.1586
2026-05-095.2950
2026-05-175.1750
2026-05-255.1938
2026-06-015.0705
2026-06-104.8392
2026-06-174.8485
2026-06-244.7869
2026-07-014.7856
2026-07-084.8958
2026-07-154.7900
2026-07-224.8530
2026-07-294.9314
2026-08-055.0926
2026-08-125.0480
2026-08-205.0667
2026-08-275.1270
2026-09-035.1410
2026-09-105.1874
2026-09-175.1716
2026-09-245.0761

High

6.5623

Low

4.7856

Average

5.4587

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/ZMW API questions

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

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

How far back does PLN/ZMW historical data go?

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