Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Actc
@kaggle.lszltakcs_big_stock_data.actc

  • 171.46 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.39999961853027316.4300003051757816.2516.40999984741211461503
2021-03-05 09:31:00-05:0016.35000038146972716.39999961853027316.29999923706054716.38780021667480511375
2021-03-05 09:32:00-05:0016.35000038146972716.39999961853027316.29999923706054716.35000038146972714028
2021-03-05 09:33:00-05:0016.39990043640136716.516.36000061035156216.48999977111816410683
2021-03-05 09:34:00-05:0016.42000007629394516.48999977111816416.39999961853027316.39999961853027312406
2021-03-05 09:35:00-05:0016.39999961853027316.39999961853027316.21999931335449216.21999931335449212947
2021-03-05 09:36:00-05:0016.23999977111816416.23999977111816416.01000022888183616.01000022888183629306
2021-03-05 09:37:00-05:0015.98999977111816415.98999977111816415.78999996185302715.80000019073486329250
2021-03-05 09:38:00-05:0015.89000034332275415.939999580383315.7515.8199996948242215608

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