Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Rdus
@kaggle.lszltakcs_big_stock_data.rdus

  • 141.02 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:0021.129999160766621.27000045776367220.9650001525878920.965000152587899567
2021-03-05 09:31:00-05:0020.870000839233420.995000839233420.85000038146972720.9950008392334708
2021-03-05 09:32:00-05:0020.95000076293945321.0900001525878920.95000076293945321.090000152587893359
2021-03-05 09:33:00-05:0021.17860031127929721.17860031127929721.17860031127929721.178600311279297466
2021-03-05 09:34:00-05:0021.1399993896484421.1399993896484421.05999946594238321.079999923706051824
2021-03-05 09:35:00-05:0021.20999908447265621.20999908447265620.94000053405761720.96640014648437500
2021-03-05 09:36:00-05:0021.0550003051757821.0550003051757821.0550003051757821.05500030517578388
2021-03-05 09:37:00-05:0021.05999946594238321.05999946594238320.9300003051757821.010000228881841149
2021-03-05 09:38:00-05:00212120.85000038146972720.87000083923342629

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