This is a Stock-Market-Price-Analysis
We can take as many stocks into analysis as possible but for the sake of clarity, used Top 4 stocks ['Apple', 'Google', 'Amazon', 'Microsoft'] according to my understanding.
- Analysing change in price of the stock overtime !
- Analysing moving average of various stocks
- Observing... closing price change date feature-wise
- Performing Resampling Analysis of Closing price
- Performing analysis to see if stocks ['Apple', 'Google', 'Amazon', 'Microsoft'] has any co-relation between the closing prices of each
- Analyse whether the Daily Return % change between stocks have any co-relation or not?
- pandas
- seaborn
- matplotlib
- plotly