NETFLIX Stock Data
Netflix historical stock data
@kaggle.abhiram8_netflix_stock_data
Netflix historical stock data
@kaggle.abhiram8_netflix_stock_data
Netflix stock data from NASDAQ
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE netflix_stock_data (
"date" TIMESTAMP,
"n__close_last" VARCHAR -- Close/Last,
"n__volume" BIGINT -- Volume,
"n__open" VARCHAR -- Open,
"n__high" VARCHAR -- High,
"n__low" VARCHAR -- Low
);
Anyone who has the link will be able to view this.