Baselight

Stock Market DataSet

Data on the financial markets of the USA

@kaggle.zahrashahzahi_stock_market_dataset

Market
@kaggle.zahrashahzahi_stock_market_dataset.market

  • 4.27 MB
  • 112457 rows
  • 8 columns
index

Index

date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

NYAFri Dec 31 1965 00:00:00 GMT+0000 (Coordinated Universal Time)528.690002528.690002528.690002528.690002528.690002
NYAMon Jan 03 1966 00:00:00 GMT+0000 (Coordinated Universal Time)527.210022527.210022527.210022527.210022527.210022
NYATue Jan 04 1966 00:00:00 GMT+0000 (Coordinated Universal Time)527.840027527.840027527.840027527.840027527.840027
NYAWed Jan 05 1966 00:00:00 GMT+0000 (Coordinated Universal Time)531.119995531.119995531.119995531.119995531.119995
NYAThu Jan 06 1966 00:00:00 GMT+0000 (Coordinated Universal Time)532.070007532.070007532.070007532.070007532.070007
NYAFri Jan 07 1966 00:00:00 GMT+0000 (Coordinated Universal Time)532.599976532.599976532.599976532.599976532.599976
NYAMon Jan 10 1966 00:00:00 GMT+0000 (Coordinated Universal Time)533.869995533.869995533.869995533.869995533.869995
NYATue Jan 11 1966 00:00:00 GMT+0000 (Coordinated Universal Time)534.289978534.289978534.289978534.289978534.289978
NYAWed Jan 12 1966 00:00:00 GMT+0000 (Coordinated Universal Time)533.340027533.340027533.340027533.340027533.340027
NYAThu Jan 13 1966 00:00:00 GMT+0000 (Coordinated Universal Time)534.400024534.400024534.400024534.400024534.400024

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.