New York Stock Exchange
S&P 500 companies historical prices with fundamental data
@kaggle.dgawlik_nyse
S&P 500 companies historical prices with fundamental data
@kaggle.dgawlik_nyse
CREATE TABLE prices (
"date" VARCHAR,
"symbol" VARCHAR,
"open" DOUBLE,
"close" DOUBLE,
"low" DOUBLE,
"high" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.