Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Oncy
@kaggle.lszltakcs_big_stock_data.oncy

  • 120.79 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.0499999523162843.08500003814697273.0499999523162843.085000038146972725407
2021-03-05 09:31:00-05:003.0601000785827643.0771999359130863.02749991416931153.02749991416931153840
2021-03-05 09:32:00-05:003.0499999523162843.08879995346069343.01999998092651373.029999971389770515195
2021-03-05 09:33:00-05:003.0399999618530283.0499999523162843.034100055694583.04769992828369146871
2021-03-05 09:34:00-05:003.0655000209808353.0655000209808353.0499999523162843.049999952316284263
2021-03-05 09:35:00-05:003.0532999038696293.0532999038696293.02999997138977053.02999997138977051030
2021-03-05 09:36:00-05:003.01999998092651373.01999998092651372.98000001907348632.9849998950958258793
2021-03-05 09:37:00-05:002.9700999259948732.9700999259948732.91000008583068852.93000006675720214057
2021-03-05 09:38:00-05:002.9100999832153322.9249999523162842.9100999832153322.92000007629394531193

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