Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ndra
@kaggle.lszltakcs_big_stock_data.ndra

  • 148.01 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:002.07999992370605472.14549994468688962.07999992370605472.1101999282836914179127
2021-03-05 09:31:00-05:002.1001000404357912.1001000404357912.020200014114382.05999994277954121592
2021-03-05 09:32:00-05:002.07999992370605472.1400001049041752.0599999427795412.05999994277954121631
2021-03-05 09:33:00-05:002.08109998703002932.1199998855590822.08109998703002932.1003999710083014950
2021-03-05 09:34:00-05:002.09999990463256842.09999990463256842.09299993515014652.09999990463256843635
2021-03-05 09:35:00-05:002.09999990463256842.1224999427795412.0999000072479252.1224999427795419422
2021-03-05 09:36:00-05:002.1199998855590822.1199998855590822.1099998950958252.1099998950958251281
2021-03-05 09:37:00-05:002.1110000610351562.1110000610351562.1101000308990482.1101000308990481165
2021-03-05 09:38:00-05:002.1300001144409182.1300001144409182.09999990463256842.1099998950958252848

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