Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Bbi
@kaggle.lszltakcs_big_stock_data.bbi

  • 135.43 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:001.13999998569488531.14779996871948241.12999999523162841.1477999687194824124296
2021-03-05 09:31:00-05:001.12999999523162841.12999999523162841.1219999790191651.1219999790191658508
2021-03-05 09:32:00-05:001.1203000545501711.12999999523162841.1203000545501711.12999999523162849780
2021-03-05 09:33:00-05:001.1251.1251.120900034904481.1209000349044810236
2021-03-05 09:34:00-05:001.1201000213623051.1251.11329996585845971.113299965858459715014
2021-03-05 09:35:00-05:001.12000000476837161.12000000476837161.11950004100799561.120000004768371611654
2021-03-05 09:36:00-05:001.11500000953674321.12000000476837161.11500000953674321.12000000476837161008
2021-03-05 09:37:00-05:001.11339998245239261.12000000476837161.11339998245239261.12000000476837165928
2021-03-05 09:38:00-05:001.11660003662109381.11660003662109381.11000001430511471.11109995841979981234

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