ZMW to PKR exchange rate API
Zambian Kwacha to Pakistan Rupee · quoted 2026-09-27
14.2157
▲ +20.10% over 1Y
1 ZMW = 14.2157 PKR · 1 PKR = 0.07034 ZMW · Get this rate via the API
1 ZMW buys 14.2157 PKR as of 2026-09-27, so 1 PKR buys 0.07034 ZMW. Over the last year, ZMW/PKR traded between 11.8370 and 16.0233, averaged 14.1103 and rose 20.10%. The API holds daily ZMW/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/PKR over 1Y: show the values
| Point | ZMW/PKR |
|---|---|
| 2025-09-27 | 11.8370 |
| 2025-10-04 | 11.8870 |
| 2025-10-11 | 12.3352 |
| 2025-10-18 | 12.3559 |
| 2025-10-25 | 12.6871 |
| 2025-11-01 | 12.6576 |
| 2025-11-08 | 12.4515 |
| 2025-11-15 | 12.4624 |
| 2025-11-22 | 12.1296 |
| 2025-11-29 | 12.2712 |
| 2025-12-06 | 12.1074 |
| 2025-12-14 | 12.1420 |
| 2025-12-21 | 12.3756 |
| 2025-12-28 | 12.4219 |
| 2026-01-04 | 12.6725 |
| 2026-01-11 | 14.4263 |
| 2026-01-18 | 13.8939 |
| 2026-01-25 | 14.3391 |
| 2026-02-01 | 14.1772 |
| 2026-02-08 | 14.8966 |
| 2026-02-15 | 15.3556 |
| 2026-02-22 | 14.7784 |
| 2026-03-01 | 14.8141 |
| 2026-03-08 | 14.4451 |
| 2026-03-15 | 14.4285 |
| 2026-03-22 | 14.3528 |
| 2026-03-29 | 14.8611 |
| 2026-04-05 | 14.5022 |
| 2026-04-12 | 14.6856 |
| 2026-04-19 | 14.6585 |
| 2026-04-26 | 14.8112 |
| 2026-05-03 | 14.9936 |
| 2026-05-10 | 14.6682 |
| 2026-05-18 | 14.9103 |
| 2026-05-26 | 14.8869 |
| 2026-06-02 | 15.3649 |
| 2026-06-11 | 16.0233 |
| 2026-06-18 | 15.6895 |
| 2026-06-25 | 15.5874 |
| 2026-07-02 | 15.4405 |
| 2026-07-09 | 15.3641 |
| 2026-07-16 | 15.3487 |
| 2026-07-23 | 15.2324 |
| 2026-07-30 | 14.9093 |
| 2026-08-06 | 14.7120 |
| 2026-08-13 | 14.9163 |
| 2026-08-21 | 14.8077 |
| 2026-08-28 | 14.7619 |
| 2026-09-04 | 14.6204 |
| 2026-09-11 | 14.5076 |
| 2026-09-18 | 14.3055 |
| 2026-09-25 | 14.3623 |
High
16.0233
Low
11.8370
Average
14.1103
Get this rate via the API
One GET request returns the ZMW/PKR 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=ZMW¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/PKR API questions
How do I get the ZMW/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/PKR rate in rates.PKR.
How far back does ZMW/PKR historical data go?
Daily ZMW/PKR 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/PKR 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.