Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Pool
@kaggle.lszltakcs_big_stock_data.pool

  • 156.86 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:00324.75250244140625330.8299865722656324.75250244140625325.90319824218754401
2021-03-05 09:31:00-05:00325.3699951171875326.260009765625324.5299987792969326.2600097656252969
2021-03-05 09:32:00-05:00323.5899963378906323.5899963378906323.5899963378906323.5899963378906205
2021-03-05 09:33:00-05:00326.0400085449219326.0400085449219326.0400085449219326.0400085449219124
2021-03-05 09:34:00-05:00325.4599914550781325.4599914550781324.0599975585937324.875687
2021-03-05 09:35:00-05:00323.5400085449219323.5400085449219323.5400085449219323.5400085449219108
2021-03-05 09:36:00-05:00323.5323.5299987792969322.1000061035156322.1000061035156914
2021-03-05 09:37:00-05:00322.4599914550781322.4599914550781322.1000061035156322.1300048828125879
2021-03-05 09:38:00-05:00322.67999267578125324.760009765625322.67999267578125324.7600097656251797

CREATE TABLE pool (
  "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.