Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Nnox
@kaggle.lszltakcs_big_stock_data.nnox

  • 159.9 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:0037.8912010192871138.0800018310546937.65000152587890637.735599517822266189864
2021-03-05 09:31:00-05:0037.7799987792968837.7799987792968836.850101470947273725170
2021-03-05 09:32:00-05:0037.0999984741210937.6208992004394536.9500007629394537.512996
2021-03-05 09:33:00-05:0037.06000137329101637.3498992919921936.6399993896484436.639999389648448700
2021-03-05 09:34:00-05:0036.90000152587890636.90000152587890636.51010131835937536.700000762939455743
2021-03-05 09:35:00-05:0036.5499992370605536.61999893188476636.3149986267089836.4300003051757824406
2021-03-05 09:36:00-05:0036.4300003051757836.7000007629394536.4199981689453136.569999694824224896
2021-03-05 09:37:00-05:0036.2536.2536.1399993896484436.1399993896484421240
2021-03-05 09:38:00-05:003636.073699951171883636.0200004577636722771

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