Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Blue
@kaggle.lszltakcs_big_stock_data.blue

  • 164.6 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:0028.10000038146972728.48999977111816428.10000038146972728.23999977111816424521
2021-03-05 09:31:00-05:0028.27000045776367228.27000045776367228.0191993713378928.019199371337892257
2021-03-05 09:32:00-05:0028.02000045776367228.20000076293945328.02000045776367228.200000762939453477
2021-03-05 09:33:00-05:0028.1350002288818428.35000038146972728.1196994781494128.2693996429443364954
2021-03-05 09:34:00-05:0028.3199996948242228.3400001525878928.120000839233428.23279953002929713967
2021-03-05 09:35:00-05:0028.28000068664550828.35680007934570328.1350002288818428.135000228881847939
2021-03-05 09:36:00-05:0028.10000038146972728.20000076293945328.10000038146972728.149999618530284276
2021-03-05 09:37:00-05:0028.120000839233428.120000839233427.98999977111816428.0799999237060512861
2021-03-05 09:38:00-05:0028.129999160766628.129999160766627.79999923706054727.899999618530284347

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