Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Aese
@kaggle.lszltakcs_big_stock_data.aese

  • 171.21 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.0699999332427983.17000007629394533.01999998092651373.08500003814697272649844
2021-03-05 09:31:00-05:003.09920001029968263.0992999076843262.9400000572204592.950000047683716249279
2021-03-05 09:32:00-05:002.9449999332427983.0499999523162842.9400000572204593426335
2021-03-05 09:33:00-05:002.9700999259948732.98000001907348632.8699998855590822.930000066757202257935
2021-03-05 09:34:00-05:002.92890000343322752.9349999427795412.8801000118255612.9189999103546143130081
2021-03-05 09:35:00-05:002.9400000572204592.9400000572204592.91000008583068852.910099983215332197347
2021-03-05 09:36:00-05:002.9100999832153322.9100999832153322.83109998703002932.83899998664856131403
2021-03-05 09:37:00-05:002.8699998855590822.9000000953674322.8699998855590822.895400047302246108726
2021-03-05 09:38:00-05:003.0000998973846443.0000998973846442.9949998855590822.994999885559082203896

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