/stock-market-fundamental-analysis

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 methods for calculating the intrinsic value.

Primary LanguagePythonMIT LicenseMIT

stock-market-fundamental-analysis

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.

Setup

Use the package manager pip to install the dependencies from the requirements.txt.

pip install -r requirements.txt

Usage

In the source folder

streamlit run streamlit_main.py

Example

Insert the ticker symbol in the text box on the left and click on "Load Data"

image 1 image 2

Then insert your desired parameters to calculate discounted cash flow

image 3 image 4 image 5

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT