Tesla,Inc.(TSLA) Historical Prices
Daily Historical stock price of Tesla from July 2020
@kaggle.joanneanto_teslainctsla_historical_prices
Daily Historical stock price of Tesla from July 2020
@kaggle.joanneanto_teslainctsla_historical_prices
Data is found everywhere and it's the duty of a Data Scientist to infer something from them
Data consists of the monthly stock price of Tesla from July 2015 to June 2021. The data is arranged in 7 columns
CREATE TABLE tsla (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adjusted_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.