Skip to content

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

MVR/BOB over 1Y: show the values
PointMVR/BOB
2025-09-270.45060
2025-10-040.45165
2025-10-110.45120
2025-10-180.45219
2025-10-250.45116
2025-11-010.45184
2025-11-080.44886
2025-11-150.44878
2025-11-220.44853
2025-11-290.44833
2025-12-060.44864
2025-12-140.44841
2025-12-210.44766
2025-12-280.44776
2026-01-040.44769
2026-01-110.44830
2026-01-180.44776
2026-01-250.44754
2026-02-010.44776
2026-02-080.44681
2026-02-150.44735
2026-02-220.44717
2026-03-010.44770
2026-03-080.44698
2026-03-150.44772
2026-03-220.44836
2026-03-290.44768
2026-04-050.44711
2026-04-120.44630
2026-04-190.44771
2026-04-260.44651
2026-05-030.44719
2026-05-100.44740
2026-05-180.44931
2026-05-260.44696
2026-06-020.44777
2026-06-110.44718
2026-06-180.44789
2026-06-250.44659
2026-07-020.44904
2026-07-090.64106
2026-07-160.67160
2026-07-230.70118
2026-07-300.73101
2026-08-060.78424
2026-08-130.76296
2026-08-210.74696
2026-08-280.74779
2026-09-040.78500
2026-09-110.81814
2026-09-180.65847
2026-09-250.79206

High

0.81814

Low

0.44630

Average

0.51997

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.