Walmart Stock Price From 1972-2022
This is Stock Price Dataset of Walmart Inc. (WMT)
@kaggle.meetnagadia_walmart_stock_price_from_19722022
This is Stock Price Dataset of Walmart Inc. (WMT)
@kaggle.meetnagadia_walmart_stock_price_from_19722022
CREATE TABLE wmt (
"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.