Skip to content

BBD to MUR exchange rate API

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

23.7295

▲ +4.76% over 1Y

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 year, BBD/MUR traded between 22.5824 and 23.9263, averaged 23.2525 and rose 4.76%. 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 1Y

BBD/MUR over 1Y: show the values
PointBBD/MUR
2025-09-2522.6505
2025-10-0222.7813
2025-10-0922.8517
2025-10-1622.6825
2025-10-2322.7250
2025-10-3022.7358
2025-11-0623.0127
2025-11-1322.9323
2025-11-2022.9591
2025-11-2723.0733
2025-12-0423.0356
2025-12-1223.0287
2025-12-1923.0077
2025-12-2622.9709
2026-01-0223.0934
2026-01-0923.2732
2026-01-1623.0967
2026-01-2323.0428
2026-01-3022.5824
2026-02-0623.0142
2026-02-1322.9330
2026-02-2023.0945
2026-02-2723.1534
2026-03-0623.6604
2026-03-1322.9461
2026-03-2023.2489
2026-03-2723.2907
2026-04-0323.4644
2026-04-1023.1561
2026-04-1722.9432
2026-04-2423.2043
2026-05-0123.3503
2026-05-0823.1213
2026-05-1623.5810
2026-05-2423.6801
2026-05-3123.6774
2026-06-0923.9263
2026-06-1623.6221
2026-06-2323.8992
2026-06-3023.6157
2026-07-0723.5333
2026-07-1423.6210
2026-07-2123.5604
2026-07-2823.6675
2026-08-0423.4656
2026-08-1123.4949
2026-08-1823.4661
2026-08-2623.3840
2026-09-0223.5380
2026-09-0923.4290
2026-09-1623.5508
2026-09-2323.8243

High

23.9263

Low

22.5824

Average

23.2525

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.