Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.07 KB

b3-data

PyPI - Version PyPI - Downloads PyPI - License

b3-data is a Python package for dealing with https://b3.com.br data

Installation

Use the package manager pip to install b3-data.

pip install b3-data

Usage

Download the latest file from their api:

$ b3-data download
downloading https://arquivos.b3.com.br/apinegocios/tickercsv/2020-12-05 to 2020-12-05.zip

Download specific date:

$ b3-data download --date 2020-12-04
downloading https://arquivos.b3.com.br/apinegocios/tickercsv/2020-12-04 to 2020-12-04.zip

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT