PGK to MZN exchange rate API
Kina to Mozambique Metical · quoted 2026-09-25
14.2187
▼ +4.10% over 6M
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 6 months, PGK/MZN traded between 14.1874 and 14.8273, averaged 14.5076 and fell 4.10%. 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 6M: show the values
| Point | PGK/MZN |
|---|---|
| 2026-03-29 | 14.8273 |
| 2026-04-05 | 14.8128 |
| 2026-04-12 | 14.7976 |
| 2026-04-19 | 14.7290 |
| 2026-04-26 | 14.7176 |
| 2026-05-03 | 14.7078 |
| 2026-05-10 | 14.5832 |
| 2026-05-18 | 14.6427 |
| 2026-05-26 | 14.6349 |
| 2026-06-02 | 14.6227 |
| 2026-06-11 | 14.5613 |
| 2026-06-18 | 14.5557 |
| 2026-06-25 | 14.5238 |
| 2026-07-02 | 14.5117 |
| 2026-07-09 | 14.5219 |
| 2026-07-16 | 14.4240 |
| 2026-07-23 | 14.3343 |
| 2026-07-30 | 14.3633 |
| 2026-08-06 | 14.4537 |
| 2026-08-13 | 14.4133 |
| 2026-08-21 | 14.2312 |
| 2026-08-28 | 14.4233 |
| 2026-09-04 | 14.1874 |
| 2026-09-11 | 14.3130 |
| 2026-09-18 | 14.2915 |
| 2026-09-25 | 14.3024 |
High
14.8273
Low
14.1874
Average
14.5076
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.