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: show the values
| Point | PKR/ZWL |
|---|---|
| 2025-09-26 | 238.5448 |
| 2025-10-03 | 239.2511 |
| 2025-10-10 | 235.7642 |
| 2025-10-17 | 236.0114 |
| 2025-10-24 | 234.4122 |
| 2025-10-31 | 233.7132 |
| 2025-11-07 | 232.3808 |
| 2025-11-14 | 233.0087 |
| 2025-11-21 | 233.4536 |
| 2025-11-28 | 229.9439 |
| 2025-12-05 | 232.8334 |
| 2025-12-13 | 232.5775 |
| 2025-12-20 | 232.5570 |
| 2025-12-27 | 232.0432 |
| 2026-01-03 | 231.4073 |
| 2026-01-10 | 229.9184 |
| 2026-01-17 | 229.1501 |
| 2026-01-24 | 228.7320 |
| 2026-01-31 | 228.3040 |
| 2026-02-07 | 228.7157 |
| 2026-02-14 | 228.3687 |
| 2026-02-21 | 228.2226 |
| 2026-02-28 | 230.2763 |
| 2026-03-07 | 230.2035 |
| 2026-03-14 | 227.8183 |
| 2026-03-21 | 226.2689 |
| 2026-03-28 | 1.1533 |
| 2026-04-04 | 226.9989 |
| 2026-04-11 | 1.1543 |
| 2026-04-18 | 1.1546 |
| 2026-04-25 | 1.1570 |
| 2026-05-02 | 1.1551 |
| 2026-05-09 | 1.1556 |
| 2026-05-17 | 230.0435 |
| 2026-05-25 | 233.8114 |
| 2026-06-01 | 239.1739 |
| 2026-06-10 | 237.8674 |
| 2026-06-17 | 237.3889 |
| 2026-06-24 | 238.2268 |
| 2026-07-01 | 238.4104 |
| 2026-07-08 | 238.1425 |
| 2026-07-15 | 238.0894 |
| 2026-07-22 | 238.1896 |
| 2026-07-29 | 237.6416 |
| 2026-08-05 | 237.0534 |
| 2026-08-12 | 236.5676 |
| 2026-08-20 | 237.1777 |
| 2026-08-27 | 236.0011 |
| 2026-09-03 | 237.8486 |
| 2026-09-10 | 237.5762 |
| 2026-09-17 | 237.5285 |
| 2026-09-24 | 237.1982 |
High
240.1243
Low
1.1533
Average
207.5825
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=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¤cies=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.