Skip to content

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

PGK/MZN over YTD: show the values
PointPGK/MZN
2025-12-3114.9905
2026-01-0714.9759
2026-01-1414.9651
2026-01-2114.9648
2026-01-2814.9024
2026-02-0414.9335
2026-02-1114.8782
2026-02-1814.8689
2026-02-2514.8395
2026-03-0414.8490
2026-03-1114.8164
2026-03-1814.8140
2026-03-2514.8000
2026-04-0114.7700
2026-04-0814.7406
2026-04-1514.7473
2026-04-2214.7014
2026-04-2914.7118
2026-05-0614.6999
2026-05-1414.7524
2026-05-2114.6558
2026-05-2914.6435
2026-06-0514.5737
2026-06-1414.7052
2026-06-2114.5610
2026-06-2814.5529
2026-07-0514.4437
2026-07-1214.5245
2026-07-1914.5081
2026-07-2614.4744
2026-08-0214.4438
2026-08-0914.4351
2026-08-1614.5374
2026-08-2414.3861
2026-08-3114.1626
2026-09-0714.2817
2026-09-1414.2883
2026-09-2114.3760

High

14.9905

Low

14.1626

Average

14.6537

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.