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: show the values
| Point | PEN/ZMW |
|---|---|
| 2025-09-27 | 6.7886 |
| 2025-10-04 | 6.8589 |
| 2025-10-11 | 6.6355 |
| 2025-10-18 | 6.7306 |
| 2025-10-25 | 6.5446 |
| 2025-11-01 | 6.5523 |
| 2025-11-08 | 6.7241 |
| 2025-11-15 | 6.7126 |
| 2025-11-22 | 6.8519 |
| 2025-11-29 | 6.8009 |
| 2025-12-06 | 6.8863 |
| 2025-12-14 | 6.8835 |
| 2025-12-21 | 6.7503 |
| 2025-12-28 | 6.7204 |
| 2026-01-04 | 6.6043 |
| 2026-01-11 | 5.8068 |
| 2026-01-18 | 6.0276 |
| 2026-01-25 | 5.8489 |
| 2026-02-01 | 5.8805 |
| 2026-02-08 | 5.6099 |
| 2026-02-15 | 5.4547 |
| 2026-02-22 | 5.6488 |
| 2026-03-01 | 5.6519 |
| 2026-03-08 | 5.5889 |
| 2026-03-15 | 5.6345 |
| 2026-03-22 | 5.6231 |
| 2026-03-29 | 5.4271 |
| 2026-04-05 | 5.5958 |
| 2026-04-12 | 5.6363 |
| 2026-04-19 | 5.5542 |
| 2026-04-26 | 5.4545 |
| 2026-05-03 | 5.3399 |
| 2026-05-10 | 5.5326 |
| 2026-05-18 | 5.5299 |
| 2026-05-26 | 5.5514 |
| 2026-06-02 | 5.3979 |
| 2026-06-11 | 5.2084 |
| 2026-06-18 | 5.3012 |
| 2026-06-25 | 5.3187 |
| 2026-07-02 | 5.3787 |
| 2026-07-09 | 5.4111 |
| 2026-07-16 | 5.4223 |
| 2026-07-23 | 5.4591 |
| 2026-07-30 | 5.5853 |
| 2026-08-06 | 5.6743 |
| 2026-08-13 | 5.6316 |
| 2026-08-21 | 5.7013 |
| 2026-08-28 | 5.6993 |
| 2026-09-04 | 5.7382 |
| 2026-09-11 | 5.7778 |
| 2026-09-18 | 5.8763 |
| 2026-09-25 | 5.7447 |
High
6.8863
Low
5.2084
Average
5.9155
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=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¤cies=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.