Tesla Stock History
From 17$ to more than 800$ peak
@kaggle.ammaraahmad_tesla_stocks_history
From 17$ to more than 800$ peak
@kaggle.ammaraahmad_tesla_stocks_history
CREATE TABLE tsla (
"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.