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 | 18.13999938964844 | 18.14999961853028 | 18 | 18.040000915527344 | 52369 |
2021-03-05 09:31:00-05:00 | 18.009899139404297 | 18.009899139404297 | 17.75 | 17.850000381469727 | 7379 |
2021-03-05 09:32:00-05:00 | 17.740100860595703 | 17.795000076293945 | 17.52429962158203 | 17.540000915527344 | 8539 |
2021-03-05 09:33:00-05:00 | 17.610000610351562 | 17.719900131225586 | 17.1299991607666 | 17.17840003967285 | 26296 |
2021-03-05 09:34:00-05:00 | 16.979999542236328 | 17.199899673461914 | 16.972299575805664 | 17.149999618530273 | 11212 |
2021-03-05 09:35:00-05:00 | 17.216999053955078 | 17.290000915527344 | 17.204999923706055 | 17.290000915527344 | 10947 |
2021-03-05 09:36:00-05:00 | 17.275999069213867 | 17.595699310302734 | 17.270000457763672 | 17.520099639892578 | 40191 |
2021-03-05 09:37:00-05:00 | 17.655000686645508 | 17.760000228881836 | 17.297300338745117 | 17.43000030517578 | 11540 |
2021-03-05 09:38:00-05:00 | 17.375 | 17.5 | 17.31879997253418 | 17.389999389648438 | 6700 |
CREATE TABLE gmbl (
"datetime" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.