Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Spwh
@kaggle.lszltakcs_big_stock_data.spwh

  • 92.4 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:0016.86000061035156216.86000061035156216.85000038146972716.8500003814697275214
2021-03-05 09:31:00-05:0016.85000038146972716.86000061035156216.85000038146972716.8600006103515621050
2021-03-05 09:32:00-05:0016.79999923706054716.82500076293945316.79999923706054716.819999694824226917
2021-03-05 09:33:00-05:0016.82999992370605516.8400001525878916.80999946594238316.8099994659423832937
2021-03-05 09:34:00-05:0016.79999923706054716.8050003051757816.79500007629394516.7950000762939453858
2021-03-05 09:35:00-05:0016.76000022888183616.79999923706054716.76000022888183616.7900009155273446413
2021-03-05 09:36:00-05:0016.77000045776367216.78000068664550816.77000045776367216.7700004577636724630
2021-03-05 09:37:00-05:0016.76000022888183616.79000091552734416.76000022888183616.7900009155273444276
2021-03-05 09:38:00-05:0016.79000091552734416.80999946594238316.79000091552734416.8099994659423832500

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