Skip to content

MVR to BND exchange rate API

Rufiyaa to Brunei Dollar · quoted 2026-09-25

0.08276

▼ +0.41% over YTD

1 MVR = 0.08276 BND · 1 BND = 12.0836 MVR · Get this rate via the API

1 MVR buys 0.08276 BND as of 2026-09-25, so 1 BND buys 12.0836 MVR. Over the year to date, MVR/BND traded between 0.08163 and 0.08376, averaged 0.08270 and fell 0.41%. The API holds daily MVR/BND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/BND over YTD

MVR/BND over YTD: show the values
PointMVR/BND
2025-12-310.08310
2026-01-070.08286
2026-01-140.08339
2026-01-210.08304
2026-01-280.08163
2026-02-040.08213
2026-02-110.08171
2026-02-180.08184
2026-02-250.08188
2026-03-040.08268
2026-03-110.08231
2026-03-180.08256
2026-03-250.08268
2026-04-010.08314
2026-04-080.08251
2026-04-150.08230
2026-04-220.08235
2026-04-290.08263
2026-05-060.08245
2026-05-140.08240
2026-05-210.08284
2026-05-290.08270
2026-06-050.08317
2026-06-140.08308
2026-06-210.08356
2026-06-280.08376
2026-07-050.08353
2026-07-120.08357
2026-07-190.08354
2026-07-260.08353
2026-08-020.08294
2026-08-090.08281
2026-08-160.08274
2026-08-240.08212
2026-08-310.08229
2026-09-070.08199
2026-09-140.08210
2026-09-210.08257

High

0.08376

Low

0.08163

Average

0.08270

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/BND API questions

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

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

How far back does MVR/BND historical data go?

Daily MVR/BND 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/BND 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.