Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Kndi
@kaggle.lszltakcs_big_stock_data.kndi

  • 157.92 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.3800001144409186.39799976348876956.1599998474121096.19010019302368299824
2021-03-05 09:31:00-05:006.1750001907348636.1870999336242686.1675000190734866.17999982833862310953
2021-03-05 09:32:00-05:006.1700000762939456.256.1700000762939456.23000001907348623704
2021-03-05 09:33:00-05:006.2100000381469736.2399997711181646.2030000686645516.2300000190734868054
2021-03-05 09:34:00-05:006.219999790191656.219999790191656.1900000572204596.19000005722045912074
2021-03-05 09:35:00-05:006.1700000762939456.1898999214172366.1202001571655276.12020015716552712060
2021-03-05 09:36:00-05:006.1199998855590826.1256.0749998092651376.11000013351440410203
2021-03-05 09:37:00-05:006.0999999046325686.0999999046325686.0659999847412116.07000017166137716351
2021-03-05 09:38:00-05:006.0599999427795416.0599999427795416.030000209808356.05000019073486315510

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