Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mict
@kaggle.lszltakcs_big_stock_data.mict

  • 158.07 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:001.87999999523162841.9100999832153321.87999999523162841.8985999822616573956855
2021-03-05 09:31:00-05:001.8969000577926641.8999999761581421.8403999805450441.840399980545044153784
2021-03-05 09:32:00-05:001.8400000333786011.88999998569488531.8200000524520881.870100021362305196291
2021-03-05 09:33:00-05:001.87999999523162841.87999999523162841.8500000238418581.85109996795654359846
2021-03-05 09:34:00-05:001.8500000238418581.86000001430511471.8200000524520881.82000005245208860092
2021-03-05 09:35:00-05:001.8200000524520881.8200000524520881.79999995231628421.81009995937347467733
2021-03-05 09:36:00-05:001.8200000524520881.8300000429153441.8099999427795411.83000004291534429159
2021-03-05 09:37:00-05:001.82029998302459671.8300000429153441.8099999427795411.809999942779541122746
2021-03-05 09:38:00-05:001.79999995231628421.8099999427795411.79999995231628421.807000041007996104243

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