Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Can
@kaggle.lszltakcs_big_stock_data.can

  • 183.58 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:0022.0799999237060522.0900001525878921.35000038146972721.60009956359864880257
2021-03-05 09:31:00-05:0021.6000995635986421.8398990631103521.54000091552734421.7148990631103562767
2021-03-05 09:32:00-05:0021.70000076293945321.7000999450683621.30850028991699221.50009918212890375055
2021-03-05 09:33:00-05:0021.3999996185302821.3999996185302821.2199993133544921.2199993133544996320
2021-03-05 09:34:00-05:0021.521.521.30999946594238321.309999465942383106980
2021-03-05 09:35:00-05:0021.32530021667480521.35000038146972721.0100002288818421.0100002288818464050
2021-03-05 09:36:00-05:0020.94000053405761720.94000053405761720.94000053405761720.940000534057617104121
2021-03-05 09:37:00-05:0020.62520.6499996185302820.54999923706054720.54999923706054769829
2021-03-05 09:38:00-05:0020.2520.3199996948242220.08499908447265620.13500022888184177342

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