Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Orly
@kaggle.lszltakcs_big_stock_data.orly

  • 163.05 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:00450452.2000122070313450451.100006103515614734
2021-03-05 09:31:00-05:00450.30999755859375450.94500732421884484484126
2021-03-05 09:32:00-05:00450.0400085449219451.635009765625447.5750122070313450.04000854492198403
2021-03-05 09:33:00-05:00450.0400085449219452.1409912109375450.0400085449219450.4274902343751705
2021-03-05 09:34:00-05:00
2021-03-05 09:35:00-05:00450.25450.6600036621094450.1400146484375450.39001464843751667
2021-03-05 09:36:00-05:00
2021-03-05 09:37:00-05:00
2021-03-05 09:38:00-05:00450.1300048828125450.25449.06201171875450.252219

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