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: show the values
| Point | BAM/MZN |
|---|---|
| 2025-12-31 | 38.3577 |
| 2026-01-07 | 38.2282 |
| 2026-01-14 | 37.9781 |
| 2026-01-21 | 38.3185 |
| 2026-01-28 | 39.0585 |
| 2026-02-04 | 38.5902 |
| 2026-02-11 | 38.8811 |
| 2026-02-18 | 38.6720 |
| 2026-02-25 | 38.4148 |
| 2026-03-04 | 37.8708 |
| 2026-03-11 | 37.8866 |
| 2026-03-18 | 37.6403 |
| 2026-03-25 | 37.8516 |
| 2026-04-01 | 37.7362 |
| 2026-04-08 | 38.0514 |
| 2026-04-15 | 38.5558 |
| 2026-04-22 | 38.4137 |
| 2026-04-29 | 38.2183 |
| 2026-05-06 | 38.2713 |
| 2026-05-14 | 38.2481 |
| 2026-05-21 | 37.9470 |
| 2026-05-29 | 37.9760 |
| 2026-06-05 | 37.9265 |
| 2026-06-14 | 37.8030 |
| 2026-06-21 | 37.3851 |
| 2026-06-28 | 37.1983 |
| 2026-07-05 | 37.2718 |
| 2026-07-12 | 37.2861 |
| 2026-07-19 | 37.3541 |
| 2026-07-26 | 37.1357 |
| 2026-08-02 | 37.6239 |
| 2026-08-09 | 37.7531 |
| 2026-08-16 | 37.7070 |
| 2026-08-24 | 38.1069 |
| 2026-08-31 | 37.8189 |
| 2026-09-07 | 37.8845 |
| 2026-09-14 | 37.7415 |
| 2026-09-21 | 37.4516 |
High
39.0585
Low
37.1357
Average
37.9434
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.