Netflix Stock Price Prediction
Netflix Stock PricePrediction using Time Series
@kaggle.jainilcoder_netflix_stock_price_prediction
Netflix Stock PricePrediction using Time Series
@kaggle.jainilcoder_netflix_stock_price_prediction
The Dataset contains data for 5 years ie. from 5th Feb 2018 to 5th Feb 2022
The art of forecasting stock prices has been a difficult task for many of the researchers and analysts. In fact, investors are highly interested in the research area of stock price prediction. For a good and successful investment, many investors are keen on knowing the future situation of the stock market. Good and effective prediction systems for the stock market help traders, investors, and analyst by providing supportive information like the future direction of the stock market.
CREATE TABLE nflx (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.