Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Tnxp
@kaggle.lszltakcs_big_stock_data.tnxp

  • 153.59 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.97970002889633180.99730002880096440.976800024509430.997099995613098959557
2021-03-05 09:31:00-05:000.98100000619888320.99610000848770140.98000001907348640.989000022411346461670
2021-03-05 09:32:00-05:000.9897999763488770.989899992942810.98000001907348640.9858000278472975595
2021-03-05 09:33:00-05:000.98589998483657840.98589998483657840.98030000925064080.98400002717971893470
2021-03-05 09:34:00-05:000.98199999332427980.98390001058578480.97659999132156360.977299988269806104024
2021-03-05 09:35:00-05:000.97820001840591440.979799985885620.97759997844696040.978399991989135697417
2021-03-05 09:36:00-05:000.97670000791549680.97769999504089360.9750000238418580.975099980831146289686
2021-03-05 09:37:00-05:000.97350001335144040.9736999869346620.97000002861022960.97369998693466295898
2021-03-05 09:38:00-05:000.97240000963211060.97460001707077040.97100001573562620.9721009731292723120861

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