Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Crdf
@kaggle.lszltakcs_big_stock_data.crdf

  • 113.07 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:009.340000152587899.81000041961679.2600002288818369.66320037841796921847
2021-03-05 09:31:00-05:009.510100364685069.759.510100364685069.56000041961672942
2021-03-05 09:32:00-05:009.7100000381469739.7100000381469739.5174999237060569.590000152587895634
2021-03-05 09:33:00-05:009.5399999618530279.6199998855590829.5399999618530279.6199998855590821053
2021-03-05 09:34:00-05:009.569999694824229.6000003814697289.43999958038339.52999973297119117248
2021-03-05 09:35:00-05:009.556200027465829.556200027465829.5500001907348639.5500001907348631409
2021-03-05 09:36:00-05:009.59.5200004577636729.4600000381469739.4600000381469736729
2021-03-05 09:37:00-05:009.430000305175789.59.409999847412119.55437
2021-03-05 09:38:00-05:009.5033998489379889.5299997329711919.4301004409790049.4301004409790044549

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