jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 28 forks source link

Stock Analysis Tool/30_Days_of_Python #351

Open pratikshabhujade opened 3 months ago

pratikshabhujade commented 3 months ago

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 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 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.

github-actions[bot] commented 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.

Shlokwankhade commented 3 months ago

Go Ahead With Your Issue