Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ontx
@kaggle.lszltakcs_big_stock_data.ontx

  • 126.64 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.99010002613067640.99750000238418580.98900002241134640.9891999959945682185723
2021-03-05 09:31:00-05:000.9891999959945680.9891999959945680.98369997739791880.985000014305114779925
2021-03-05 09:32:00-05:000.98509997129440320.98530000448226920.98309999704360960.9850999712944032200328
2021-03-05 09:33:00-05:000.98530000448226920.99400001764297490.98009997606277480.9900000095367432249914
2021-03-05 09:34:00-05:000.99399000406265260.99400001764297490.9840000271797180.9939000010490416216511
2021-03-05 09:35:00-05:000.99000000953674320.99000000953674320.98710000514984120.9871000051498412142536
2021-03-05 09:36:00-05:000.98699998855590820.99000000953674320.98019999265670780.9847999811172484267770
2021-03-05 09:37:00-05:000.98240000009536740.98479998111724840.97260099649429320.9726009964942932347107
2021-03-05 09:38:00-05:000.97109997272491460.9721000194549560.96499997377395640.9678999781608582173496

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