Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Googl
@kaggle.lszltakcs_big_stock_data.googl

  • 181.12 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:002057.0700683593752057.0700683593752057.0700683593752057.07006835937557935
2021-03-05 09:31:00-05:002056.2399902343752068.95996093752055.5500488281252064.6000976562518544
2021-03-05 09:32:00-05:002061.70996093752061.70996093752061.70996093752061.709960937512786
2021-03-05 09:33:00-05:002058.6999511718752072.975097656252058.1799316406252066.96997070312526972
2021-03-05 09:34:00-05:002062.439941406252062.439941406252060.5329589843752060.53295898437511113
2021-03-05 09:35:00-05:002062.439941406252062.439941406252059.2648925781252059.2648925781254325
2021-03-05 09:36:00-05:002063.1398925781252063.1398925781252063.1398925781252063.1398925781258248
2021-03-05 09:37:00-05:002062.0900878906252062.0900878906252058.8503417968752059.560058593752496
2021-03-05 09:38:00-05:0020602060206020607646

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