Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Wafd
@kaggle.lszltakcs_big_stock_data.wafd

  • 125.04 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:0031.1599998474121131.3199996948242231.1499996185302831.149999618530285213
2021-03-05 09:31:00-05:0031.20999908447265631.2531.12531.1251055
2021-03-05 09:32:00-05:0031.2531.5100002288818431.120000839233431.510000228881842901
2021-03-05 09:33:00-05:0031.5900001525878931.5900001525878931.5900001525878931.59000015258789197
2021-03-05 09:34:00-05:0031.60000038146972731.6499996185302831.5100002288818431.510000228881841060
2021-03-05 09:35:00-05:0031.6399993896484431.6399993896484431.56500053405761731.62000083923342240
2021-03-05 09:36:00-05:0031.55949974060058231.70999908447265631.55949974060058231.7099990844726565970
2021-03-05 09:37:00-05:0031.67000007629394531.69000053405761731.54999923706054731.5499992370605475348
2021-03-05 09:38:00-05:0031.44000053405761731.4699993133544931.44000053405761731.46999931335449641

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