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: show the values
| Point | BSD/DZD |
|---|---|
| 2025-09-26 | 129.7437 |
| 2025-10-03 | 129.6420 |
| 2025-10-10 | 130.3124 |
| 2025-10-17 | 129.9972 |
| 2025-10-24 | 130.4381 |
| 2025-10-31 | 130.2116 |
| 2025-11-07 | 130.5884 |
| 2025-11-14 | 130.1591 |
| 2025-11-21 | 130.6080 |
| 2025-11-28 | 130.4300 |
| 2025-12-05 | 130.1449 |
| 2025-12-13 | 129.6953 |
| 2025-12-20 | 129.7404 |
| 2025-12-27 | 129.5051 |
| 2026-01-03 | 129.7251 |
| 2026-01-10 | 130.1030 |
| 2026-01-17 | 130.2759 |
| 2026-01-24 | 129.2890 |
| 2026-01-31 | 129.6508 |
| 2026-02-07 | 129.9059 |
| 2026-02-14 | 129.6280 |
| 2026-02-21 | 130.0663 |
| 2026-02-28 | 129.9278 |
| 2026-03-07 | 131.3043 |
| 2026-03-14 | 132.6924 |
| 2026-03-21 | 132.0833 |
| 2026-03-28 | 133.2601 |
| 2026-04-04 | 133.0947 |
| 2026-04-11 | 132.2454 |
| 2026-04-18 | 132.2643 |
| 2026-04-25 | 132.5831 |
| 2026-05-02 | 132.5104 |
| 2026-05-09 | 132.2773 |
| 2026-05-17 | 132.6332 |
| 2026-05-25 | 132.6377 |
| 2026-06-01 | 132.7297 |
| 2026-06-10 | 133.6929 |
| 2026-06-17 | 132.9368 |
| 2026-06-24 | 133.5467 |
| 2026-07-01 | 133.2382 |
| 2026-07-08 | 133.1226 |
| 2026-07-15 | 133.1396 |
| 2026-07-22 | 133.1954 |
| 2026-07-29 | 133.2707 |
| 2026-08-05 | 132.9148 |
| 2026-08-12 | 132.9788 |
| 2026-08-20 | 132.7140 |
| 2026-08-27 | 133.1670 |
| 2026-09-03 | 133.3981 |
| 2026-09-10 | 133.1674 |
| 2026-09-17 | 133.9485 |
| 2026-09-24 | 133.9112 |
High
133.9485
Low
129.2890
Average
131.6644
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.