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: show the values
| Point | PGK/MWK |
|---|---|
| 2025-12-31 | 407.1013 |
| 2026-01-07 | 406.6488 |
| 2026-01-14 | 407.0258 |
| 2026-01-21 | 406.1291 |
| 2026-01-28 | 405.6862 |
| 2026-02-04 | 404.6198 |
| 2026-02-11 | 404.1283 |
| 2026-02-18 | 403.4414 |
| 2026-02-25 | 403.6280 |
| 2026-03-04 | 403.3189 |
| 2026-03-11 | 403.2749 |
| 2026-03-18 | 401.8981 |
| 2026-03-25 | 401.8497 |
| 2026-04-01 | 401.7943 |
| 2026-04-08 | 399.2772 |
| 2026-04-15 | 400.0528 |
| 2026-04-22 | 399.0708 |
| 2026-04-29 | 400.7725 |
| 2026-05-06 | 398.0808 |
| 2026-05-14 | 401.9800 |
| 2026-05-21 | 398.4785 |
| 2026-05-29 | 396.7447 |
| 2026-06-05 | 396.1902 |
| 2026-06-14 | 399.3259 |
| 2026-06-21 | 396.2655 |
| 2026-06-28 | 395.2693 |
| 2026-07-05 | 393.2422 |
| 2026-07-12 | 394.5117 |
| 2026-07-19 | 393.7374 |
| 2026-07-26 | 392.8883 |
| 2026-08-02 | 392.1537 |
| 2026-08-09 | 392.3681 |
| 2026-08-16 | 395.2639 |
| 2026-08-24 | 391.4211 |
| 2026-08-31 | 386.7254 |
| 2026-09-07 | 388.1570 |
| 2026-09-14 | 388.4320 |
| 2026-09-21 | 390.3269 |
High
407.1013
Low
386.7254
Average
398.2295
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.