Baselight

Tesla (TSLA) Stock Historical Prices (12 Years)

Weekly data of Tesla Historical Share Price from 2010

@kaggle.anandhuh_tesla_inc_tsla_historical_stock_data_5_years

Loading...
Loading...

About this Dataset

Tesla (TSLA) Stock Historical Prices (12 Years)

Content

Weekly data of Tesla Historical Share Price from 2016. Prices given in US dollar($). Data is good for time series analysis and EDA.

Source

Link : https://yhoo.it/31RLBzt

If you find it useful, please support by upvoting

Tables

Tesla Stock Historical Data

@kaggle.anandhuh_tesla_inc_tsla_historical_stock_data_5_years.tesla_stock_historical_data
  • 36.03 KB
  • 608 rows
  • 7 columns
Loading...

CREATE TABLE tesla_stock_historical_data (
  "date" TIMESTAMP,
  "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.