PGK to MZN exchange rate API
Kina to Mozambique Metical · quoted 2026-09-25
14.2187
▼ +1.28% over 30D
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 30 days, PGK/MZN traded between 14.1562 and 14.7008, averaged 14.3549 and fell 1.28%. 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 30D: show the values
| Point | PGK/MZN |
|---|---|
| 2026-08-26 | 14.4038 |
| 2026-08-27 | 14.4912 |
| 2026-08-28 | 14.4233 |
| 2026-08-29 | 14.6635 |
| 2026-08-30 | 14.5768 |
| 2026-08-31 | 14.1626 |
| 2026-09-01 | 14.4230 |
| 2026-09-02 | 14.4263 |
| 2026-09-03 | 14.3111 |
| 2026-09-04 | 14.1874 |
| 2026-09-05 | 14.1562 |
| 2026-09-06 | 14.1690 |
| 2026-09-07 | 14.2817 |
| 2026-09-08 | 14.3403 |
| 2026-09-09 | 14.3835 |
| 2026-09-10 | 14.1677 |
| 2026-09-11 | 14.3130 |
| 2026-09-12 | 14.7008 |
| 2026-09-13 | 14.4938 |
| 2026-09-14 | 14.2883 |
| 2026-09-15 | 14.2779 |
| 2026-09-16 | 14.2978 |
| 2026-09-17 | 14.2731 |
| 2026-09-18 | 14.2915 |
| 2026-09-19 | 14.3543 |
| 2026-09-20 | 14.4703 |
| 2026-09-21 | 14.3760 |
| 2026-09-22 | 14.4373 |
| 2026-09-23 | 14.3145 |
| 2026-09-24 | 14.3794 |
| 2026-09-25 | 14.3024 |
High
14.7008
Low
14.1562
Average
14.3549
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.