Skip to content

BAM to MZN exchange rate API

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

37.1790

▼ +3.07% over YTD

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 year to date, BAM/MZN traded between 37.1357 and 39.0585, averaged 37.9434 and fell 3.07%. 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 YTD

BAM/MZN over YTD: show the values
PointBAM/MZN
2025-12-3138.3577
2026-01-0738.2282
2026-01-1437.9781
2026-01-2138.3185
2026-01-2839.0585
2026-02-0438.5902
2026-02-1138.8811
2026-02-1838.6720
2026-02-2538.4148
2026-03-0437.8708
2026-03-1137.8866
2026-03-1837.6403
2026-03-2537.8516
2026-04-0137.7362
2026-04-0838.0514
2026-04-1538.5558
2026-04-2238.4137
2026-04-2938.2183
2026-05-0638.2713
2026-05-1438.2481
2026-05-2137.9470
2026-05-2937.9760
2026-06-0537.9265
2026-06-1437.8030
2026-06-2137.3851
2026-06-2837.1983
2026-07-0537.2718
2026-07-1237.2861
2026-07-1937.3541
2026-07-2637.1357
2026-08-0237.6239
2026-08-0937.7531
2026-08-1637.7070
2026-08-2438.1069
2026-08-3137.8189
2026-09-0737.8845
2026-09-1437.7415
2026-09-2137.4516

High

39.0585

Low

37.1357

Average

37.9434

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.