Skip to main content

Python interface to Brazilian Central Bank web services

Project description

bcb is an interface to structure the information provided by the Brazilian Central Bank. This package interfaces the Brazilian Central Bank web services to provide data already formatted into pandas's data structures and download currency data from Brazilian Centra Bank web site.

Install

bcb is avalilable at PyPI, so it is pip instalable.

pip install bcb

Using

Getting currency rates data.

from bcb  import currency
from datetime import date

currency.get('USD', start_date=date(2020, 12, 1), end_date=date(2020, 12, 31))

The rates are quoted in BRL.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_bcb-0.1.0-py3.7.egg (6.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page