Skip to content

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

ZMW/PKR over 1Y: show the values
PointZMW/PKR
2025-09-2711.8370
2025-10-0411.8870
2025-10-1112.3352
2025-10-1812.3559
2025-10-2512.6871
2025-11-0112.6576
2025-11-0812.4515
2025-11-1512.4624
2025-11-2212.1296
2025-11-2912.2712
2025-12-0612.1074
2025-12-1412.1420
2025-12-2112.3756
2025-12-2812.4219
2026-01-0412.6725
2026-01-1114.4263
2026-01-1813.8939
2026-01-2514.3391
2026-02-0114.1772
2026-02-0814.8966
2026-02-1515.3556
2026-02-2214.7784
2026-03-0114.8141
2026-03-0814.4451
2026-03-1514.4285
2026-03-2214.3528
2026-03-2914.8611
2026-04-0514.5022
2026-04-1214.6856
2026-04-1914.6585
2026-04-2614.8112
2026-05-0314.9936
2026-05-1014.6682
2026-05-1814.9103
2026-05-2614.8869
2026-06-0215.3649
2026-06-1116.0233
2026-06-1815.6895
2026-06-2515.5874
2026-07-0215.4405
2026-07-0915.3641
2026-07-1615.3487
2026-07-2315.2324
2026-07-3014.9093
2026-08-0614.7120
2026-08-1314.9163
2026-08-2114.8077
2026-08-2814.7619
2026-09-0414.6204
2026-09-1114.5076
2026-09-1814.3055
2026-09-2514.3623

High

16.0233

Low

11.8370

Average

14.1103

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=PKR");
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=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&currencies=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.