Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Adpt
@kaggle.lszltakcs_big_stock_data.adpt

  • 173.4 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:0043.950000762939454443.0200004577636743.0999984741210925535
2021-03-05 09:31:00-05:0043.1399993896484443.1399993896484442.5144004821777342.6399993896484410316
2021-03-05 09:32:00-05:0042.6749992370605543.1100006103515642.63000106811523443.1100006103515632114
2021-03-05 09:33:00-05:0043.1699981689453143.3300018310546942.89009857177734443.264999389648442309
2021-03-05 09:34:00-05:0043.2649993896484443.2649993896484443.06000137329101643.254798889160162839
2021-03-05 09:35:00-05:0043.22000122070312543.2299995422363343433288
2021-03-05 09:36:00-05:0043.1899986267089843.3400001525878942.8899993896484443.0600013732910163190
2021-03-05 09:37:00-05:0043.0349998474121143.0349998474121142.759998321533242.764999389648443435
2021-03-05 09:38:00-05:0042.8950004577636742.8950004577636742.7201004028320342.720100402832032517

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