Tesla Stock Data And Key Affiliated Companies
Daily stock data of Tesla and its key suppliers driving innovation and growth
@kaggle.zongaobian_tesla_stock_data_and_key_affiliated_companies
Daily stock data of Tesla and its key suppliers driving innovation and growth
@kaggle.zongaobian_tesla_stock_data_and_key_affiliated_companies
This dataset contains daily stock data for Tesla (TSLA) and five of its key affiliated companies: Panasonic, LG Energy Solution, CATL, TATA Steel, and Samsung Electronics. These companies play pivotal roles in Tesla's supply chain, providing essential materials such as batteries, steel, and semiconductors that contribute to Tesla's success in the electric vehicle and renewable energy sectors. The dataset includes stock performance metrics for each company, which can be used for analysis, comparisons, and insights into the interconnected dynamics between Tesla and its partners.
CREATE TABLE n_005930_ks_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_300750_sz_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_373220_ks_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_6752_t_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE tatasteel_ns_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE tsla_daily_data (
"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.