Baselight

Tesla,Inc.(TSLA) Historical Prices

Daily Historical stock price of Tesla from July 2020

@kaggle.joanneanto_teslainctsla_historical_prices

Loading...
Loading...

About this Dataset

Tesla,Inc.(TSLA) Historical Prices

Context

Data is found everywhere and it's the duty of a Data Scientist to infer something from them

Content

Data consists of the monthly stock price of Tesla from July 2015 to June 2021. The data is arranged in 7 columns

Acknowledgements

https://in.finance.yahoo.com/quote/TSLA/history/

Tables

Tsla

@kaggle.joanneanto_teslainctsla_historical_prices.tsla
  • 16.36 KB
  • 252 rows
  • 7 columns
Loading...

CREATE TABLE tsla (
  "date" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adjusted_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.