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: show the values
| Point | BAM/MZN |
|---|---|
| 2025-09-26 | 38.1210 |
| 2025-10-03 | 38.2769 |
| 2025-10-10 | 37.7926 |
| 2025-10-17 | 38.2338 |
| 2025-10-24 | 37.9356 |
| 2025-10-31 | 37.7583 |
| 2025-11-07 | 37.6967 |
| 2025-11-14 | 38.0152 |
| 2025-11-21 | 37.6904 |
| 2025-11-28 | 37.8493 |
| 2025-12-05 | 38.0366 |
| 2025-12-13 | 38.3328 |
| 2025-12-20 | 38.2705 |
| 2025-12-27 | 38.3276 |
| 2026-01-03 | 38.3198 |
| 2026-01-10 | 38.0325 |
| 2026-01-17 | 37.8040 |
| 2026-01-24 | 38.6256 |
| 2026-01-31 | 38.6639 |
| 2026-02-07 | 38.4016 |
| 2026-02-14 | 38.7378 |
| 2026-02-21 | 38.4768 |
| 2026-02-28 | 38.5761 |
| 2026-03-07 | 37.8720 |
| 2026-03-14 | 37.3281 |
| 2026-03-21 | 37.6878 |
| 2026-03-28 | 37.6241 |
| 2026-04-04 | 37.4376 |
| 2026-04-11 | 38.3183 |
| 2026-04-18 | 38.5715 |
| 2026-04-25 | 38.2511 |
| 2026-05-02 | 38.2726 |
| 2026-05-09 | 38.4431 |
| 2026-05-17 | 37.9279 |
| 2026-05-25 | 37.9676 |
| 2026-06-01 | 37.9948 |
| 2026-06-10 | 37.7102 |
| 2026-06-17 | 37.9188 |
| 2026-06-24 | 37.0945 |
| 2026-07-01 | 37.2408 |
| 2026-07-08 | 37.2528 |
| 2026-07-15 | 37.3342 |
| 2026-07-22 | 37.1802 |
| 2026-07-29 | 37.1905 |
| 2026-08-05 | 37.6559 |
| 2026-08-12 | 37.6431 |
| 2026-08-20 | 38.1137 |
| 2026-08-27 | 38.0968 |
| 2026-09-03 | 37.8234 |
| 2026-09-10 | 37.9766 |
| 2026-09-17 | 37.3765 |
| 2026-09-24 | 37.1282 |
High
38.7378
Low
37.0945
Average
37.9167
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.