Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Wtrh
@kaggle.lszltakcs_big_stock_data.wtrh

  • 146.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:003.51999998092651373.59999990463256843.53.52250534
2021-03-05 09:31:00-05:003.53.53.42000007629394533.4400999546051025196894
2021-03-05 09:32:00-05:003.4498999118804933.4700999259948733.4400000572204593.47009992599487366582
2021-03-05 09:33:00-05:003.4700999259948733.4969999790191653.4500000476837163.48900008201599192309
2021-03-05 09:34:00-05:003.48000001907348633.48000001907348633.42000007629394533.429100036621093851889
2021-03-05 09:35:00-05:003.4198000431060793.42000007629394533.39010000228881843.4100000858306885105604
2021-03-05 09:36:00-05:003.4000999927520753.4500000476837163.4000000953674323.44499993324279853186
2021-03-05 09:37:00-05:003.4498999118804933.5499999523162843.44009995460510253.5197999477386475173339
2021-03-05 09:38:00-05:003.53.51999998092651373.53.509900093078613378998

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