Baselight

Netflix Stock Price Data For 2023-24.

For building regression models, predictions, and data visualizations.

@kaggle.naimishbhoi_netflix_stock_price_data_for_2023_24

Loading...
Loading...

About this Dataset

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.

Tables

Nflx

@kaggle.naimishbhoi_netflix_stock_price_data_for_2023_24.nflx
  • 16.35 KB
  • 251 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.