S&P 500 Stock Prices
(Source: The Investor's Exchange) (License: Public Domain)
@kaggle.gauravmehta13_sp_500_stock_prices
(Source: The Investor's Exchange) (License: Public Domain)
@kaggle.gauravmehta13_sp_500_stock_prices
CREATE TABLE sp_500_stock_prices_2014_2017 (
"symbol" VARCHAR,
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.