Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Kbnt
@kaggle.lszltakcs_big_stock_data.kbnt

  • 160.82 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:006.6799998283386236.6799998283386236.56.57700014114379929619
2021-03-05 09:31:00-05:006.5599999427795416.6900000572204596.5599999427795416.6900000572204596071
2021-03-05 09:32:00-05:006.6300001144409186.6700000762939456.5809998512268076.6251497
2021-03-05 09:33:00-05:006.6262998580932626.6343002319335946.5799999237060556.5799999237060555118
2021-03-05 09:34:00-05:006.6599001884460456.6999998092651376.6174998283386236.69999980926513710081
2021-03-05 09:35:00-05:006.6999998092651376.6999998092651376.6750001907348636.6849999427795412361
2021-03-05 09:36:00-05:006.6725001335144046.6725001335144046.530000209808356.594999790191653160
2021-03-05 09:37:00-05:006.56.5012001991271976.4200000762939456.421100139617924199
2021-03-05 09:38:00-05:006.4099998474121096.4099998474121096.3899998664855966.3899998664855964668

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