Skip to content

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

BAM/MVR over YTD: show the values
PointBAM/MVR
2025-12-319.2806
2026-01-079.2492
2026-01-149.1997
2026-01-219.2706
2026-01-289.4795
2026-02-049.3469
2026-02-119.4134
2026-02-189.3499
2026-02-259.3150
2026-03-049.1676
2026-03-119.1851
2026-03-189.1178
2026-03-259.1740
2026-04-019.1428
2026-04-089.2249
2026-04-159.3203
2026-04-229.2848
2026-04-299.2390
2026-05-069.2566
2026-05-149.2504
2026-05-219.1765
2026-05-299.1901
2026-06-059.1765
2026-06-149.1488
2026-06-219.0693
2026-06-288.9984
2026-07-059.0436
2026-07-129.0244
2026-07-199.0410
2026-07-268.9857
2026-08-029.1165
2026-08-099.1337
2026-08-169.1446
2026-08-249.2307
2026-08-319.1668
2026-09-079.1772
2026-09-149.1418
2026-09-219.0654

High

9.4795

Low

8.9857

Average

9.1872

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=MVR");
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=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&currencies=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.