Skip to content

BSD to MUR exchange rate API

Bahamian Dollar to Mauritius Rupee · quoted 2026-09-26

47.5187

▲ +4.53% over 1Y

1 BSD = 47.5187 MUR · 1 MUR = 0.02104 BSD · Get this rate via the API

1 BSD buys 47.5187 MUR as of 2026-09-26, so 1 MUR buys 0.02104 BSD. Over the last year, BSD/MUR traded between 45.1941 and 47.9398, averaged 46.5743 and rose 4.53%. The API holds daily BSD/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/MUR over 1Y

BSD/MUR over 1Y: show the values
PointBSD/MUR
2025-09-2645.4615
2025-10-0345.3082
2025-10-1045.3299
2025-10-1745.1941
2025-10-2445.5180
2025-10-3145.4879
2025-11-0745.9664
2025-11-1445.7907
2025-11-2146.1129
2025-11-2846.0905
2025-12-0546.0378
2025-12-1345.9246
2025-12-2046.1485
2025-12-2745.9684
2026-01-0346.1315
2026-01-1046.3873
2026-01-1746.3268
2026-01-2445.9273
2026-01-3145.4069
2026-02-0746.0364
2026-02-1445.8967
2026-02-2146.3942
2026-02-2846.3646
2026-03-0747.3785
2026-03-1446.4887
2026-03-2146.4893
2026-03-2846.7649
2026-04-0446.9168
2026-04-1146.5200
2026-04-1846.2912
2026-04-2546.9485
2026-05-0247.0297
2026-05-0946.8263
2026-05-1747.1683
2026-05-2547.3695
2026-06-0147.3465
2026-06-1047.8679
2026-06-1747.2583
2026-06-2447.9398
2026-07-0147.1891
2026-07-0847.0675
2026-07-1547.3031
2026-07-2247.2510
2026-07-2947.4886
2026-08-0546.5468
2026-08-1247.0259
2026-08-2046.9700
2026-08-2746.8180
2026-09-0347.2337
2026-09-1046.8720
2026-09-1747.4721
2026-09-2447.8664

High

47.9398

Low

45.1941

Average

46.5743

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/MUR API questions

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

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

How far back does BSD/MUR historical data go?

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