Skip to content

BAM to MZN exchange rate API

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

37.1790

▼ +2.47% over 1Y

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 year, BAM/MZN traded between 37.0945 and 38.7378, averaged 37.9167 and fell 2.47%. 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 1Y

BAM/MZN over 1Y: show the values
PointBAM/MZN
2025-09-2638.1210
2025-10-0338.2769
2025-10-1037.7926
2025-10-1738.2338
2025-10-2437.9356
2025-10-3137.7583
2025-11-0737.6967
2025-11-1438.0152
2025-11-2137.6904
2025-11-2837.8493
2025-12-0538.0366
2025-12-1338.3328
2025-12-2038.2705
2025-12-2738.3276
2026-01-0338.3198
2026-01-1038.0325
2026-01-1737.8040
2026-01-2438.6256
2026-01-3138.6639
2026-02-0738.4016
2026-02-1438.7378
2026-02-2138.4768
2026-02-2838.5761
2026-03-0737.8720
2026-03-1437.3281
2026-03-2137.6878
2026-03-2837.6241
2026-04-0437.4376
2026-04-1138.3183
2026-04-1838.5715
2026-04-2538.2511
2026-05-0238.2726
2026-05-0938.4431
2026-05-1737.9279
2026-05-2537.9676
2026-06-0137.9948
2026-06-1037.7102
2026-06-1737.9188
2026-06-2437.0945
2026-07-0137.2408
2026-07-0837.2528
2026-07-1537.3342
2026-07-2237.1802
2026-07-2937.1905
2026-08-0537.6559
2026-08-1237.6431
2026-08-2038.1137
2026-08-2738.0968
2026-09-0337.8234
2026-09-1037.9766
2026-09-1737.3765
2026-09-2437.1282

High

38.7378

Low

37.0945

Average

37.9167

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.