Stock Market DataSet
Data on the financial markets of the USA
@kaggle.zahrashahzahi_stock_market_dataset
Data on the financial markets of the USA
@kaggle.zahrashahzahi_stock_market_dataset
CREATE TABLE market (
"index" VARCHAR,
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.