Baselight

TSLA 💯 - 12 Years History Chart 🔥💥

From the 2010's to 2021's

@kaggle.praneshrajendrakumar_tesla_12_years_historical_prices

Loading...
Loading...

About this Dataset

TSLA 💯 - 12 Years History Chart 🔥💥

The subject matter of this dataset explores Tesla's stock price from its Initial Public Offering to date, which consist of a simple 7 column structure.

The time period represented starts from 01/07/2010 to 06/07/2021

Keep Kaggling! 👍 💯 :)

Tables

Tesla Historical Data 2010–2021

@kaggle.praneshrajendrakumar_tesla_12_years_historical_prices.tesla_historical_data_2010_2021
  • 122.9 KB
  • 2772 rows
  • 7 columns
Loading...

CREATE TABLE tesla_historical_data_2010_2021 (
  "date" VARCHAR,
  "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.