Skip to content

MVR to BOB exchange rate API

Rufiyaa to Boliviano · quoted 2026-09-27

0.78683

▲ +75.39% over YTD

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 year to date, MVR/BOB traded between 0.44506 and 0.80486, averaged 0.53900 and rose 75.39%. 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 YTD

MVR/BOB over YTD: show the values
PointMVR/BOB
2025-12-310.44861
2026-01-070.44797
2026-01-140.44809
2026-01-210.44734
2026-01-280.44661
2026-02-040.44742
2026-02-110.44716
2026-02-180.44786
2026-02-250.44748
2026-03-040.44702
2026-03-110.44745
2026-03-180.44595
2026-03-250.44723
2026-04-010.44661
2026-04-080.44506
2026-04-150.44721
2026-04-220.44691
2026-04-290.44716
2026-05-060.44614
2026-05-140.44727
2026-05-210.44731
2026-05-290.44643
2026-06-050.44829
2026-06-140.44733
2026-06-210.44827
2026-06-280.44759
2026-07-050.44837
2026-07-120.65161
2026-07-190.69263
2026-07-260.72742
2026-08-020.78249
2026-08-090.76841
2026-08-160.75143
2026-08-240.74809
2026-08-310.76196
2026-09-070.80039
2026-09-140.80486
2026-09-210.66871

High

0.80486

Low

0.44506

Average

0.53900

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=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&currencies=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.