Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Akts
@kaggle.lszltakcs_big_stock_data.akts

  • 132.2 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:0012.882599830627441312.28999996185302712.39999961853027283303
2021-03-05 09:31:00-05:0012.39999961853027212.61999988555908212.35140037536621312.56499958038337329
2021-03-05 09:32:00-05:0012.5349998474121112.55000019073486312.39999961853027212.4449996948242220139
2021-03-05 09:33:00-05:0012.48999977111816412.67000007629394412.44999980926513712.6000003814697285903
2021-03-05 09:34:00-05:0012.52999973297119112.64999961853027212.4500999450683612.4701004028320314675
2021-03-05 09:35:00-05:0012.59500026702880912.60000038146972812.4001998901367212.4200000762939448577
2021-03-05 09:36:00-05:0012.42000007629394412.46000003814697312.3400001525878912.35000038146972810975
2021-03-05 09:37:00-05:0012.44999980926513712.44999980926513712.34010028839111212.3410997390747091501
2021-03-05 09:38:00-05:0012.44999980926513712.44999980926513712.3199996948242212.3699998855590822508

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