Baselight

Netflix Stock Price

Real Time Price. Currency in USD

@kaggle.henryshan_netflix_stock_price

Loading...
Loading...

About this Dataset

Netflix Stock Price

👏 Upvote this dataset if you find it interesting!

Netflix, Inc. provides entertainment services. It offers TV series, documentaries, feature films, and mobile games across various genres and languages. The company provides members the ability to receive streaming content through a host of internet-connected devices, including TVs, digital video players, television set-top boxes, and mobile devices. The company has approximately 231 million paid members in 190 countries. Netflix, Inc. was incorporated in 1997 and is headquartered in Los Gatos, California.

The dataset includes the daily Netflix, Inc. stock price.

Tables

Nflx

@kaggle.henryshan_netflix_stock_price.nflx
  • 256.74 KB
  • 5422 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.