TSLA 💯 - 12 Years History Chart 🔥💥
From the 2010's to 2021's
@kaggle.praneshrajendrakumar_tesla_12_years_historical_prices
From the 2010's to 2021's
@kaggle.praneshrajendrakumar_tesla_12_years_historical_prices
CREATE TABLE tesla_historical_data_2010_2021 (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.