Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Csx
@kaggle.lszltakcs_big_stock_data.csx

  • 165.27 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:0089.5441970825195389.6299972534179788.9300003051757888.9300003051757847346
2021-03-05 09:31:00-05:0089.0100021362304789.4300003051757889.0100021362304789.330001831054699980
2021-03-05 09:32:00-05:0089.3600006103515689.3600006103515689.1399993896484489.190002441406257985
2021-03-05 09:33:00-05:0089.1200027465820389.2200012207031289.0400009155273489.1999969482421917702
2021-03-05 09:34:00-05:0089.0899963378906289.1399993896484488.8600006103515688.930000305175785350
2021-03-05 09:35:00-05:0088.6800003051757888.6800003051757888.6800003051757888.680000305175786223
2021-03-05 09:36:00-05:0088.5400009155273488.6100006103515688.5400009155273488.599998474121114224
2021-03-05 09:37:00-05:0088.588.5500030517578188.269996643066488.3099975585937521387
2021-03-05 09:38:00-05:0088.3349990844726688.4599990844726688.3349990844726688.430000305175784666

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