2019-2024 US Stock Market Data
5-Year Trends in Crypto, Stocks, Metals, and Energy Markets
@kaggle.saketk511_2019_2024_us_stock_market_data
5-Year Trends in Crypto, Stocks, Metals, and Energy Markets
@kaggle.saketk511_2019_2024_us_stock_market_data
CREATE TABLE stock_market_dataset (
"unnamed_0" BIGINT,
"date" VARCHAR,
"natural_gas_price" DOUBLE,
"natural_gas_vol" DOUBLE,
"crude_oil_price" DOUBLE,
"crude_oil_vol" DOUBLE,
"copper_price" DOUBLE,
"copper_vol" DOUBLE,
"bitcoin_price" DOUBLE,
"bitcoin_vol" DOUBLE,
"platinum_price" DOUBLE,
"platinum_vol" DOUBLE,
"ethereum_price" DOUBLE,
"ethereum_vol" DOUBLE,
"s_p_500_price" DOUBLE,
"nasdaq_100_price" DOUBLE,
"nasdaq_100_vol" DOUBLE,
"apple_price" DOUBLE,
"apple_vol" DOUBLE,
"tesla_price" DOUBLE,
"tesla_vol" DOUBLE,
"microsoft_price" DOUBLE,
"microsoft_vol" DOUBLE,
"silver_price" DOUBLE,
"silver_vol" DOUBLE,
"google_price" DOUBLE,
"google_vol" DOUBLE,
"nvidia_price" DOUBLE,
"nvidia_vol" DOUBLE,
"berkshire_price" BIGINT,
"berkshire_vol" DOUBLE,
"netflix_price" DOUBLE,
"netflix_vol" DOUBLE,
"amazon_price" DOUBLE,
"amazon_vol" DOUBLE,
"meta_price" DOUBLE,
"meta_vol" DOUBLE,
"gold_price" DOUBLE,
"gold_vol" DOUBLE
);
Anyone who has the link will be able to view this.