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 | 1.9375 | 1.9375 | 1.8600000143051147 | 1.860100030899048 | 169183 |
2021-03-05 09:31:00-05:00 | 1.8739999532699585 | 1.8739999532699585 | 1.7999999523162842 | 1.837299942970276 | 51820 |
2021-03-05 09:32:00-05:00 | 1.840000033378601 | 1.870000004768372 | 1.840000033378601 | 1.840000033378601 | 22165 |
2021-03-05 09:33:00-05:00 | 1.840000033378601 | 1.8450000286102293 | 1.830999970436096 | 1.8450000286102293 | 21982 |
2021-03-05 09:34:00-05:00 | 1.840000033378601 | 1.8688000440597528 | 1.840000033378601 | 1.859699964523316 | 13634 |
2021-03-05 09:35:00-05:00 | 1.8600000143051147 | 1.868399977684021 | 1.840000033378601 | 1.850000023841858 | 3578 |
2021-03-05 09:36:00-05:00 | 1.8450000286102293 | 1.8600000143051147 | 1.830000042915344 | 1.850000023841858 | 50758 |
2021-03-05 09:37:00-05:00 | 1.830000042915344 | 1.830000042915344 | 1.820000052452088 | 1.8288999795913696 | 42547 |
2021-03-05 09:38:00-05:00 | 1.840000033378601 | 1.840000033378601 | 1.809999942779541 | 1.820000052452088 | 19318 |
CREATE TABLE dare (
"datetime" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.