Netflix Stock Data From 2002 To 2021
Netflix Stock data set
@kaggle.pritsheta_netflix_stock_data_from_2002_to_2021
Netflix Stock data set
@kaggle.pritsheta_netflix_stock_data_from_2002_to_2021
This is a Dataset for Stock Prediction on Netflix.
This dataset start from 2002to 2021 . It was collected from Yahoo Finance.
You can perform Time Series Analysis and EDA on data.
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.