S&P 500 + Popular Stocks: Daily Trends & % Change
SP500 Increase trend and change % among with the popular stocks such as TSLA
@kaggle.atacs26_s_and_p_500_popular_stocks_daily_trends_and_change
SP500 Increase trend and change % among with the popular stocks such as TSLA
@kaggle.atacs26_s_and_p_500_popular_stocks_daily_trends_and_change
CREATE TABLE sp500_trends (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"sp500_increase" BIGINT,
"sp500_changep" DOUBLE,
"adbe_increase" BIGINT,
"adbe_changep" DOUBLE,
"intc_increase" BIGINT,
"intc_changep" DOUBLE,
"msft_increase" BIGINT,
"msft_changep" DOUBLE,
"amd_increase" BIGINT,
"amd_changep" DOUBLE,
"nvda_increase" BIGINT,
"nvda_changep" DOUBLE,
"dis_increase" BIGINT,
"dis_changep" DOUBLE,
"nflx_increase" BIGINT,
"nflx_changep" DOUBLE,
"tsla_increase" BIGINT,
"tsla_changep" DOUBLE,
"meta_increase" BIGINT,
"meta_changep" DOUBLE,
"kfc_increase" BIGINT,
"kfc_changep" DOUBLE
);
Anyone who has the link will be able to view this.