Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Csgp
@kaggle.lszltakcs_big_stock_data.csgp

  • 141.89 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:00802817.6599731445312800805.200012207031240016
2021-03-05 09:31:00-05:00808.4299926757812813.3099975585938808.4299926757812809.359985351562513723
2021-03-05 09:32:00-05:00807.3400268554688809.97998046875804.7000122070312806.7800292968754548
2021-03-05 09:33:00-05:00807.9199829101562820806.7000122070312817.4799804687524871
2021-03-05 09:34:00-05:00818.25819.989990234375815818.254516
2021-03-05 09:35:00-05:00818.25825818.2449951171875821.65502929687510704
2021-03-05 09:36:00-05:00820820.8300170898438815818.28497314453124677
2021-03-05 09:37:00-05:00817.5474853515625817.5474853515625814.0800170898438814.080017089843815351
2021-03-05 09:38:00-05:00812.9600219726562814.4299926757812811.64501953125814.30499267578124600

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