Skip to content

BSD to DZD exchange rate API

Bahamian Dollar to Algerian Dinar · quoted 2026-09-26

133.7642

▲ +3.10% over 1Y

1 BSD = 133.7642 DZD · 1 DZD = 0.007476 BSD · Get this rate via the API

1 BSD buys 133.7642 DZD as of 2026-09-26, so 1 DZD buys 0.007476 BSD. Over the last year, BSD/DZD traded between 129.2890 and 133.9485, averaged 131.6644 and rose 3.10%. The API holds daily BSD/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/DZD over 1Y

BSD/DZD over 1Y: show the values
PointBSD/DZD
2025-09-26129.7437
2025-10-03129.6420
2025-10-10130.3124
2025-10-17129.9972
2025-10-24130.4381
2025-10-31130.2116
2025-11-07130.5884
2025-11-14130.1591
2025-11-21130.6080
2025-11-28130.4300
2025-12-05130.1449
2025-12-13129.6953
2025-12-20129.7404
2025-12-27129.5051
2026-01-03129.7251
2026-01-10130.1030
2026-01-17130.2759
2026-01-24129.2890
2026-01-31129.6508
2026-02-07129.9059
2026-02-14129.6280
2026-02-21130.0663
2026-02-28129.9278
2026-03-07131.3043
2026-03-14132.6924
2026-03-21132.0833
2026-03-28133.2601
2026-04-04133.0947
2026-04-11132.2454
2026-04-18132.2643
2026-04-25132.5831
2026-05-02132.5104
2026-05-09132.2773
2026-05-17132.6332
2026-05-25132.6377
2026-06-01132.7297
2026-06-10133.6929
2026-06-17132.9368
2026-06-24133.5467
2026-07-01133.2382
2026-07-08133.1226
2026-07-15133.1396
2026-07-22133.1954
2026-07-29133.2707
2026-08-05132.9148
2026-08-12132.9788
2026-08-20132.7140
2026-08-27133.1670
2026-09-03133.3981
2026-09-10133.1674
2026-09-17133.9485
2026-09-24133.9112

High

133.9485

Low

129.2890

Average

131.6644

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/DZD API questions

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

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

How far back does BSD/DZD historical data go?

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