Leitor do arquivo NEGS.txt da B3 (Sinacor)
Project description
sinacor_negs
'sinacor_negs' é uma lib feita para facilitar a leitura de arquivos negs.txt da bolsa (B3/Sinacor). A lib foi feita utilizando pandas e retorna os dados em forma de DataFrames.
Para mais informações sobre o formato do arquivo: https://clientes.b3.com.br/data/files/95/D2/6D/BC/0556F71034D833F7BFC9F9C2/Leiautes%20de%20Arquivos%20SINACOR%20-%20Ampliacao%20Codigo%20do%20Investidor_v2.pdf
Instalação
pip install sinacor_negs
Como usar
import sinacor_negs as snegs
negs_txt_path = 'sample/negs.txt'
negs = snegs.read_negs_txt(negs_txt_path)
# negs.header -> header do negs
# negs.trades -> trades do negs (todos os negócios).
# negs.trailer -> trailer do negs.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sinacor_negs-0.1.1.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file sinacor_negs-0.1.1.tar.gz
.
File metadata
- Download URL: sinacor_negs-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 346e77d88220cc79d2e574eb1a1f93598f2b5fd9dcbb0ab45cb113bd7a2405c9 |
|
MD5 | 2dd0f2997cd7b48c207ecbc64cd12a35 |
|
BLAKE2b-256 | 4727b4bcf794d73802bab82de65d23af4b419433172b724ac6844cb0909ad8ab |
File details
Details for the file sinacor_negs-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: sinacor_negs-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d73c8863f4b0796495af9e23b75c503cca0f5aabe6006efa1de421b7617b7af |
|
MD5 | 12152249d2bb8d8852276acc7e715a1f |
|
BLAKE2b-256 | c8b3addb769d3b464ee59041a2ee1d3be621868ae95dd933020282d9bf367760 |