Baselight

Tesla,Inc.(TSLA) Historical Prices

Monthly Historical stock price of Tesla from July 2015

@kaggle.sandraphari_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

Acknowledgement

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

Tables

Tsla

@kaggle.sandraphari_teslainctsla_historical_prices.tsla
  • 9.37 KB
  • 72 rows
  • 7 columns
Loading...

CREATE TABLE tsla (
  "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.