This application can be used for preliminary analysis of stocks on the Brazilian stock exchange.
You can access the application directly via Streamlit.
Before you begin, ensure you have installed:
- Python 3.10 or higher
- Poetry
To install the project dependencies, run the following command in your terminal:
poetry install
To start the application, run the following command in your terminal:
poetry run streamlit run myapp.py
In the Streamlit interface, you can input the tickers of the stocks you want to analyze in the text box. The tickers should be separated by commas and without spaces. For example: "BBAS3,ITSA4,VALE3,PETR4"
.
You can also select the start and end period for the analysis.
Contributions are welcome! Please read the CONTRIBUTING.md file for details on our code of conduct and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you have any questions or suggestions, feel free to open an issue on GitHub.
We hope you enjoy this project and find it useful. Thank you for using it!