Leitor do arquivo NEGS da bolsa
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 (pandas).
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_sample_path)
'''
negs.header -> dataframe do header.
negs.negs -> dataframe do negs (todos os negócios).
negs.trailer -> dataframe do trailer.
'''
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.0.2.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file sinacor_negs-0.0.2.tar.gz
.
File metadata
- Download URL: sinacor_negs-0.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 861e2ada7caf27164cb5018fcbb00bd2900c3998e1ce3faafd3716e911fef322 |
|
MD5 | fa8c1e2b4b780f0525e4f176b7c8d351 |
|
BLAKE2b-256 | 96a916ef95b1c0a8805ec597c468c40b8dcecbe60bcfd91275e2c398bef78da1 |
File details
Details for the file sinacor_negs-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: sinacor_negs-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 764d69bfc4a6410102b61ea6aa46fa1e4f803d675e7fa20a7148bff7262ffdfb |
|
MD5 | d2d2368aab79748e0145b4f42237586f |
|
BLAKE2b-256 | d80e8c977bf678fcd9d9aed721c6e40f6dcbaa744e23b991d0ce7d49f0a04625 |