Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mitk
@kaggle.lszltakcs_big_stock_data.mitk

  • 145.64 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:0015.0900001525878915.0900001525878914.97999954223632815.02989959716796921677
2021-03-05 09:31:00-05:0014.9300003051757815.0199003219604514.92000007629394414.9200000762939443684
2021-03-05 09:32:00-05:0015.01000022888183615.01000022888183614.99499988555908215.0100002288818361000
2021-03-05 09:33:00-05:0015.01000022888183615.10999965667724614.97999954223632815.0001001358032244384
2021-03-05 09:34:00-05:0014.97999954223632815.07999992370605614.97999954223632814.97999954223632832651
2021-03-05 09:35:00-05:001515.0100002288818361515.01000022888183618326
2021-03-05 09:36:00-05:0014.97000026702880915.02000045776367214.89000034332275414.9250001907348635045
2021-03-05 09:37:00-05:0014.92500019073486314.92500019073486314.85009956359863314.8500995635986331712
2021-03-05 09:38:00-05:0014.85009956359863314.85009956359863314.78999996185302714.8299999237060561431

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