Open pratikshabhujade opened 3 months ago
Thank you for creating this issue! 🎉
We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.
Go Ahead With Your Issue
Amazon Stock Analysis
This Jupyter Notebook provides a comprehensive analysis of Amazon's (AMZN) stock performance. Using Python libraries like yfinance and matplotlib, we fetch historical stock data, calculate technical indicators, and visualize the results through various plots.
Features
Prerequisites
Ensure you have the following Python libraries installed:
bash pip install yfinance matplotlib
Amazon Stock Analysis
This Jupyter Notebook provides a comprehensive analysis of Amazon's (AMZN) stock performance. Using Python libraries like
yfinance
andmatplotlib
, we fetch historical stock data, calculate technical indicators, and visualize the results through various plots.Features
Prerequisites
Ensure you have the following Python libraries installed:
bash pip install yfinance matplotlib Outputs Moving Averages Plot: Visualizes the closing prices along with the 20-day and 50-day moving averages. Daily Returns Plot: Shows the daily percentage change in stock prices. Histogram of Daily Returns: Displays the frequency distribution of daily returns. Comparison Plot: Compares the closing prices of Amazon, Google, and Apple. Contributing Contributions are welcome! If you have any suggestions or want to add new features, feel free to open an issue or submit a pull request.