Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mbio
@kaggle.lszltakcs_big_stock_data.mbio

  • 153.5 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:003.1500000953674323.16000008583068853.1400001049041753.148499965667724685832
2021-03-05 09:31:00-05:003.1493000984191893.1493000984191893.1199998855590823.13000011444091814856
2021-03-05 09:32:00-05:003.1310999393463133.13890004158023.11039996147155763.12380003929138211806
2021-03-05 09:33:00-05:003.1300001144409183.1498999595642093.1300001144409183.140000104904175858
2021-03-05 09:34:00-05:003.1300001144409183.1300001144409183.11890006065368653.11890006065368657102
2021-03-05 09:35:00-05:003.1099998950958253.13890004158023.1099998950958253.13000011444091816654
2021-03-05 09:36:00-05:003.1349999904632573.1398999691009523.1300001144409183.1398999691009521009
2021-03-05 09:37:00-05:003.1300001144409183.1300001144409183.1199998855590823.1199998855590823993
2021-03-05 09:38:00-05:003.1199998855590823.1199998855590823.11439990997314453.11999988555908221553

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