- Clothing category has the highest profit margin
- Furniture generates highest total profit
- Some sub-categories show low profitability despite high sales This dashboard analyzes sales, profit, and profit margins across categories and sub-categories.
This project identifies undervalued stocks using Free Cash Flow (FCF) data and a simplified Discounted Cash Flow (DCF) valuation model.
The program analyzes company financial data and estimates intrinsic value to determine whether a stock may be undervalued compared to its current market price.
- Load the financial dataset using Python and Pandas
- Clean and convert financial columns to numeric values
- Calculate the average Free Cash Flow (FCF)
- Estimate intrinsic value using a simplified DCF model
- Compute an undervaluation score
- Rank companies based on how undervalued they appear
undervalued_stocks.ipynb– Main Python analysis notebookindia_fcf_dataset.csv– Financial dataset used for analysisundervalued_stocks.csv– Output file containing ranked undervalued stocks
- Python
- Pandas
- Jupyter Notebook
This project demonstrates how financial analysis and programming can be combined to build a basic stock valuation screener.
