BAM to MVR exchange rate API
Convertible Mark to Rufiyaa · quoted 2026-09-26
9.0028
▼ +2.29% over 30D
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 last 30 days, BAM/MVR traded between 8.9869 and 9.2136, averaged 9.1236 and fell 2.29%. 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 30D: show the values
| Point | BAM/MVR |
|---|---|
| 2026-08-27 | 9.2136 |
| 2026-08-28 | 9.2054 |
| 2026-08-29 | 9.1599 |
| 2026-08-30 | 9.1622 |
| 2026-08-31 | 9.1668 |
| 2026-09-01 | 9.1733 |
| 2026-09-02 | 9.1524 |
| 2026-09-03 | 9.1671 |
| 2026-09-04 | 9.1876 |
| 2026-09-05 | 9.1792 |
| 2026-09-06 | 9.1826 |
| 2026-09-07 | 9.1772 |
| 2026-09-08 | 9.1886 |
| 2026-09-09 | 9.1914 |
| 2026-09-10 | 9.1975 |
| 2026-09-11 | 9.1677 |
| 2026-09-12 | 9.1613 |
| 2026-09-13 | 9.1667 |
| 2026-09-14 | 9.1418 |
| 2026-09-15 | 9.1130 |
| 2026-09-16 | 9.1144 |
| 2026-09-17 | 9.0459 |
| 2026-09-18 | 9.0687 |
| 2026-09-19 | 9.0544 |
| 2026-09-20 | 9.0646 |
| 2026-09-21 | 9.0654 |
| 2026-09-22 | 9.0698 |
| 2026-09-23 | 9.0318 |
| 2026-09-24 | 8.9926 |
| 2026-09-25 | 8.9869 |
| 2026-09-26 | 9.0028 |
High
9.2136
Low
8.9869
Average
9.1236
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.