Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Salm
@kaggle.lszltakcs_big_stock_data.salm

  • 122.09 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:002.8199999332427982.84999990463256842.6301000118255612.65000009536743290722
2021-03-05 09:31:00-05:002.6400001049041752.6400001049041752.5752000808715822.58999991416931156788
2021-03-05 09:32:00-05:002.61640000343322752.61640000343322752.61640000343322752.6164000034332275850
2021-03-05 09:33:00-05:002.57010006904602052.57999992370605472.5599999427795412.5599999427795415852
2021-03-05 09:34:00-05:002.5285999774932862.5599999427795412.51999998092651372.5599000453948972846
2021-03-05 09:35:00-05:002.52010011672973632.52010011672973632.52010011672973632.52010011672973633208
2021-03-05 09:36:00-05:002.52.5099999904632572.52.5099999904632571882
2021-03-05 09:37:00-05:002.52800011634826662.5395998954772952.5050001144409182.52999997138977055554
2021-03-05 09:38:00-05:002.52999997138977052.52999997138977052.52.51775

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