Baselight

Big Stock Data

Thousands of stocks from the us market with a 1min resolution.

@kaggle.lszltakcs_big_stock_data

Wday
@kaggle.lszltakcs_big_stock_data.wday

  • 162.39 KB
  • 14040 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

2021-03-04 09:30:00-05:00
2021-03-05 09:30:00-05:00234.52999877929688234.52999877929688231.7899932861328232.1399993896484435275
2021-03-05 09:31:00-05:00232.259994506836232.3300018310547231.6699981689453231.66999816894536269
2021-03-05 09:32:00-05:00231.9199981689453232.142807006836231.32000732421875231.604995727539033767
2021-03-05 09:33:00-05:00232.1300048828125233.17999267578125231.6699981689453232.2599945068363631
2021-03-05 09:34:00-05:00232.259994506836232.8500061035156232.10499572753903232.74499511718754944
2021-03-05 09:35:00-05:00232.08999633789065232.75669860839844232232.0899963378906521684
2021-03-05 09:36:00-05:00232.08999633789065233.2700042724609232.08999633789065232.53500366210937896
2021-03-05 09:37:00-05:00232.5249938964844232.6300048828125232.0500030517578232.324996948242217041
2021-03-05 09:38:00-05:00232.3249969482422232.38999938964844231.8500061035156232.1950073242187511910

CREATE TABLE wday (
  "datetime" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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