Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Shls
@kaggle.lszltakcs_big_stock_data.shls

  • 183.15 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:0032.6100006103515632.990001678466832.6100006103515632.990001678466819137
2021-03-05 09:31:00-05:0032.88000106811523432.97000122070312532.7447013854980532.744701385498052997
2021-03-05 09:32:00-05:0032.88000106811523432.93999862670898432.74499893188476632.7449989318847661146
2021-03-05 09:33:00-05:0032.88000106811523433.18999862670898432.6558990478515633.1899986267089842671
2021-03-05 09:34:00-05:0033.4500007629394533.4500007629394532.9673995971679732.96739959716797899
2021-03-05 09:35:00-05:0032.9300994873046932.9300994873046932.7700004577636732.770000457763671065
2021-03-05 09:36:00-05:0032.740001678466832.740001678466832.50500106811523432.50999832153322143
2021-03-05 09:37:00-05:0032.5200004577636732.5200004577636732.5200004577636732.52000045776367620
2021-03-05 09:38:00-05:003232.7228012084960943232.3699989318847666451

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