Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Etsy
@kaggle.lszltakcs_big_stock_data.etsy

  • 200.53 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:00203.12319946289065203.4349975585937201.009994506836203.12319946289065117554
2021-03-05 09:31:00-05:00202.7100067138672203.13999938964844201.9499969482422202.414993286132826284
2021-03-05 09:32:00-05:00202.25202.626693725586201.92010498046875202.399993896484426165
2021-03-05 09:33:00-05:00202.1179962158203203.1600036621093201201.472503662109314959
2021-03-05 09:34:00-05:00201.4850006103516201.9598999023437200.39480590820312200.9400024414062526352
2021-03-05 09:35:00-05:00200.9199981689453200.9199981689453198.5198.6399993896484433933
2021-03-05 09:36:00-05:00198.9199981689453199.009994506836196.6100006103516196.610000610351618552
2021-03-05 09:37:00-05:00196196.63999938964844195.96499633789065196.160003662109320434
2021-03-05 09:38:00-05:0019519519519529511

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