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: show the values
| Point | BAM/MZN |
|---|---|
| 2026-03-30 | 37.5736 |
| 2026-04-06 | 37.5856 |
| 2026-04-13 | 38.3620 |
| 2026-04-20 | 38.4399 |
| 2026-04-27 | 38.3058 |
| 2026-05-04 | 38.2707 |
| 2026-05-11 | 38.5443 |
| 2026-05-19 | 38.0161 |
| 2026-05-27 | 37.9801 |
| 2026-06-03 | 37.9374 |
| 2026-06-12 | 37.7632 |
| 2026-06-19 | 37.3141 |
| 2026-06-26 | 37.1356 |
| 2026-07-03 | 37.3081 |
| 2026-07-10 | 37.3717 |
| 2026-07-17 | 37.3274 |
| 2026-07-24 | 37.0006 |
| 2026-07-31 | 37.5517 |
| 2026-08-07 | 37.6042 |
| 2026-08-14 | 37.5894 |
| 2026-08-22 | 38.0998 |
| 2026-08-29 | 37.7940 |
| 2026-09-05 | 37.8953 |
| 2026-09-12 | 37.8542 |
| 2026-09-19 | 37.4853 |
| 2026-09-26 | 37.1790 |
High
38.5443
Low
37.0006
Average
37.7210
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.