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: show the values
| Point | PGK/ZWL |
|---|---|
| 2025-09-25 | 16055.61 |
| 2025-10-02 | 15958.31 |
| 2025-10-09 | 16057.16 |
| 2025-10-16 | 15880.89 |
| 2025-10-23 | 15992.12 |
| 2025-10-30 | 15764.07 |
| 2025-11-06 | 15562.58 |
| 2025-11-13 | 15583.79 |
| 2025-11-20 | 15511.94 |
| 2025-11-27 | 15381.11 |
| 2025-12-04 | 15288.80 |
| 2025-12-12 | 15362.92 |
| 2025-12-19 | 15308.73 |
| 2025-12-26 | 15058.16 |
| 2026-01-02 | 15143.76 |
| 2026-01-09 | 15068.81 |
| 2026-01-16 | 15004.84 |
| 2026-01-23 | 14992.94 |
| 2026-01-30 | 14934.54 |
| 2026-02-06 | 15004.32 |
| 2026-02-13 | 14891.65 |
| 2026-02-20 | 14870.12 |
| 2026-02-27 | 14901.89 |
| 2026-03-06 | 14966.94 |
| 2026-03-13 | 14709.77 |
| 2026-03-20 | 14717.44 |
| 2026-03-27 | 14723.29 |
| 2026-04-03 | 14682.30 |
| 2026-04-10 | 74.52 |
| 2026-04-17 | 74.24 |
| 2026-04-24 | 74.49 |
| 2026-05-01 | 73.96 |
| 2026-05-08 | 74.04 |
| 2026-05-16 | 14736.53 |
| 2026-05-24 | 15133.55 |
| 2026-05-31 | 15427.44 |
| 2026-06-09 | 15275.78 |
| 2026-06-16 | 15270.58 |
| 2026-06-23 | 15288.23 |
| 2026-06-30 | 15234.24 |
| 2026-07-07 | 15306.21 |
| 2026-07-14 | 15219.05 |
| 2026-07-21 | 15165.52 |
| 2026-07-28 | 15207.07 |
| 2026-08-04 | 15138.20 |
| 2026-08-11 | 14984.17 |
| 2026-08-18 | 15084.46 |
| 2026-08-26 | 15030.10 |
| 2026-09-02 | 15140.72 |
| 2026-09-09 | 15061.32 |
| 2026-09-16 | 14988.86 |
| 2026-09-23 | 14960.72 |
High
16057.16
Low
73.9620
Average
13779.72
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.