Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Bkng
@kaggle.lszltakcs_big_stock_data.bkng

  • 167.62 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:002235.770019531252241.600097656252217.8449707031252237.604980468756384
2021-03-05 09:31:00-05:002236.2949218752239.939941406252236.2949218752239.939941406251895
2021-03-05 09:32:00-05:002227.9299316406252239.6599121093752227.9299316406252228.9099121093752759
2021-03-05 09:33:00-05:002228.4099121093752229.4099121093752228.12988281252228.1298828125357
2021-03-05 09:34:00-05:002223.7050781252223.7050781252223.7050781252223.705078125260
2021-03-05 09:35:00-05:002222.6699218752227.3601074218752214.519531252225.0349121093751668
2021-03-05 09:36:00-05:002219.020019531252219.020019531252219.020019531252219.020019531252637
2021-03-05 09:37:00-05:00
2021-03-05 09:38:00-05:002212.5500488281252212.5500488281252209.149902343752209.14990234375826

CREATE TABLE bkng (
  "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.