Tesla Share Price Since It Listed
Dataset with Tesla share price of last 12 years with relevant attributes.
@kaggle.surajjha101_tesla_share_price_for_last_5_years
Dataset with Tesla share price of last 12 years with relevant attributes.
@kaggle.surajjha101_tesla_share_price_for_last_5_years
CREATE TABLE tesla_dataset (
"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.