Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Holx
@kaggle.lszltakcs_big_stock_data.holx

  • 170.88 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:0070.905296325683670.905296325683669.7399978637695370.3700027465820331494
2021-03-05 09:31:00-05:0070.349998474121170.5400009155273470.349998474121170.540000915527341277
2021-03-05 09:32:00-05:0070.6849975585937570.769996643066470.4100036621093870.76999664306643567
2021-03-05 09:33:00-05:0070.7722015380859471.1699981689453170.6399993896484470.970001220703125250
2021-03-05 09:34:00-05:0070.9700012207031270.9700012207031270.5100021362304770.610000610351565070
2021-03-05 09:35:00-05:0070.6350021362304770.7450027465820370.519996643066470.59999847412113650
2021-03-05 09:36:00-05:0070.2570.3600006103515670.2570.339996337890621841
2021-03-05 09:37:00-05:0070.4029006958007870.4029006958007870.2835006713867270.324996948242191999
2021-03-05 09:38:00-05:0070.3249969482421970.4899978637695370.2549972534179770.489997863769535508

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