BSD to PLN exchange rate API
Bahamian Dollar to Zloty · quoted 2026-09-26
3.8382
▲ +4.91% over 1Y
1 BSD = 3.8382 PLN · 1 PLN = 0.26054 BSD · Get this rate via the API
1 BSD buys 3.8382 PLN as of 2026-09-26, so 1 PLN buys 0.26054 BSD. Over the last year, BSD/PLN traded between 3.5475 and 3.8553, averaged 3.6725 and rose 4.91%. The API holds daily BSD/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/PLN over 1Y: show the values
| Point | BSD/PLN |
|---|---|
| 2025-09-26 | 3.6588 |
| 2025-10-03 | 3.6266 |
| 2025-10-10 | 3.6805 |
| 2025-10-17 | 3.6341 |
| 2025-10-24 | 3.6521 |
| 2025-10-31 | 3.6836 |
| 2025-11-07 | 3.6744 |
| 2025-11-14 | 3.6339 |
| 2025-11-21 | 3.6847 |
| 2025-11-28 | 3.6651 |
| 2025-12-05 | 3.6344 |
| 2025-12-13 | 3.5993 |
| 2025-12-20 | 3.5933 |
| 2025-12-27 | 3.5808 |
| 2026-01-03 | 3.5915 |
| 2026-01-10 | 3.6210 |
| 2026-01-17 | 3.6380 |
| 2026-01-24 | 3.5538 |
| 2026-01-31 | 3.5525 |
| 2026-02-07 | 3.5709 |
| 2026-02-14 | 3.5475 |
| 2026-02-21 | 3.5822 |
| 2026-02-28 | 3.5746 |
| 2026-03-07 | 3.6768 |
| 2026-03-14 | 3.7427 |
| 2026-03-21 | 3.6947 |
| 2026-03-28 | 3.7223 |
| 2026-04-04 | 3.7139 |
| 2026-04-11 | 3.6296 |
| 2026-04-18 | 3.5944 |
| 2026-04-25 | 3.6260 |
| 2026-05-02 | 3.6201 |
| 2026-05-09 | 3.5959 |
| 2026-05-17 | 3.6541 |
| 2026-05-25 | 3.6369 |
| 2026-06-01 | 3.6347 |
| 2026-06-10 | 3.6823 |
| 2026-06-17 | 3.6589 |
| 2026-06-24 | 3.7811 |
| 2026-07-01 | 3.7739 |
| 2026-07-08 | 3.7789 |
| 2026-07-15 | 3.7926 |
| 2026-07-22 | 3.7956 |
| 2026-07-29 | 3.8023 |
| 2026-08-05 | 3.7268 |
| 2026-08-12 | 3.7283 |
| 2026-08-20 | 3.6973 |
| 2026-08-27 | 3.7156 |
| 2026-09-03 | 3.7249 |
| 2026-09-10 | 3.7207 |
| 2026-09-17 | 3.7958 |
| 2026-09-24 | 3.8553 |
High
3.8553
Low
3.5475
Average
3.6725
Get this rate via the API
One GET request returns the BSD/PLN 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=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=PLN").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/PLN API questions
How do I get the BSD/PLN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/PLN rate in rates.PLN.
How far back does BSD/PLN historical data go?
Daily BSD/PLN 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/PLN 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.