S&P 500 Stocks (daily Updated)
Stock and company data on all members of the popular financial index.
@kaggle.andrewmvd_sp_500_stocks
Stock and company data on all members of the popular financial index.
@kaggle.andrewmvd_sp_500_stocks
CREATE TABLE sp500_stocks (
"date" TIMESTAMP,
"symbol" VARCHAR,
"adj_close" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.