Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Otrk
@kaggle.lszltakcs_big_stock_data.otrk

  • 169.53 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:0023.7299995422363282423.70999908447265623.81389999389648438922
2021-03-05 09:31:00-05:0023.94000053405761723.94000053405761723.77000045776367223.829999923706054518
2021-03-05 09:32:00-05:0023.7658004760742224.1809997558593723.7658004760742224.180999755859373211
2021-03-05 09:33:00-05:0024.1979999542236424.98999977111816423.98999977111816424.9794998168945330179
2021-03-05 09:34:00-05:0026.2526.29999923706054725.51009941101074625.7257003784179760175
2021-03-05 09:35:00-05:0025.52689933776855525.79999923706054725.0342006683349625.0342006683349611405
2021-03-05 09:36:00-05:0024.9099998474121124.98999977111816424.5828990936279324.7250003814697275190
2021-03-05 09:37:00-05:0024.6499996185302824.77000045776367224.2201004028320324.2700004577636727630
2021-03-05 09:38:00-05:0024.79500007629394524.9356002807617224.7199993133544924.78000068664550818846

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