Tesla,Inc.(TSLA) Historical Prices
Monthly Historical stock price of Tesla from July 2015
@kaggle.sandraphari_teslainctsla_historical_prices
Monthly Historical stock price of Tesla from July 2015
@kaggle.sandraphari_teslainctsla_historical_prices
CREATE TABLE tsla (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.