Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cyrn
@kaggle.lszltakcs_big_stock_data.cyrn

  • 163.8 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:000.84030002355575560.85000002384185790.84030002355575560.8500000238418579113532
2021-03-05 09:31:00-05:000.84030002355575560.84979999065399170.82200002670288090.830851018428802534411
2021-03-05 09:32:00-05:000.82260000705718990.83980000019073490.82260000705718990.8381000161170966673
2021-03-05 09:33:00-05:000.83980000019073490.86000001430511470.83980000019073490.83980000019073496597
2021-03-05 09:34:00-05:000.8399000167846680.8399000167846680.82580000162124630.83898997306823734912
2021-03-05 09:35:00-05:000.83899998664855960.83899998664855960.82999998331069950.829999983310699510505
2021-03-05 09:36:00-05:000.83399999141693120.83789998292922970.82599997520446780.825999975204467826091
2021-03-05 09:37:00-05:000.82190001010894780.82990002632141110.82190001010894780.82980000972747829842
2021-03-05 09:38:00-05:000.82969897985458370.82969999313354490.82210099697113040.823700010776519833805

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