Skip to content

maulishree/Time-Series-Forecasting-with-Yahoo-Stock-Price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Time-Series-Forecasting-with-Yahoo-Stock-Price

Problem Statement

One of the traditional methods to predict the future stock price is the time series forecasting which is capable of predicting future values based on previously observed values. In this project we aim to perform time series analysis and forecasting of Yahoo stock prices to predict the future 5 values (Column name : “Close”). Here, we also tried to understand the short term and long term drivers of stock prices.

Data

In this project we perform time series forecasting on the Yahoo Stock Price data. The data is available from 2015-11-23 to 2020-11-20. A brief overview and description of the data is given below -

Alt text

  • High : Highest Price of the stock for that particular date.
  • Low : Lowest Price of the stock for that particular date.
  • Open : Opening Price of the stock.
  • Close : Closing Price of the stock.
  • Volume : Total amount of Trading Activity.
  • AdjClose : Adjusted values factor in corporate actions such as dividends, stock splits, and new share issuance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published