Skip to content

BAM to MZN exchange rate API

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

37.1790

▼ +2.41% over 30D

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 30 days, BAM/MZN traded between 37.1263 and 38.0968, averaged 37.6810 and fell 2.41%. 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 30D

BAM/MZN over 30D: show the values
PointBAM/MZN
2026-08-2738.0968
2026-08-2838.0283
2026-08-2937.7940
2026-08-3037.8429
2026-08-3137.8189
2026-09-0137.8646
2026-09-0237.7750
2026-09-0337.8234
2026-09-0437.9220
2026-09-0537.8953
2026-09-0637.9301
2026-09-0737.8845
2026-09-0837.9330
2026-09-0937.9294
2026-09-1037.9766
2026-09-1137.8631
2026-09-1237.8542
2026-09-1337.8233
2026-09-1437.7415
2026-09-1537.6256
2026-09-1637.6891
2026-09-1737.3765
2026-09-1837.5135
2026-09-1937.4853
2026-09-2037.5193
2026-09-2137.4516
2026-09-2237.4337
2026-09-2337.2875
2026-09-2437.1282
2026-09-2537.1263
2026-09-2637.1790

High

38.0968

Low

37.1263

Average

37.6810

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.