Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Bhf
@kaggle.lszltakcs_big_stock_data.bhf

  • 152.45 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:0041.7799987792968841.7799987792968841.3600006103515641.360000610351565870
2021-03-05 09:31:00-05:0041.74499893188476642.1800003051757841.74499893188476642.159999847412116185
2021-03-05 09:32:00-05:0042.15000152587890642.15000152587890642.15000152587890642.150001525878906159
2021-03-05 09:33:00-05:0042.1699981689453142.22000122070312542.0499992370605542.2200012207031254401
2021-03-05 09:34:00-05:0042.2949981689453142.63000106811523442.2949981689453142.5600013732910163908
2021-03-05 09:35:00-05:0042.4799995422363342.5699996948242242.3400001525878942.414501190185555525
2021-03-05 09:36:00-05:0042.4300003051757842.4300003051757842.37542.375531
2021-03-05 09:37:00-05:0042.22000122070312542.22000122070312541.8902015686035241.890201568603521926
2021-03-05 09:38:00-05:0042.009998321533242.009998321533241.9449996948242241.944999694824225439

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