Stock Trading Data
The dataset contains stock trading data properly formatted with datetime.
@kaggle.rupakroy_stock_trading_data
The dataset contains stock trading data properly formatted with datetime.
@kaggle.rupakroy_stock_trading_data
CREATE TABLE stock_trading_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.