← All projects

Predicting-the-closing-stock-price-of-APPLE-using-LSTM

by @fares-ds

31

In this project we will be looking at data from the stock market, particularly some technology stocks. We will learn how to use pandas to get stock information, visualize different aspects of it, and finally we will look at a few ways of analyzing the risk of a stock, based on its previous performance history.

About this project

Time Series Analysis: A Hands-On Guide Using Pandas and Matplotlib with Yahoo Finance Data Time Series data is a series of data points indexed in time order. Time series data is everywhere, so manipulating them is important for any data analyst or data scientist. In this project, we will discover and explore data from the stock market, particularly some technology stocks (Apple, Amazon, Google, and Microsoft). We will learn how to use yfinance to get stock information, and visualize different aspects of it using Seaborn and Matplotlib, and finally, we will look at a few ways of analyzing the risk of a stock, based on its previous performance history. Getting the Data The first step is to get the data and load it to memory. We will get our stock data from the Yahoo Finance website. Yahoo Finance is a rich resource of financial market data and tools to find compelling investments. To get the data from Yahoo Finance, we will be using yfinance library which offers a threaded and Pythonic way to download market data from Yahoo. Check this article to learn more about yfinance: Reliably download historical market data from with Python

From the project README on GitHub

Stars
31
Forks
13
License
Apache-2.0
Last push
16 Feb 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/predicting-the-closing-stock-price-of-apple-using-lstm.svg)](https://www.madeinalgeria.dev/projects/predicting-the-closing-stock-price-of-apple-using-lstm)

Related projects