Apple Stock Data And Key Affiliated Companies
Daily stock data for Apple Inc. and key affiliates, for financial analysis.
@kaggle.zongaobian_apple_stock_data_and_key_affiliated_companies
Daily stock data for Apple Inc. and key affiliates, for financial analysis.
@kaggle.zongaobian_apple_stock_data_and_key_affiliated_companies
This dataset includes daily stock prices for Apple Inc. (AAPL) and its key affiliated companies from the very beginning. It contains open, high, low, close prices, and trading volumes. The data is ideal for financial analysis, trend forecasting, and correlation studies between Apple and its key partners in the tech industry.
CREATE TABLE aapl_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE arm_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE avgo_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);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_2317_tw_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_4938_tw_daily_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE tsm_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.