Skip to content

MAD to BSD exchange rate API

Moroccan Dirham to Bahamian Dollar · quoted 2026-09-26

0.10410

▼ +5.27% over 1Y

1 MAD = 0.10410 BSD · 1 BSD = 9.6061 MAD · Get this rate via the API

1 MAD buys 0.10410 BSD as of 2026-09-26, so 1 BSD buys 9.6061 MAD. Over the last year, MAD/BSD traded between 0.10396 and 0.10989, averaged 0.10786 and fell 5.27%. The API holds daily MAD/BSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MAD/BSD over 1Y

MAD/BSD over 1Y: show the values
PointMAD/BSD
2025-09-260.10989
2025-10-030.10964
2025-10-100.10910
2025-10-170.10898
2025-10-240.10817
2025-10-310.10765
2025-11-070.10778
2025-11-140.10807
2025-11-210.10761
2025-11-280.10781
2025-12-050.10822
2025-12-130.10874
2025-12-200.10912
2025-12-270.10977
2026-01-030.10947
2026-01-100.10821
2026-01-170.10840
2026-01-240.10944
2026-01-310.10970
2026-02-070.10899
2026-02-140.10940
2026-02-210.10906
2026-02-280.10919
2026-03-070.10745
2026-03-140.10608
2026-03-210.10688
2026-03-280.10703
2026-04-040.10637
2026-04-110.10769
2026-04-180.10841
2026-04-250.10792
2026-05-020.10812
2026-05-090.10963
2026-05-170.10822
2026-05-250.10857
2026-06-010.10875
2026-06-100.10794
2026-06-170.10815
2026-06-240.10633
2026-07-010.10630
2026-07-080.10671
2026-07-150.10709
2026-07-220.10648
2026-07-290.10653
2026-08-050.10733
2026-08-120.10741
2026-08-200.10804
2026-08-270.10801
2026-09-030.10693
2026-09-100.10664
2026-09-170.10526
2026-09-240.10396

High

0.10989

Low

0.10396

Average

0.10786

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

MAD/BSD API questions

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

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

How far back does MAD/BSD historical data go?

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