Skip to content

PKR to ZWL exchange rate API

Pakistan Rupee to Zimbabwe Dollar · quoted 2026-09-26

240.1243

▲ +0.66% over 1Y

1 PKR = 240.1243 ZWL · 1 ZWL = 0.004165 PKR · Get this rate via the API

1 PKR buys 240.1243 ZWL as of 2026-09-26, so 1 ZWL buys 0.004165 PKR. Over the last year, PKR/ZWL traded between 1.1533 and 240.1243, averaged 207.5825 and rose 0.66%. The API holds daily PKR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PKR/ZWL over 1Y

PKR/ZWL over 1Y: show the values
PointPKR/ZWL
2025-09-26238.5448
2025-10-03239.2511
2025-10-10235.7642
2025-10-17236.0114
2025-10-24234.4122
2025-10-31233.7132
2025-11-07232.3808
2025-11-14233.0087
2025-11-21233.4536
2025-11-28229.9439
2025-12-05232.8334
2025-12-13232.5775
2025-12-20232.5570
2025-12-27232.0432
2026-01-03231.4073
2026-01-10229.9184
2026-01-17229.1501
2026-01-24228.7320
2026-01-31228.3040
2026-02-07228.7157
2026-02-14228.3687
2026-02-21228.2226
2026-02-28230.2763
2026-03-07230.2035
2026-03-14227.8183
2026-03-21226.2689
2026-03-281.1533
2026-04-04226.9989
2026-04-111.1543
2026-04-181.1546
2026-04-251.1570
2026-05-021.1551
2026-05-091.1556
2026-05-17230.0435
2026-05-25233.8114
2026-06-01239.1739
2026-06-10237.8674
2026-06-17237.3889
2026-06-24238.2268
2026-07-01238.4104
2026-07-08238.1425
2026-07-15238.0894
2026-07-22238.1896
2026-07-29237.6416
2026-08-05237.0534
2026-08-12236.5676
2026-08-20237.1777
2026-08-27236.0011
2026-09-03237.8486
2026-09-10237.5762
2026-09-17237.5285
2026-09-24237.1982

High

240.1243

Low

1.1533

Average

207.5825

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

PKR/ZWL API questions

How do I get the PKR/ZWL exchange rate from an API?

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

How far back does PKR/ZWL historical data go?

Daily PKR/ZWL 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 PKR/ZWL 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.