Baselight

Stock Market DataSet

Data on the financial markets of the USA

@kaggle.zahrashahzahi_stock_market_dataset

Loading...
Loading...

About this Dataset

Stock Market DataSet

  1. What is the dataset about?
  • The data is related to the financial markets of America, for each stock on specific dates, we have a series of information, according to which we can analyze the data.

An important point in our data is that the data must be cleaned and the valume column is better because there is a lot of data noise in it.

Tables

Market

@kaggle.zahrashahzahi_stock_market_dataset.market
  • 4.27 MB
  • 112457 rows
  • 8 columns
Loading...

CREATE TABLE market (
  "index" VARCHAR,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

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