Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Glpi
@kaggle.lszltakcs_big_stock_data.glpi

  • 119.24 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:0042.9799995422363343.5298995971679742.9799995422363343.3499984741210923510
2021-03-05 09:31:00-05:0043.1624984741210943.1624984741210942.9500007629394542.950000762939451095
2021-03-05 09:32:00-05:0042.9500007629394543.1399993896484442.9500007629394543.020000457763671691
2021-03-05 09:33:00-05:0043.0998992919921943.0998992919921943.0800018310546943.08000183105469616
2021-03-05 09:34:00-05:0043.02500152587890643.13000106811523443.02500152587890643.1300010681152341214
2021-03-05 09:35:00-05:0043.1315002441406343.1315002441406342.95999908447265642.9599990844726562480
2021-03-05 09:36:00-05:0042.97000122070312542.97000122070312542.97000122070312542.970001220703125577
2021-03-05 09:37:00-05:0042.90000152587890642.90000152587890642.8499984741210942.889999389648443813
2021-03-05 09:38:00-05:0042.9999008178710942.9999008178710942.9999008178710942.99990081787109283

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