Skip to content

BBD to MUR exchange rate API

Barbados Dollar to Mauritius Rupee · quoted 2026-09-25

23.7295

▲ +1.50% over 6M

1 BBD = 23.7295 MUR · 1 MUR = 0.04214 BBD · Get this rate via the API

1 BBD buys 23.7295 MUR as of 2026-09-25, so 1 MUR buys 0.04214 BBD. Over the last 6 months, BBD/MUR traded between 22.9445 and 24.0972, averaged 23.5154 and rose 1.50%. The API holds daily BBD/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/MUR over 6M

BBD/MUR over 6M: show the values
PointBBD/MUR
2026-03-2923.3799
2026-04-0523.4754
2026-04-1223.1320
2026-04-1922.9445
2026-04-2623.2890
2026-05-0323.3455
2026-05-1023.3084
2026-05-1823.3688
2026-05-2623.6387
2026-06-0223.6732
2026-06-1123.9326
2026-06-1823.6445
2026-06-2524.0972
2026-07-0223.4075
2026-07-0923.5858
2026-07-1623.5848
2026-07-2323.6385
2026-07-3023.6871
2026-08-0623.4739
2026-08-1323.5874
2026-08-2123.3238
2026-08-2823.4312
2026-09-0423.4548
2026-09-1123.4101
2026-09-1823.6412
2026-09-2523.7295

High

24.0972

Low

22.9445

Average

23.5154

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=MUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/MUR API questions

How do I get the BBD/MUR exchange rate from an API?

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

How far back does BBD/MUR historical data go?

Daily BBD/MUR 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 BBD/MUR 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.