Skip to content

PGK to MWK exchange rate API

Kina to Kwacha · quoted 2026-09-25

389.6706

▼ +4.28% over YTD

1 PGK = 389.6706 MWK · 1 MWK = 0.002566 PGK · Get this rate via the API

1 PGK buys 389.6706 MWK as of 2026-09-25, so 1 MWK buys 0.002566 PGK. Over the year to date, PGK/MWK traded between 386.7254 and 407.1013, averaged 398.2295 and fell 4.28%. The API holds daily PGK/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MWK over YTD

PGK/MWK over YTD: show the values
PointPGK/MWK
2025-12-31407.1013
2026-01-07406.6488
2026-01-14407.0258
2026-01-21406.1291
2026-01-28405.6862
2026-02-04404.6198
2026-02-11404.1283
2026-02-18403.4414
2026-02-25403.6280
2026-03-04403.3189
2026-03-11403.2749
2026-03-18401.8981
2026-03-25401.8497
2026-04-01401.7943
2026-04-08399.2772
2026-04-15400.0528
2026-04-22399.0708
2026-04-29400.7725
2026-05-06398.0808
2026-05-14401.9800
2026-05-21398.4785
2026-05-29396.7447
2026-06-05396.1902
2026-06-14399.3259
2026-06-21396.2655
2026-06-28395.2693
2026-07-05393.2422
2026-07-12394.5117
2026-07-19393.7374
2026-07-26392.8883
2026-08-02392.1537
2026-08-09392.3681
2026-08-16395.2639
2026-08-24391.4211
2026-08-31386.7254
2026-09-07388.1570
2026-09-14388.4320
2026-09-21390.3269

High

407.1013

Low

386.7254

Average

398.2295

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MWK API questions

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

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

How far back does PGK/MWK historical data go?

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