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.2.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file sinacor_negs-0.1.2.tar.gz
.
File metadata
- Download URL: sinacor_negs-0.1.2.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 | e6bda5579a10edcfa9624f4aa08a764df369d221477d65d03500a71fd3b3d96a |
|
MD5 | f1878954cd65ec8f4df717029d4f2dc8 |
|
BLAKE2b-256 | fc294f10337a2c8a2abf7b7b577199468947b5e93282c10a4f6fdab5f478178d |
File details
Details for the file sinacor_negs-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: sinacor_negs-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.0 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 | ab7468bc4b8497f95962224efbb0a5bdebb179d126bdad97328302178ed8297a |
|
MD5 | 9b3fc425fc089948813dd30349917204 |
|
BLAKE2b-256 | ab667f5533582d7f06db53ae149be60e6447e6ef36e80bf0002b7ce3e536dfc8 |