Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Gt
@kaggle.lszltakcs_big_stock_data.gt

  • 143.08 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:0018.54000091552734418.8199996948242218.02000045776367218.77499961853028166735
2021-03-05 09:31:00-05:0018.7600002288818418.8999996185302818.7199993133544918.79000091552734432363
2021-03-05 09:32:00-05:0018.72999954223632818.7649993896484418.54999923706054718.6326007843017622091
2021-03-05 09:33:00-05:0018.6100006103515618.870000839233418.54999923706054718.8199996948242254331
2021-03-05 09:34:00-05:0018.8199996948242218.95000076293945318.75090026855468818.870000839233459252
2021-03-05 09:35:00-05:0018.8600006103515618.8600006103515618.629999160766618.6299991607666361278
2021-03-05 09:36:00-05:0018.6100006103515618.6599998474121118.52000045776367218.58499908447265612698
2021-03-05 09:37:00-05:0018.5900001525878918.5900001525878918.45999908447265618.45999908447265610306
2021-03-05 09:38:00-05:0018.44000053405761718.55999946594238318.3899993896484418.47999954223632812338

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