BAM to MVR exchange rate API
Convertible Mark to Rufiyaa · quoted 2026-09-26
9.0028
▼ +2.99% over YTD
1 BAM = 9.0028 MVR · 1 MVR = 0.11108 BAM · Get this rate via the API
1 BAM buys 9.0028 MVR as of 2026-09-26, so 1 MVR buys 0.11108 BAM. Over the year to date, BAM/MVR traded between 8.9857 and 9.4795, averaged 9.1872 and fell 2.99%. The API holds daily BAM/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/MVR over YTD: show the values
| Point | BAM/MVR |
|---|---|
| 2025-12-31 | 9.2806 |
| 2026-01-07 | 9.2492 |
| 2026-01-14 | 9.1997 |
| 2026-01-21 | 9.2706 |
| 2026-01-28 | 9.4795 |
| 2026-02-04 | 9.3469 |
| 2026-02-11 | 9.4134 |
| 2026-02-18 | 9.3499 |
| 2026-02-25 | 9.3150 |
| 2026-03-04 | 9.1676 |
| 2026-03-11 | 9.1851 |
| 2026-03-18 | 9.1178 |
| 2026-03-25 | 9.1740 |
| 2026-04-01 | 9.1428 |
| 2026-04-08 | 9.2249 |
| 2026-04-15 | 9.3203 |
| 2026-04-22 | 9.2848 |
| 2026-04-29 | 9.2390 |
| 2026-05-06 | 9.2566 |
| 2026-05-14 | 9.2504 |
| 2026-05-21 | 9.1765 |
| 2026-05-29 | 9.1901 |
| 2026-06-05 | 9.1765 |
| 2026-06-14 | 9.1488 |
| 2026-06-21 | 9.0693 |
| 2026-06-28 | 8.9984 |
| 2026-07-05 | 9.0436 |
| 2026-07-12 | 9.0244 |
| 2026-07-19 | 9.0410 |
| 2026-07-26 | 8.9857 |
| 2026-08-02 | 9.1165 |
| 2026-08-09 | 9.1337 |
| 2026-08-16 | 9.1446 |
| 2026-08-24 | 9.2307 |
| 2026-08-31 | 9.1668 |
| 2026-09-07 | 9.1772 |
| 2026-09-14 | 9.1418 |
| 2026-09-21 | 9.0654 |
High
9.4795
Low
8.9857
Average
9.1872
Get this rate via the API
One GET request returns the BAM/MVR 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=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MVR").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/MVR API questions
How do I get the BAM/MVR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/MVR rate in rates.MVR.
How far back does BAM/MVR historical data go?
Daily BAM/MVR 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/MVR 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.