Netflix Stock Price (All Time)
Updated Netflix Stock Price, right from it's IPO (23 May 2002)
@kaggle.akpmpr_updated_netflix_stock_price_all_time
Updated Netflix Stock Price, right from it's IPO (23 May 2002)
@kaggle.akpmpr_updated_netflix_stock_price_all_time
CREATE TABLE netflix (
"date" TIMESTAMP,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"adj_close" DOUBLE
);
Anyone who has the link will be able to view this.