Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mnkd
@kaggle.lszltakcs_big_stock_data.mnkd

  • 157.58 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:003.4900000095367433.53.4500000476837163.469000101089477147598
2021-03-05 09:31:00-05:003.45399999618530273.46000003814697273.4300000667572023.44530010223388677623
2021-03-05 09:32:00-05:003.4300000667572023.48000001907348633.4300000667572023.480000019073486310681
2021-03-05 09:33:00-05:003.48000001907348633.53.4709000587463383.480000019073486357741
2021-03-05 09:34:00-05:003.48000001907348633.4900000095367433.4700000286102293.47810006141662634170
2021-03-05 09:35:00-05:003.4900000095367433.4900000095367433.4700000286102293.47000002861022938171
2021-03-05 09:36:00-05:003.4695000648498533.47499990463256843.45499992370605473.4598999023437513609
2021-03-05 09:37:00-05:003.4300000667572023.4300000667572023.42000007629394533.42499995231628427255
2021-03-05 09:38:00-05:003.4300000667572023.4349999427795413.41000008583068853.410000085830688516464

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