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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_bcb-0.1.0-py3.7.egg.
File metadata
- Download URL: python_bcb-0.1.0-py3.7.egg
- Upload date:
- Size: 6.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afa15da09d13f7653f1fadf2059ed4fe2387daa293636ef1811a353409d047f0
|
|
| MD5 |
fc5b61cfff09654b676cbf3d12570c99
|
|
| BLAKE2b-256 |
e980568a46ff59afcab6dfc2c890fc25feeecc452ce32c80b5a5103b1368003b
|