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 | 57.02000045776367 | 57.02000045776367 | 57.02000045776367 | 57.02000045776367 | 6793 |
2021-03-05 09:31:00-05:00 | 56.5 | 56.54280090332031 | 56.06999969482422 | 56.25 | 2344 |
2021-03-05 09:32:00-05:00 | 56.040000915527344 | 56.040000915527344 | 56.040000915527344 | 56.040000915527344 | 449 |
2021-03-05 09:33:00-05:00 | 56.369998931884766 | 56.52000045776367 | 56.369998931884766 | 56.52000045776367 | 770 |
2021-03-05 09:34:00-05:00 | 56.45000076293945 | 56.810001373291016 | 56.33000183105469 | 56.810001373291016 | 751 |
2021-03-05 09:35:00-05:00 | 57.33000183105469 | 57.33000183105469 | 56.66999816894531 | 56.66999816894531 | 2972 |
2021-03-05 09:36:00-05:00 | 57.040000915527344 | 57.06999969482422 | 56.665000915527344 | 57.06999969482422 | 1535 |
2021-03-05 09:37:00-05:00 | 56.88999938964844 | 56.88999938964844 | 56.79999923706055 | 56.79999923706055 | 253 |
2021-03-05 09:38:00-05:00 | 56.59000015258789 | 56.7599983215332 | 56.59000015258789 | 56.7599983215332 | 552 |
CREATE TABLE domo (
"datetime" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.