Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoemur/fundamentus
API em python para análise fundamentalista de ações da BOVESPA utilizando o site fundamentus (www.fundamentus.com.br)
https://github.com/phoemur/fundamentus
Last synced: about 8 hours ago
JSON representation
API em python para análise fundamentalista de ações da BOVESPA utilizando o site fundamentus (www.fundamentus.com.br)
- Host: GitHub
- URL: https://github.com/phoemur/fundamentus
- Owner: phoemur
- License: mit
- Created: 2016-02-27T00:27:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T20:07:35.000Z (over 2 years ago)
- Last Synced: 2023-11-07T21:01:03.832Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 209
- Watchers: 34
- Forks: 80
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fundamentus
Esta é uma pequena API feita em python3 para análise de ações da BOVESPA utilizando o site fundamentus (www.fundamentus.com.br), que retorna os
principais indicadores fundamentalistas em formato JSON.
A API utiliza o microframework Flask.
Também é possível utilizar via linha de comando.# Linha de comando
$ python3 fundamentus.py# API
Execute o server.py e conecte no endereço (ex.: http://127.0.0.1:5000/) com seu browser# Requirements
Flask
lxml
Install with:
pip3 install -r required.txt