Skip to content

PGK to MZN exchange rate API

Kina to Mozambique Metical · quoted 2026-09-25

14.2187

▼ +7.74% over 1Y

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 year, PGK/MZN traded between 14.2187 and 15.4115, averaged 14.7815 and fell 7.74%. 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 1Y

PGK/MZN over 1Y: show the values
PointPGK/MZN
2025-09-2515.4115
2025-10-0215.2817
2025-10-0915.3637
2025-10-1615.2411
2025-10-2315.3976
2025-10-3015.2338
2025-11-0615.1161
2025-11-1315.1305
2025-11-2015.1003
2025-11-2715.0163
2025-12-0414.9220
2025-12-1215.0669
2025-12-1914.9960
2025-12-2614.7851
2026-01-0214.8918
2026-01-0914.9788
2026-01-1614.9509
2026-01-2314.9691
2026-01-3014.9034
2026-02-0614.8809
2026-02-1314.8863
2026-02-2014.8338
2026-02-2714.8401
2026-03-0614.8416
2026-03-1314.7583
2026-03-2014.8510
2026-03-2714.8180
2026-04-0314.7830
2026-04-1014.8005
2026-04-1714.7455
2026-04-2414.7814
2026-05-0114.6787
2026-05-0814.6940
2026-05-1614.6149
2026-05-2414.6575
2026-05-3114.6609
2026-06-0914.5634
2026-06-1614.6005
2026-06-2314.5975
2026-06-3014.5092
2026-07-0714.5463
2026-07-1414.4684
2026-07-2114.4516
2026-07-2814.4452
2026-08-0414.4890
2026-08-1114.3866
2026-08-1814.4339
2026-08-2614.4038
2026-09-0214.4263
2026-09-0914.3835
2026-09-1614.2978
2026-09-2314.3145

High

15.4115

Low

14.2187

Average

14.7815

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.