Skip to content

BOB to MVR exchange rate API

Boliviano to Rufiyaa · quoted 2026-09-27

1.2709

▼ +42.73% over 1Y

1 BOB = 1.2709 MVR · 1 MVR = 0.78683 BOB · Get this rate via the API

1 BOB buys 1.2709 MVR as of 2026-09-27, so 1 MVR buys 0.78683 BOB. Over the last year, BOB/MVR traded between 1.2223 and 2.2406, averaged 2.0167 and fell 42.73%. The API holds daily BOB/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BOB/MVR over 1Y

BOB/MVR over 1Y: show the values
PointBOB/MVR
2025-09-272.2193
2025-10-042.2141
2025-10-112.2163
2025-10-182.2115
2025-10-252.2165
2025-11-012.2132
2025-11-082.2279
2025-11-152.2283
2025-11-222.2295
2025-11-292.2305
2025-12-062.2290
2025-12-142.2301
2025-12-212.2338
2025-12-282.2333
2026-01-042.2337
2026-01-112.2307
2026-01-182.2333
2026-01-252.2345
2026-02-012.2333
2026-02-082.2381
2026-02-152.2354
2026-02-222.2363
2026-03-012.2336
2026-03-082.2373
2026-03-152.2335
2026-03-222.2303
2026-03-292.2337
2026-04-052.2366
2026-04-122.2406
2026-04-192.2336
2026-04-262.2396
2026-05-032.2362
2026-05-102.2351
2026-05-182.2257
2026-05-262.2373
2026-06-022.2333
2026-06-112.2362
2026-06-182.2327
2026-06-252.2392
2026-07-022.2270
2026-07-091.5599
2026-07-161.4890
2026-07-231.4262
2026-07-301.3680
2026-08-061.2751
2026-08-131.3107
2026-08-211.3388
2026-08-281.3373
2026-09-041.2739
2026-09-111.2223
2026-09-181.5187
2026-09-251.2625

High

2.2406

Low

1.2223

Average

2.0167

For developers

Get this rate via the API

One GET request returns the BOB/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=BOB&currencies=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&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=BOB&currencies=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BOB/MVR API questions

How do I get the BOB/MVR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BOB/MVR rate in rates.MVR.

How far back does BOB/MVR historical data go?

Daily BOB/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 BOB/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.