Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Pypl
@kaggle.lszltakcs_big_stock_data.pypl

  • 196.42 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:00243.1199951171875243.7480010986328241.19000244140625241.2850036621093484021
2021-03-05 09:31:00-05:00241.1300048828125242.42999267578125240.259994506836240.9299926757812559525
2021-03-05 09:32:00-05:00240.9100036621093241.6000061035156240.1100006103516241.600006103515650743
2021-03-05 09:33:00-05:00241.3000030517578241.72999572753903240.38999938964844240.3899993896484438104
2021-03-05 09:34:00-05:00239.0200042724609239.1499938964844238.6000061035156239.119995117187587384
2021-03-05 09:35:00-05:00238238.27999877929688237.6100006103516237.660003662109359543
2021-03-05 09:36:00-05:00238238.72999572753903237.009994506836237.309997558593749031
2021-03-05 09:37:00-05:00236.21499633789065236.97000122070312236.0500030517578236.1799926757812562275
2021-03-05 09:38:00-05:00236236.5500030517578235.602294921875236.164001464843775450

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