Baselight

Walmart Stock Price From 1972-2022

This is Stock Price Dataset of Walmart Inc. (WMT)

@kaggle.meetnagadia_walmart_stock_price_from_19722022

Loading...
Loading...

About this Dataset

Walmart Stock Price From 1972-2022

Context

This is a Dataset for Stock Price on Walmart Inc.
Note: The Price is in USD currency(US Dollar)
This Dataset start from 1972 to 2022
You can perform Time Series Analysis and EDA on data.

Other Stock Dataset

Apple Stock Price Dataset

Tables

Wmt

@kaggle.meetnagadia_walmart_stock_price_from_19722022.wmt
  • 445.57 KB
  • 12491 rows
  • 7 columns
Loading...

CREATE TABLE wmt (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.