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
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.