Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Bntx
@kaggle.lszltakcs_big_stock_data.bntx

  • 168.38 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:0095.6800003051757896.2199020385742295.5699996948242295.6600036621093840600
2021-03-05 09:31:00-05:0095.9340972900390695.9340972900390695.1699981689453395.34999847412116197
2021-03-05 09:32:00-05:0095.34999847412119695.1699981689453395.80000305175785856
2021-03-05 09:33:00-05:0096.0599975585937696.4300003051757896.0599975585937696.430000305175788650
2021-03-05 09:34:00-05:009696.669998168945339696.256333
2021-03-05 09:35:00-05:0096.2596.355003356933696.0100021362304896.010002136230482517
2021-03-05 09:36:00-05:0096.1199035644531296.199996948242295.699996948242295.69999694824221690
2021-03-05 09:37:00-05:0096.0899963378906296.0899963378906295.230003356933695.484199523925782639
2021-03-05 09:38:00-05:0095.1699981689453395.4356002807617295.0100021362304895.279998779296887814

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