Skip to content

PGK to MZN exchange rate API

Kina to Mozambique Metical · quoted 2026-09-25

14.2187

▼ +14.11% over 5Y

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 last 5 years, PGK/MZN traded between 14.2187 and 16.6206, averaged 15.4414 and fell 14.11%. 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 5Y

PGK/MZN over 5Y: show the values
PointPGK/MZN
2024-08-2416.5538
2024-10-0716.6206
2024-11-0616.5294
2024-12-0616.5556
2025-01-0516.0798
2025-02-0416.2610
2025-03-0615.9333
2025-04-0615.9862
2025-05-0615.9696
2025-06-0715.5166
2025-07-0715.9247
2025-08-0616.0347
2025-09-0515.7119
2025-10-0615.3428
2025-11-0515.1908
2025-12-0515.0260
2026-01-0514.9838
2026-02-0414.9335
2026-03-0614.8416
2026-04-0514.8128
2026-05-0514.7321
2026-06-0614.6202
2026-07-0814.5346
2026-08-0714.2814
2026-09-0714.2817

High

16.6206

Low

14.2187

Average

15.4414

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=MZN");
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=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&currencies=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.