Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cetx
@kaggle.lszltakcs_big_stock_data.cetx

  • 152.8 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:001.52349996566772461.53999996185302711.48000001907348631.5101000070571959497
2021-03-05 09:31:00-05:001.52999997138977051.5315999984741211.52999997138977051.5315999984741212519
2021-03-05 09:32:00-05:001.53900003433227541.53900003433227541.52999997138977051.5333000421524048995
2021-03-05 09:33:00-05:001.53009998798370361.53999996185302711.53009998798370361.53999996185302712200
2021-03-05 09:34:00-05:001.53949999809265141.53999996185302711.53949999809265141.53999996185302712145
2021-03-05 09:35:00-05:001.5522999763488771.5522999763488771.54009997844696041.54009997844696043674
2021-03-05 09:36:00-05:001.53999996185302711.53999996185302711.53009998798370361.53009998798370364946
2021-03-05 09:37:00-05:001.53729999065399171.53729999065399171.53009998798370361.5300999879837036321
2021-03-05 09:38:00-05:001.53009998798370361.53009998798370361.53009998798370361.5300999879837036100

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