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.
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 -> 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file sinacor_negs-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: sinacor_negs-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.8 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 | b56e7972975eac10e0973d968c1b962c63c610f5ac615ac717850787c85cb10b |
|
MD5 | 4c8f2d9494ea0f502db9a3bbf75badef |
|
BLAKE2b-256 | bf06b53dd329742a0479ca7fe29b4756edddc0a92a0d6beead915e3b05760e5b |