Netflix Stock Price
Real Time Price. Currency in USD
@kaggle.henryshan_netflix_stock_price
Real Time Price. Currency in USD
@kaggle.henryshan_netflix_stock_price
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.