Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ppbi
@kaggle.lszltakcs_big_stock_data.ppbi

  • 137.73 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:0042.3899993896484442.3899993896484441.9500007629394542.159999847412116571
2021-03-05 09:31:00-05:00
2021-03-05 09:32:00-05:00
2021-03-05 09:33:00-05:0042.1100006103515642.2299995422363342.1100006103515642.21500015258789888
2021-03-05 09:34:00-05:0042.22000122070312542.22000122070312542.11999893188476642.119998931884766498
2021-03-05 09:35:00-05:0042.1899986267089842.1899986267089842.15000152587890642.150001525878906450
2021-03-05 09:36:00-05:0042.1399993896484442.1399993896484441.93500137329101642.0400009155273446271
2021-03-05 09:37:00-05:0042.1049995422363342.1049995422363341.86999893188476641.9000015258789061560
2021-03-05 09:38:00-05:0041.83499908447265642.009998321533241.68500137329101641.965000152587892409

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