Baselight

Netflix Stock Price Prediction

Netflix Stock PricePrediction using Time Series

@kaggle.jainilcoder_netflix_stock_price_prediction

Loading...
Loading...

About this Dataset

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.

Tables

Nflx

@kaggle.jainilcoder_netflix_stock_price_prediction.nflx
  • 48.56 KB
  • 1009 rows
  • 7 columns
Loading...

CREATE TABLE nflx (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.