Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Isun
@kaggle.lszltakcs_big_stock_data.isun

  • 160.13 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:0010.912899971008310.912899971008310.89999961853027210.89999961853027215323
2021-03-05 09:31:00-05:0010.85000038146972810.85000038146972810.80000019073486310.800000190734863506
2021-03-05 09:32:00-05:0010.8113002777099610.8113002777099610.8113002777099610.81130027770996460
2021-03-05 09:33:00-05:0010.85000038146972810.85000038146972810.75500011444091810.8500003814697284687
2021-03-05 09:34:00-05:0010.8400001525878910.8400001525878910.67259979248046910.672599792480469481
2021-03-05 09:35:00-05:0010.82999992370605610.82999992370605610.74499988555908210.744999885559082994
2021-03-05 09:36:00-05:0010.80020046234130910.80020046234130910.42000007629394410.52499961853027210808
2021-03-05 09:37:00-05:0010.439999580383310.60999965667724610.439999580383310.4600000381469732143
2021-03-05 09:38:00-05:0010.44999980926513710.44999980926513710.439999580383310.43999958038331931

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