Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Slm
@kaggle.lszltakcs_big_stock_data.slm

  • 141.42 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:001616.12000083923341616.10000038146972774673
2021-03-05 09:31:00-05:0016.0900001525878916.11000061035156216.05999946594238316.10000038146972717079
2021-03-05 09:32:00-05:0016.10000038146972716.10499954223632816.08600044250488316.10499954223632813409
2021-03-05 09:33:00-05:0016.10499954223632816.120000839233416.0900001525878916.11499977111816435020
2021-03-05 09:34:00-05:0016.11000061035156216.1380004882812516.07500076293945316.1380004882812520323
2021-03-05 09:35:00-05:0016.10499954223632816.10499954223632816.07999992370605516.07999992370605528225
2021-03-05 09:36:00-05:0016.0699996948242216.07999992370605516.05999946594238316.07999992370605511983
2021-03-05 09:37:00-05:0016.0699996948242216.0699996948242216.04000091552734416.0450000762939454813
2021-03-05 09:38:00-05:0016.04999923706054716.0900001525878916.04999923706054716.090000152587896406

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