Skip to content

BBD to PLN exchange rate API

Barbados Dollar to Zloty · quoted 2026-09-26

1.9191

▲ +4.91% over 1Y

1 BBD = 1.9191 PLN · 1 PLN = 0.52106 BBD · Get this rate via the API

1 BBD buys 1.9191 PLN as of 2026-09-26, so 1 PLN buys 0.52106 BBD. Over the last year, BBD/PLN traded between 1.7737 and 1.9276, averaged 1.8348 and rose 4.91%. The API holds daily BBD/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/PLN over 1Y

BBD/PLN over 1Y: show the values
PointBBD/PLN
2025-09-261.8294
2025-10-031.8133
2025-10-101.8402
2025-10-171.8171
2025-10-241.8260
2025-10-311.8418
2025-11-071.8372
2025-11-141.8170
2025-11-211.8424
2025-11-281.8325
2025-12-051.8172
2025-12-131.7996
2025-12-201.7966
2025-12-271.7904
2026-01-031.7958
2026-01-101.8105
2026-01-171.8190
2026-01-241.7769
2026-01-311.7763
2026-02-071.7855
2026-02-141.7737
2026-02-211.7911
2026-02-281.7873
2026-03-071.8384
2026-03-141.8714
2026-03-211.8474
2026-03-281.8481
2026-04-041.8569
2026-04-111.8021
2026-04-181.7847
2026-04-251.8002
2026-05-021.7974
2026-05-091.7854
2026-05-171.8271
2026-05-251.8185
2026-06-011.8174
2026-06-101.8411
2026-06-171.8294
2026-06-241.8906
2026-07-011.8869
2026-07-081.8895
2026-07-151.8963
2026-07-221.8978
2026-07-291.9011
2026-08-051.8634
2026-08-121.8641
2026-08-201.8486
2026-08-271.8578
2026-09-031.8625
2026-09-101.8604
2026-09-171.8979
2026-09-241.9276

High

1.9276

Low

1.7737

Average

1.8348

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/PLN API questions

How do I get the BBD/PLN exchange rate from an API?

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

How far back does BBD/PLN historical data go?

Daily BBD/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 BBD/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.