Skip to content

PGK to ZWL exchange rate API

Kina to Zimbabwe Dollar · quoted 2026-09-25

14922.48

▼ +7.06% over 1Y

1 PGK = 14922.48 ZWL · 1 ZWL = 0.000067 PGK · Get this rate via the API

1 PGK buys 14922.48 ZWL as of 2026-09-25, so 1 ZWL buys 0.000067 PGK. Over the last year, PGK/ZWL traded between 73.9620 and 16057.16, averaged 13779.72 and fell 7.06%. The API holds daily PGK/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/ZWL over 1Y

PGK/ZWL over 1Y: show the values
PointPGK/ZWL
2025-09-2516055.61
2025-10-0215958.31
2025-10-0916057.16
2025-10-1615880.89
2025-10-2315992.12
2025-10-3015764.07
2025-11-0615562.58
2025-11-1315583.79
2025-11-2015511.94
2025-11-2715381.11
2025-12-0415288.80
2025-12-1215362.92
2025-12-1915308.73
2025-12-2615058.16
2026-01-0215143.76
2026-01-0915068.81
2026-01-1615004.84
2026-01-2314992.94
2026-01-3014934.54
2026-02-0615004.32
2026-02-1314891.65
2026-02-2014870.12
2026-02-2714901.89
2026-03-0614966.94
2026-03-1314709.77
2026-03-2014717.44
2026-03-2714723.29
2026-04-0314682.30
2026-04-1074.52
2026-04-1774.24
2026-04-2474.49
2026-05-0173.96
2026-05-0874.04
2026-05-1614736.53
2026-05-2415133.55
2026-05-3115427.44
2026-06-0915275.78
2026-06-1615270.58
2026-06-2315288.23
2026-06-3015234.24
2026-07-0715306.21
2026-07-1415219.05
2026-07-2115165.52
2026-07-2815207.07
2026-08-0415138.20
2026-08-1114984.17
2026-08-1815084.46
2026-08-2615030.10
2026-09-0215140.72
2026-09-0915061.32
2026-09-1614988.86
2026-09-2314960.72

High

16057.16

Low

73.9620

Average

13779.72

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/ZWL API questions

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

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

How far back does PGK/ZWL historical data go?

Daily PGK/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 PGK/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.