Skip to content

ZMW to PEN exchange rate API

Zambian Kwacha to Sol · quoted 2026-09-27

0.17378

▲ +17.97% over 1Y

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

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

ZMW/PEN over 1Y

ZMW/PEN over 1Y: show the values
PointZMW/PEN
2025-09-270.14730
2025-10-040.14580
2025-10-110.15071
2025-10-180.14857
2025-10-250.15280
2025-11-010.15262
2025-11-080.14872
2025-11-150.14897
2025-11-220.14594
2025-11-290.14704
2025-12-060.14522
2025-12-140.14527
2025-12-210.14814
2025-12-280.14880
2026-01-040.15142
2026-01-110.17221
2026-01-180.16590
2026-01-250.17097
2026-02-010.17005
2026-02-080.17825
2026-02-150.18333
2026-02-220.17703
2026-03-010.17693
2026-03-080.17893
2026-03-150.17748
2026-03-220.17784
2026-03-290.18426
2026-04-050.17871
2026-04-120.17742
2026-04-190.18004
2026-04-260.18333
2026-05-030.18727
2026-05-100.18074
2026-05-180.18083
2026-05-260.18013
2026-06-020.18526
2026-06-110.19200
2026-06-180.18864
2026-06-250.18801
2026-07-020.18592
2026-07-090.18480
2026-07-160.18442
2026-07-230.18318
2026-07-300.17904
2026-08-060.17623
2026-08-130.17757
2026-08-210.17540
2026-08-280.17546
2026-09-040.17427
2026-09-110.17308
2026-09-180.17017
2026-09-250.17407

High

0.19200

Low

0.14522

Average

0.17038

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=PEN").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/PEN API questions

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

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

How far back does ZMW/PEN historical data go?

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