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: show the values
| Point | PGK/MZN |
|---|---|
| 2025-09-25 | 15.4115 |
| 2025-10-02 | 15.2817 |
| 2025-10-09 | 15.3637 |
| 2025-10-16 | 15.2411 |
| 2025-10-23 | 15.3976 |
| 2025-10-30 | 15.2338 |
| 2025-11-06 | 15.1161 |
| 2025-11-13 | 15.1305 |
| 2025-11-20 | 15.1003 |
| 2025-11-27 | 15.0163 |
| 2025-12-04 | 14.9220 |
| 2025-12-12 | 15.0669 |
| 2025-12-19 | 14.9960 |
| 2025-12-26 | 14.7851 |
| 2026-01-02 | 14.8918 |
| 2026-01-09 | 14.9788 |
| 2026-01-16 | 14.9509 |
| 2026-01-23 | 14.9691 |
| 2026-01-30 | 14.9034 |
| 2026-02-06 | 14.8809 |
| 2026-02-13 | 14.8863 |
| 2026-02-20 | 14.8338 |
| 2026-02-27 | 14.8401 |
| 2026-03-06 | 14.8416 |
| 2026-03-13 | 14.7583 |
| 2026-03-20 | 14.8510 |
| 2026-03-27 | 14.8180 |
| 2026-04-03 | 14.7830 |
| 2026-04-10 | 14.8005 |
| 2026-04-17 | 14.7455 |
| 2026-04-24 | 14.7814 |
| 2026-05-01 | 14.6787 |
| 2026-05-08 | 14.6940 |
| 2026-05-16 | 14.6149 |
| 2026-05-24 | 14.6575 |
| 2026-05-31 | 14.6609 |
| 2026-06-09 | 14.5634 |
| 2026-06-16 | 14.6005 |
| 2026-06-23 | 14.5975 |
| 2026-06-30 | 14.5092 |
| 2026-07-07 | 14.5463 |
| 2026-07-14 | 14.4684 |
| 2026-07-21 | 14.4516 |
| 2026-07-28 | 14.4452 |
| 2026-08-04 | 14.4890 |
| 2026-08-11 | 14.3866 |
| 2026-08-18 | 14.4339 |
| 2026-08-26 | 14.4038 |
| 2026-09-02 | 14.4263 |
| 2026-09-09 | 14.3835 |
| 2026-09-16 | 14.2978 |
| 2026-09-23 | 14.3145 |
High
15.4115
Low
14.2187
Average
14.7815
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.