PGK to MZN exchange rate API
Kina to Mozambique Metical · quoted 2026-09-25
14.2187
▼ +5.15% over YTD
1 PGK = 14.2187 MZN · 1 MZN = 0.07033 PGK · Get this rate via the API
1 PGK buys 14.2187 MZN as of 2026-09-25, so 1 MZN buys 0.07033 PGK. Over the year to date, PGK/MZN traded between 14.1626 and 14.9905, averaged 14.6537 and fell 5.15%. The API holds daily PGK/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/MZN over YTD: show the values
| Point | PGK/MZN |
|---|---|
| 2025-12-31 | 14.9905 |
| 2026-01-07 | 14.9759 |
| 2026-01-14 | 14.9651 |
| 2026-01-21 | 14.9648 |
| 2026-01-28 | 14.9024 |
| 2026-02-04 | 14.9335 |
| 2026-02-11 | 14.8782 |
| 2026-02-18 | 14.8689 |
| 2026-02-25 | 14.8395 |
| 2026-03-04 | 14.8490 |
| 2026-03-11 | 14.8164 |
| 2026-03-18 | 14.8140 |
| 2026-03-25 | 14.8000 |
| 2026-04-01 | 14.7700 |
| 2026-04-08 | 14.7406 |
| 2026-04-15 | 14.7473 |
| 2026-04-22 | 14.7014 |
| 2026-04-29 | 14.7118 |
| 2026-05-06 | 14.6999 |
| 2026-05-14 | 14.7524 |
| 2026-05-21 | 14.6558 |
| 2026-05-29 | 14.6435 |
| 2026-06-05 | 14.5737 |
| 2026-06-14 | 14.7052 |
| 2026-06-21 | 14.5610 |
| 2026-06-28 | 14.5529 |
| 2026-07-05 | 14.4437 |
| 2026-07-12 | 14.5245 |
| 2026-07-19 | 14.5081 |
| 2026-07-26 | 14.4744 |
| 2026-08-02 | 14.4438 |
| 2026-08-09 | 14.4351 |
| 2026-08-16 | 14.5374 |
| 2026-08-24 | 14.3861 |
| 2026-08-31 | 14.1626 |
| 2026-09-07 | 14.2817 |
| 2026-09-14 | 14.2883 |
| 2026-09-21 | 14.3760 |
High
14.9905
Low
14.1626
Average
14.6537
Get this rate via the API
One GET request returns the PGK/MZN 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=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MZN").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/MZN API questions
How do I get the PGK/MZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/MZN rate in rates.MZN.
How far back does PGK/MZN historical data go?
Daily PGK/MZN 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/MZN 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.