Skip to content

ZMW to PGK exchange rate API

Zambian Kwacha to Kina · quoted 2026-09-26

0.22793

▲ +29.25% over 1Y

1 ZMW = 0.22793 PGK · 1 PGK = 4.3874 ZMW · Get this rate via the API

1 ZMW buys 0.22793 PGK as of 2026-09-26, so 1 PGK buys 4.3874 ZMW. Over the last year, ZMW/PGK traded between 0.17608 and 0.24630, averaged 0.21784 and rose 29.25%. The API holds daily ZMW/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/PGK over 1Y

ZMW/PGK over 1Y: show the values
PointZMW/PGK
2025-09-260.17634
2025-10-030.17608
2025-10-100.18405
2025-10-170.18527
2025-10-240.18830
2025-10-310.19022
2025-11-070.18696
2025-11-140.18616
2025-11-210.18362
2025-11-280.18545
2025-12-050.18352
2025-12-130.18406
2025-12-200.18888
2025-12-270.19154
2026-01-030.19264
2026-01-100.21860
2026-01-170.20922
2026-01-240.21828
2026-01-310.21504
2026-02-070.22818
2026-02-140.23520
2026-02-210.22753
2026-02-280.22643
2026-03-070.22268
2026-03-140.22150
2026-03-210.22069
2026-03-280.22888
2026-04-040.22420
2026-04-110.22673
2026-04-180.22714
2026-04-250.22937
2026-05-020.23228
2026-05-090.22851
2026-05-170.23044
2026-05-250.23125
2026-06-010.23709
2026-06-100.24630
2026-06-170.24630
2026-06-240.24207
2026-07-010.24371
2026-07-080.23734
2026-07-150.24228
2026-07-220.23978
2026-07-290.23666
2026-08-050.23236
2026-08-120.23653
2026-08-200.23966
2026-08-270.23170
2026-09-030.23275
2026-09-100.23340
2026-09-170.22760
2026-09-240.22682

High

0.24630

Low

0.17608

Average

0.21784

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/PGK API questions

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

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

How far back does ZMW/PGK historical data go?

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