Skip to content

PEN to ZMW exchange rate API

Sol to Zambian Kwacha · quoted 2026-09-27

5.7545

▼ +15.23% over 1Y

1 PEN = 5.7545 ZMW · 1 ZMW = 0.17378 PEN · Get this rate via the API

1 PEN buys 5.7545 ZMW as of 2026-09-27, so 1 ZMW buys 0.17378 PEN. Over the last year, PEN/ZMW traded between 5.2084 and 6.8863, averaged 5.9155 and fell 15.23%. The API holds daily PEN/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PEN/ZMW over 1Y

PEN/ZMW over 1Y: show the values
PointPEN/ZMW
2025-09-276.7886
2025-10-046.8589
2025-10-116.6355
2025-10-186.7306
2025-10-256.5446
2025-11-016.5523
2025-11-086.7241
2025-11-156.7126
2025-11-226.8519
2025-11-296.8009
2025-12-066.8863
2025-12-146.8835
2025-12-216.7503
2025-12-286.7204
2026-01-046.6043
2026-01-115.8068
2026-01-186.0276
2026-01-255.8489
2026-02-015.8805
2026-02-085.6099
2026-02-155.4547
2026-02-225.6488
2026-03-015.6519
2026-03-085.5889
2026-03-155.6345
2026-03-225.6231
2026-03-295.4271
2026-04-055.5958
2026-04-125.6363
2026-04-195.5542
2026-04-265.4545
2026-05-035.3399
2026-05-105.5326
2026-05-185.5299
2026-05-265.5514
2026-06-025.3979
2026-06-115.2084
2026-06-185.3012
2026-06-255.3187
2026-07-025.3787
2026-07-095.4111
2026-07-165.4223
2026-07-235.4591
2026-07-305.5853
2026-08-065.6743
2026-08-135.6316
2026-08-215.7013
2026-08-285.6993
2026-09-045.7382
2026-09-115.7778
2026-09-185.8763
2026-09-255.7447

High

6.8863

Low

5.2084

Average

5.9155

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PEN/ZMW API questions

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

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

How far back does PEN/ZMW historical data go?

Daily PEN/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 PEN/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.