Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cpsh
@kaggle.lszltakcs_big_stock_data.cpsh

  • 157.75 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:0014.04720020294189614.16839981079101613.92000007629394414.16839981079101665467
2021-03-05 09:31:00-05:0014.07999992370605614.13000011444091814.00010013580322414.0100002288818362060
2021-03-05 09:32:00-05:0014.06989955902099614.06989955902099613.95090007781982414.0110998153686524727
2021-03-05 09:33:00-05:0014.01500034332275414.02999973297119113.82999992370605613.8301000595092767817
2021-03-05 09:34:00-05:0013.86999988555908213.86999988555908213.82999992370605613.8299999237060562340
2021-03-05 09:35:00-05:0013.77999973297119113.87650012969970913.513.6999998092651379805
2021-03-05 09:36:00-05:0013.64000034332275413.64000034332275413.52000045776367213.6058998107910164652
2021-03-05 09:37:00-05:0013.57999992370605613.5900001525878913.35999965667724613.590000152587898811
2021-03-05 09:38:00-05:0013.47000026702880913.55000019073486313.4099998474121113.4849996566772463473

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