Skip to content

BAM to MZN exchange rate API

Convertible Mark to Mozambique Metical · quoted 2026-09-26

37.1790

▼ +1.05% over 6M

1 BAM = 37.1790 MZN · 1 MZN = 0.02690 BAM · Get this rate via the API

1 BAM buys 37.1790 MZN as of 2026-09-26, so 1 MZN buys 0.02690 BAM. Over the last 6 months, BAM/MZN traded between 37.0006 and 38.5443, averaged 37.7210 and fell 1.05%. The API holds daily BAM/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/MZN over 6M

BAM/MZN over 6M: show the values
PointBAM/MZN
2026-03-3037.5736
2026-04-0637.5856
2026-04-1338.3620
2026-04-2038.4399
2026-04-2738.3058
2026-05-0438.2707
2026-05-1138.5443
2026-05-1938.0161
2026-05-2737.9801
2026-06-0337.9374
2026-06-1237.7632
2026-06-1937.3141
2026-06-2637.1356
2026-07-0337.3081
2026-07-1037.3717
2026-07-1737.3274
2026-07-2437.0006
2026-07-3137.5517
2026-08-0737.6042
2026-08-1437.5894
2026-08-2238.0998
2026-08-2937.7940
2026-09-0537.8953
2026-09-1237.8542
2026-09-1937.4853
2026-09-2637.1790

High

38.5443

Low

37.0006

Average

37.7210

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/MZN API questions

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

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

How far back does BAM/MZN historical data go?

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