Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Lulu
@kaggle.lszltakcs_big_stock_data.lulu

  • 213.05 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:00290.45001220703125290.45001220703125287.510009765625287.76000976562533954
2021-03-05 09:31:00-05:00287.5287.5286.3699951171875287.16000366210946365
2021-03-05 09:32:00-05:00287.0400085449219287.0400085449219287.0400085449219287.04000854492194170
2021-03-05 09:33:00-05:00286.989990234375287.45001220703125286.25286.257439
2021-03-05 09:34:00-05:00285285.6499938964844284.8099975585937285.380004882812512339
2021-03-05 09:35:00-05:00284.2900085449219284.2900085449219284.2900085449219284.29000854492194364
2021-03-05 09:36:00-05:00284.67999267578125285.5150146484375284285.049987792968755659
2021-03-05 09:37:00-05:00283.6600036621094283.6600036621094283.5283.53656
2021-03-05 09:38:00-05:00283.0199890136719283.7200012207031281.5599975585937282.5700073242187514053

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