Skip to main content

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

sinacor_negs-0.0.6-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page