Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Dffn
@kaggle.lszltakcs_big_stock_data.dffn

  • 177.81 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:000.88489997386932370.88599997758865360.88069999217987060.8859999775886536272696
2021-03-05 09:31:00-05:000.88539999723434450.88599997758865360.88069999217987060.885999977588653620815
2021-03-05 09:32:00-05:000.889199972152710.89300000667572020.88669997453689580.88999998569488538953
2021-03-05 09:33:00-05:000.89150100946426390.89999997615814210.88999998569488530.899890005588531549831
2021-03-05 09:34:00-05:000.88999998569488530.89969897270202640.88999998569488530.894899010658264221898
2021-03-05 09:35:00-05:000.88999998569488530.89245098829269410.88999998569488530.891799986362457327715
2021-03-05 09:36:00-05:000.89240002632141110.89480000734329220.88999998569488530.89209997653961187756
2021-03-05 09:37:00-05:000.89354902505874630.89980000257492070.8923000097274780.898699998855590812188
2021-03-05 09:38:00-05:000.90010100603103640.90539997816085820.90010100603103640.900101006031036416844

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