Python wrapper for the Brazilian Central Bank (BCB) API. Provides access to economic indicators, exchange rates, and time series data. Latest version: 0.3.6. Release cadence: infrequent, community-maintained.
pip install python-bcbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate BCB and fetch exchange rate data.
Replace `currency` with `code` in all BCB.get() calls.
Ensure pandas is installed: `pip install pandas`. Explicitly check import.
Use `bcb.codes()` instead of `bcb.get_currency_codes()`.
No resource links recorded.