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 | 133.69000244140625 | 133.84500122070312 | 132.83999633789062 | 133.5482940673828 | 49169 |
2021-03-05 09:31:00-05:00 | 133.5800018310547 | 133.85000610351562 | 133.30999755859375 | 133.30999755859375 | 15944 |
2021-03-05 09:32:00-05:00 | 133.11000061035156 | 133.2100067138672 | 132.00999450683594 | 132.61160278320312 | 14792 |
2021-03-05 09:33:00-05:00 | 132.68499755859375 | 133.02999877929688 | 132.39999389648438 | 132.4250030517578 | 14691 |
2021-03-05 09:34:00-05:00 | 132.14999389648438 | 132.4199981689453 | 131.875 | 132.00010681152344 | 10191 |
2021-03-05 09:35:00-05:00 | 132 | 132.13999938964844 | 131.57000732421875 | 131.8300018310547 | 23848 |
2021-03-05 09:36:00-05:00 | 131.77499389648438 | 132 | 131.52000427246094 | 131.8300018310547 | 8806 |
2021-03-05 09:37:00-05:00 | 131.58999633789062 | 131.66000366210938 | 130.91000366210938 | 130.99000549316406 | 9453 |
2021-03-05 09:38:00-05:00 | 131 | 131.41470336914062 | 130.94000244140625 | 131.3699951171875 | 10112 |
CREATE TABLE wynn (
"datetime" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.