Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Drna
@kaggle.lszltakcs_big_stock_data.drna

  • 151.28 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:0027.6399993896484427.79000091552734427.5963001251220727.596300125122077902
2021-03-05 09:31:00-05:0027.9619998931884827.9619998931884827.7877006530761727.78770065307617334
2021-03-05 09:32:00-05:0027.370000839233427.79000091552734427.2150001525878927.7900009155273442969
2021-03-05 09:33:00-05:0027.29000091552734427.29000091552734427.29000091552734427.290000915527344102
2021-03-05 09:34:00-05:0027.20999908447265627.20999908447265627.20999908447265627.2099990844726562286
2021-03-05 09:35:00-05:0027.19000053405761727.2527.129999160766627.12999916076662655
2021-03-05 09:36:00-05:00
2021-03-05 09:37:00-05:0027.0949993133544927.0949993133544927.0949993133544927.09499931335449101
2021-03-05 09:38:00-05:0027.18770027160644527.18770027160644526.7409000396728526.740900039672852145

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