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: show the values
| Point | BSD/MUR |
|---|---|
| 2025-09-26 | 45.4615 |
| 2025-10-03 | 45.3082 |
| 2025-10-10 | 45.3299 |
| 2025-10-17 | 45.1941 |
| 2025-10-24 | 45.5180 |
| 2025-10-31 | 45.4879 |
| 2025-11-07 | 45.9664 |
| 2025-11-14 | 45.7907 |
| 2025-11-21 | 46.1129 |
| 2025-11-28 | 46.0905 |
| 2025-12-05 | 46.0378 |
| 2025-12-13 | 45.9246 |
| 2025-12-20 | 46.1485 |
| 2025-12-27 | 45.9684 |
| 2026-01-03 | 46.1315 |
| 2026-01-10 | 46.3873 |
| 2026-01-17 | 46.3268 |
| 2026-01-24 | 45.9273 |
| 2026-01-31 | 45.4069 |
| 2026-02-07 | 46.0364 |
| 2026-02-14 | 45.8967 |
| 2026-02-21 | 46.3942 |
| 2026-02-28 | 46.3646 |
| 2026-03-07 | 47.3785 |
| 2026-03-14 | 46.4887 |
| 2026-03-21 | 46.4893 |
| 2026-03-28 | 46.7649 |
| 2026-04-04 | 46.9168 |
| 2026-04-11 | 46.5200 |
| 2026-04-18 | 46.2912 |
| 2026-04-25 | 46.9485 |
| 2026-05-02 | 47.0297 |
| 2026-05-09 | 46.8263 |
| 2026-05-17 | 47.1683 |
| 2026-05-25 | 47.3695 |
| 2026-06-01 | 47.3465 |
| 2026-06-10 | 47.8679 |
| 2026-06-17 | 47.2583 |
| 2026-06-24 | 47.9398 |
| 2026-07-01 | 47.1891 |
| 2026-07-08 | 47.0675 |
| 2026-07-15 | 47.3031 |
| 2026-07-22 | 47.2510 |
| 2026-07-29 | 47.4886 |
| 2026-08-05 | 46.5468 |
| 2026-08-12 | 47.0259 |
| 2026-08-20 | 46.9700 |
| 2026-08-27 | 46.8180 |
| 2026-09-03 | 47.2337 |
| 2026-09-10 | 46.8720 |
| 2026-09-17 | 47.4721 |
| 2026-09-24 | 47.8664 |
High
47.9398
Low
45.1941
Average
46.5743
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.