Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Artl
@kaggle.lszltakcs_big_stock_data.artl

  • 161.75 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:001.54999995231628421.6000000238418581.51.5499999523162842114909
2021-03-05 09:31:00-05:001.51100003719329831.51100003719329831.5003000497817991.5003000497817999636
2021-03-05 09:32:00-05:001.50999999046325681.51999998092651371.50999999046325681.5199999809265137978
2021-03-05 09:33:00-05:001.5239000320434571.5239000320434571.50999999046325681.51999998092651376995
2021-03-05 09:34:00-05:001.51999998092651371.58000004291534421.51999998092651371.58000004291534424964
2021-03-05 09:35:00-05:001.57500004768371581.5900000333786011.53999996185302711.549999952316284211715
2021-03-05 09:36:00-05:001.57000005245208741.57000005245208741.5599999427795411.559999942779541880
2021-03-05 09:37:00-05:001.55030000209808351.57000005245208741.55030000209808351.559200048446655311100
2021-03-05 09:38:00-05:001.54999995231628421.5600999593734741.54999995231628421.5600999593734743877

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