MVR to BOB exchange rate API
Rufiyaa to Boliviano · quoted 2026-09-27
0.78683
▲ +74.62% over 1Y
1 MVR = 0.78683 BOB · 1 BOB = 1.2709 MVR · Get this rate via the API
1 MVR buys 0.78683 BOB as of 2026-09-27, so 1 BOB buys 1.2709 MVR. Over the last year, MVR/BOB traded between 0.44630 and 0.81814, averaged 0.51997 and rose 74.62%. The API holds daily MVR/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/BOB over 1Y: show the values
| Point | MVR/BOB |
|---|---|
| 2025-09-27 | 0.45060 |
| 2025-10-04 | 0.45165 |
| 2025-10-11 | 0.45120 |
| 2025-10-18 | 0.45219 |
| 2025-10-25 | 0.45116 |
| 2025-11-01 | 0.45184 |
| 2025-11-08 | 0.44886 |
| 2025-11-15 | 0.44878 |
| 2025-11-22 | 0.44853 |
| 2025-11-29 | 0.44833 |
| 2025-12-06 | 0.44864 |
| 2025-12-14 | 0.44841 |
| 2025-12-21 | 0.44766 |
| 2025-12-28 | 0.44776 |
| 2026-01-04 | 0.44769 |
| 2026-01-11 | 0.44830 |
| 2026-01-18 | 0.44776 |
| 2026-01-25 | 0.44754 |
| 2026-02-01 | 0.44776 |
| 2026-02-08 | 0.44681 |
| 2026-02-15 | 0.44735 |
| 2026-02-22 | 0.44717 |
| 2026-03-01 | 0.44770 |
| 2026-03-08 | 0.44698 |
| 2026-03-15 | 0.44772 |
| 2026-03-22 | 0.44836 |
| 2026-03-29 | 0.44768 |
| 2026-04-05 | 0.44711 |
| 2026-04-12 | 0.44630 |
| 2026-04-19 | 0.44771 |
| 2026-04-26 | 0.44651 |
| 2026-05-03 | 0.44719 |
| 2026-05-10 | 0.44740 |
| 2026-05-18 | 0.44931 |
| 2026-05-26 | 0.44696 |
| 2026-06-02 | 0.44777 |
| 2026-06-11 | 0.44718 |
| 2026-06-18 | 0.44789 |
| 2026-06-25 | 0.44659 |
| 2026-07-02 | 0.44904 |
| 2026-07-09 | 0.64106 |
| 2026-07-16 | 0.67160 |
| 2026-07-23 | 0.70118 |
| 2026-07-30 | 0.73101 |
| 2026-08-06 | 0.78424 |
| 2026-08-13 | 0.76296 |
| 2026-08-21 | 0.74696 |
| 2026-08-28 | 0.74779 |
| 2026-09-04 | 0.78500 |
| 2026-09-11 | 0.81814 |
| 2026-09-18 | 0.65847 |
| 2026-09-25 | 0.79206 |
High
0.81814
Low
0.44630
Average
0.51997
Get this rate via the API
One GET request returns the MVR/BOB 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=MVR¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=BOB").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/BOB API questions
How do I get the MVR/BOB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/BOB rate in rates.BOB.
How far back does MVR/BOB historical data go?
Daily MVR/BOB 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 MVR/BOB 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.