Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ccnc
@kaggle.lszltakcs_big_stock_data.ccnc

  • 150.72 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:005.4400000572204595.4400000572204595.3172998428344735.40000009536743210797
2021-03-05 09:31:00-05:005.4099998474121095.4200000762939455.4000000953674325.4000000953674321639
2021-03-05 09:32:00-05:005.4499001502990725.4499001502990725.4000000953674325.400000095367432307
2021-03-05 09:33:00-05:005.4432997703552255.4432997703552255.4432997703552255.443299770355225280
2021-03-05 09:34:00-05:00
2021-03-05 09:35:00-05:005.4000000953674325.4000000953674325.4000000953674325.400000095367432173
2021-03-05 09:36:00-05:005.2300000190734865.2300000190734865.1999998092651375.1999998092651373370
2021-03-05 09:37:00-05:00
2021-03-05 09:38:00-05:005.238599777221685.238599777221685.238599777221685.23859977722168125

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