Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Adxs
@kaggle.lszltakcs_big_stock_data.adxs

  • 214.68 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.73000001907348630.750.72000002861022950.7462000250816345189904
2021-03-05 09:31:00-05:000.74980002641677860.74989998340606690.73000001907348630.73030000925064099447
2021-03-05 09:32:00-05:000.73839998245239260.74889999628067020.73019999265670780.748899996280670265685
2021-03-05 09:33:00-05:000.74370098114013670.75880002975463870.74370002746582030.754499971866607748109
2021-03-05 09:34:00-05:000.75445097684860230.7588999867439270.74599999189376830.7577999830245972191350
2021-03-05 09:35:00-05:000.75379997491836550.7566000223159790.74360001087188720.7564898
2021-03-05 09:36:00-05:000.75049901008605960.7506989836692810.74299997091293330.742999970912933346550
2021-03-05 09:37:00-05:000.74304997920989990.74309998750686650.73300999402999880.733099997043609618420
2021-03-05 09:38:00-05:000.735800027847290.73589897155761720.72240000963211060.727500021457672165545

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