Skip to content

PAB to MZN exchange rate API

Balboa to Mozambique Metical · quoted 2026-09-25

63.8654

▲ +0.02% over 1Y

1 PAB = 63.8654 MZN · 1 MZN = 0.01566 PAB · Get this rate via the API

1 PAB buys 63.8654 MZN as of 2026-09-25, so 1 MZN buys 0.01566 PAB. Over the last year, PAB/MZN traded between 63.6961 and 64.0317, averaged 63.8499 and rose 0.02%. The API holds daily PAB/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/MZN over 1Y

PAB/MZN over 1Y: show the values
PointPAB/MZN
2025-09-2563.8536
2025-10-0263.8980
2025-10-0963.8970
2025-10-1663.9004
2025-10-2363.8691
2025-10-3063.8730
2025-11-0663.8804
2025-11-1363.8922
2025-11-2063.8978
2025-11-2763.9011
2025-12-0463.8748
2025-12-1263.9790
2025-12-1963.8983
2025-12-2663.8539
2026-01-0263.8521
2026-01-0963.8929
2026-01-1663.8403
2026-01-2363.9024
2026-01-3063.8099
2026-02-0663.8406
2026-02-1363.8415
2026-02-2063.7539
2026-02-2763.8323
2026-03-0663.8164
2026-03-1363.8613
2026-03-2063.7980
2026-03-2763.7922
2026-04-0363.7976
2026-04-1064.0317
2026-04-1763.9577
2026-04-2463.8902
2026-05-0163.8922
2026-05-0863.6961
2026-05-1663.8626
2026-05-2463.7636
2026-05-3163.8953
2026-06-0963.8508
2026-06-1663.7624
2026-06-2363.8675
2026-06-3063.8658
2026-07-0763.8687
2026-07-1463.7015
2026-07-2163.7915
2026-07-2863.8213
2026-08-0463.7906
2026-08-1163.8249
2026-08-1863.8569
2026-08-2663.8166
2026-09-0263.8065
2026-09-0963.7800
2026-09-1663.8624
2026-09-2363.8248

High

64.0317

Low

63.6961

Average

63.8499

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=MZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/MZN API questions

How do I get the PAB/MZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/MZN rate in rates.MZN.

How far back does PAB/MZN historical data go?

Daily PAB/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 PAB/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.