This tool helps in the fundamental analysis of the stock market through a simple and intuitive interface with which it is possible to visualize the balance sheet and the financial situation of a chosen stock through its ticker. Also available are the Discount Cash Flow and EV/EBITDA (not implemented yet) methods for calculating the intrinsic value of a stock.
Use the package manager pip to install the dependencies from the requirements.txt.
pip install -r requirements.txt
In the source folder
streamlit run streamlit_main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.