Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Bidu
@kaggle.lszltakcs_big_stock_data.bidu

  • 168.95 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:00266.24859619140625266.9800109863281264.1000061035156266.510009765625665310
2021-03-05 09:31:00-05:00266.5199890136719266.5849914550781264.42999267578125266.519989013671941870
2021-03-05 09:32:00-05:00266.04998779296875271266270.3349914550781175913
2021-03-05 09:33:00-05:00270.1300048828125270.1600036621094266.3999938964844266.420013427734468394
2021-03-05 09:34:00-05:00264.110595703125264.110595703125264.110595703125264.11059570312555015
2021-03-05 09:35:00-05:00263.44000244140625263.7333984375263.2049865722656263.204986572265671182
2021-03-05 09:36:00-05:00263263.7449951171875262.4849853515625263.5039062545998
2021-03-05 09:37:00-05:00261.3599853515625261.54998779296875260.5899963378906260.660003662109453897
2021-03-05 09:38:00-05:00260.4800109863281260.6300048828125260.29998779296875260.2999877929687565690

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