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: show the values
| Point | PLN/ZMW |
|---|---|
| 2025-09-26 | 6.5160 |
| 2025-10-03 | 6.5623 |
| 2025-10-10 | 6.1678 |
| 2025-10-17 | 6.2284 |
| 2025-10-24 | 6.0609 |
| 2025-10-31 | 6.0128 |
| 2025-11-07 | 6.1780 |
| 2025-11-14 | 6.2329 |
| 2025-11-21 | 6.2578 |
| 2025-11-28 | 6.2481 |
| 2025-12-05 | 6.3694 |
| 2025-12-13 | 6.4180 |
| 2025-12-20 | 6.3004 |
| 2025-12-27 | 6.2968 |
| 2026-01-03 | 6.1561 |
| 2026-01-10 | 5.3854 |
| 2026-01-17 | 5.5527 |
| 2026-01-24 | 5.5013 |
| 2026-01-31 | 5.5596 |
| 2026-02-07 | 5.2373 |
| 2026-02-14 | 5.1450 |
| 2026-02-21 | 5.2959 |
| 2026-02-28 | 5.2928 |
| 2026-03-07 | 5.2523 |
| 2026-03-14 | 5.1861 |
| 2026-03-21 | 5.2783 |
| 2026-03-28 | 5.0572 |
| 2026-04-04 | 5.1832 |
| 2026-04-11 | 5.2411 |
| 2026-04-18 | 5.2927 |
| 2026-04-25 | 5.2193 |
| 2026-05-02 | 5.1586 |
| 2026-05-09 | 5.2950 |
| 2026-05-17 | 5.1750 |
| 2026-05-25 | 5.1938 |
| 2026-06-01 | 5.0705 |
| 2026-06-10 | 4.8392 |
| 2026-06-17 | 4.8485 |
| 2026-06-24 | 4.7869 |
| 2026-07-01 | 4.7856 |
| 2026-07-08 | 4.8958 |
| 2026-07-15 | 4.7900 |
| 2026-07-22 | 4.8530 |
| 2026-07-29 | 4.9314 |
| 2026-08-05 | 5.0926 |
| 2026-08-12 | 5.0480 |
| 2026-08-20 | 5.0667 |
| 2026-08-27 | 5.1270 |
| 2026-09-03 | 5.1410 |
| 2026-09-10 | 5.1874 |
| 2026-09-17 | 5.1716 |
| 2026-09-24 | 5.0761 |
High
6.5623
Low
4.7856
Average
5.4587
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=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¤cies=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.