Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Zm
@kaggle.lszltakcs_big_stock_data.zm

  • 202.62 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:00345.3900146484375347.75344.6499938964844345.9800109863281251552
2021-03-05 09:31:00-05:00345.8500061035156346.7099914550781344.57000732421875345.38500976562536187
2021-03-05 09:32:00-05:00345.1700134277344345.1700134277344343.1499938964844344.970001220703146040
2021-03-05 09:33:00-05:00344.79998779296875346.9999084472656344.5344.730010986328138940
2021-03-05 09:34:00-05:00344.95001220703125345.3299865722656344.7196960449219345.329986572265636622
2021-03-05 09:35:00-05:00344.9700012207031345.239990234375342.625342.779998779296943464
2021-03-05 09:36:00-05:00343.15008544921875344.7799987792969343343.149993896484431365
2021-03-05 09:37:00-05:00343.75343.75343.0400085449219343.454986572265633009
2021-03-05 09:38:00-05:00342342.510009765625341.1000061035156341.872589111328139061

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