Big Stock Data
Thousands of stocks from the us market with a 1min resolution.
@kaggle.lszltakcs_big_stock_data
Thousands of stocks from the us market with a 1min resolution.
@kaggle.lszltakcs_big_stock_data
datetimeDatetime | openOpen | highHigh | lowLow | closeClose | volumeVolume |
---|---|---|---|---|---|
2021-03-04 09:30:00-05:00 | |||||
2021-03-05 09:30:00-05:00 | 19.20199966430664 | 19.20199966430664 | 19.01000022888184 | 19.024099349975582 | 19749 |
2021-03-05 09:31:00-05:00 | 19.058000564575195 | 19.1200008392334 | 19.01740074157715 | 19.05500030517578 | 11399 |
2021-03-05 09:32:00-05:00 | 19.049999237060547 | 19.049999237060547 | 19.02020072937012 | 19.02020072937012 | 986 |
2021-03-05 09:33:00-05:00 | 19.010099411010746 | 19.13999938964844 | 19.010099411010746 | 19.107500076293945 | 4133 |
2021-03-05 09:34:00-05:00 | 19.1200008392334 | 19.13999938964844 | 19.09709930419922 | 19.13999938964844 | 4012 |
2021-03-05 09:35:00-05:00 | 19.125 | 19.13999938964844 | 19.049999237060547 | 19.09000015258789 | 3647 |
2021-03-05 09:36:00-05:00 | 19.045000076293945 | 19.07999992370605 | 18.950000762939453 | 18.950000762939453 | 3868 |
2021-03-05 09:37:00-05:00 | 18.959999084472656 | 18.979999542236328 | 18.950000762939453 | 18.950000762939453 | 3750 |
2021-03-05 09:38:00-05:00 | 18.950000762939453 | 18.97100067138672 | 18.79010009765625 | 18.79010009765625 | 8057 |
CREATE TABLE woof (
"datetime" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.