Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Axon
@kaggle.lszltakcs_big_stock_data.axon

  • 166.04 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:00144.5399932861328145143.5143.512167
2021-03-05 09:31:00-05:00143.77609252929688143.8699951171875142.85910034179688143.220001220703123442
2021-03-05 09:32:00-05:00143.72000122070312143.72000122070312143.0825958251953143.0825958251953673
2021-03-05 09:33:00-05:00143.46499633789062144.69000244140625143.0399932861328144.690002441406253759
2021-03-05 09:34:00-05:00144.57150268554688144.57150268554688142.8699951171875142.86999511718751017
2021-03-05 09:35:00-05:00143.27999877929688143.69000244140625143.27999877929688143.690002441406252169
2021-03-05 09:36:00-05:00144.25144.25143.48500061035156143.485000610351561243
2021-03-05 09:37:00-05:00142.61000061035156142.90609741210938142.21170043945312142.906097412109381757
2021-03-05 09:38:00-05:00142.77000427246094143142.72619628906251431034

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