Netflix Stock Price Data For 2023-24.
For building regression models, predictions, and data visualizations.
@kaggle.naimishbhoi_netflix_stock_price_data_for_2023_24
For building regression models, predictions, and data visualizations.
@kaggle.naimishbhoi_netflix_stock_price_data_for_2023_24
This dataset provides comprehensive information on Netflix's stock prices, spanning from 2023 to 2024. It is an invaluable resource for data analysts and financial experts, enabling them to perform regression analysis, predict future trends, and create insightful data visualizations. With this dataset, users can gain a deeper understanding of how Netflix's stock prices over time, and use this knowledge to make informed decisions about investments and financial strategies.
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.