Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Tmdx
@kaggle.lszltakcs_big_stock_data.tmdx

  • 184.77 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:0032.5900001525878932.73410034179687532.2000007629394532.2000007629394526143
2021-03-05 09:31:00-05:0032.509998321533232.50999832153323232.171001434326175343
2021-03-05 09:32:00-05:0032.0499992370605532.22000122070312531.51399993896484431.670999526977547432
2021-03-05 09:33:00-05:0031.79999923706054731.85000038146972731.6005992889404331.610000610351566592
2021-03-05 09:34:00-05:0031.3199996948242231.40360069274902331.3199996948242231.4036006927490235641
2021-03-05 09:35:00-05:0031.33399963378906231.33399963378906230.6599998474121130.95999908447265615291
2021-03-05 09:36:00-05:0030.95999908447265631.48999977111816430.6599998474121130.9699993133544915812
2021-03-05 09:37:00-05:0030.754999160766630.95000076293945330.530.6499996185302810024
2021-03-05 09:38:00-05:0030.6100006103515630.9598999023437530.5638008117675730.959899902343751644

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