Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

  • 127.01 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.8199996948242212.86999988555908212.49199962615966812.86999988555908238074
2021-03-05 09:31:00-05:0012.8199996948242212.82999992370605612.7512.81000041961676519
2021-03-05 09:32:00-05:0012.85999965667724612.86999988555908212.83500003814697312.8699998855590822749
2021-03-05 09:33:00-05:0012.85999965667724612.89089965820312312.85999965667724612.890899658203123895
2021-03-05 09:34:00-05:0012.89000034332275412.92000007629394412.88000011444091812.9200000762939447432
2021-03-05 09:35:00-05:0012.92000007629394412.92000007629394412.86999988555908212.88500022888183618879
2021-03-05 09:36:00-05:0012.89000034332275412.9099998474121112.88000011444091812.89000034332275414520
2021-03-05 09:37:00-05:0012.89999961853027212.89999961853027212.85000038146972812.8900003433227549733
2021-03-05 09:38:00-05:0012.89000034332275412.92000007629394412.89000034332275412.92000007629394413596

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