Baselight

Big Stock Data

Thousands of stocks from the us market with a 1min resolution.

@kaggle.lszltakcs_big_stock_data

Gnog
@kaggle.lszltakcs_big_stock_data.gnog

  • 174.82 KB
  • 14040 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

2021-03-04 09:30:00-05:00
2021-03-05 09:30:00-05:0013.60000038146972813.67759990692138813.35000038146972813.55000019073486376189
2021-03-05 09:31:00-05:0013.4099998474121113.54500007629394413.4099998474121113.47999954223632815981
2021-03-05 09:32:00-05:0013.52999973297119113.5699996948242213.47999954223632813.5699996948242213125
2021-03-05 09:33:00-05:0013.60000038146972813.61499977111816413.5699996948242213.60999965667724613508
2021-03-05 09:34:00-05:0013.60000038146972813.64700031280517613.5900001525878913.644599914550789980
2021-03-05 09:35:00-05:0013.64999961853027213.64999961853027213.60000038146972813.6199998855590828389
2021-03-05 09:36:00-05:0013.60000038146972813.618100166320813.52000045776367213.5200004577636729434
2021-03-05 09:37:00-05:0013.513.513.38000011444091813.38000011444091812077
2021-03-05 09:38:00-05:0013.35499954223632813.35999965667724613.310000419616713.310000419616727234

CREATE TABLE gnog (
  "datetime" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.