Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Eols
@kaggle.lszltakcs_big_stock_data.eols

  • 175.06 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:0012.14000034332275412.14000034332275412.0900001525878912.10560035705566416840
2021-03-05 09:31:00-05:0012.07439994812011512.07439994812011512.07439994812011512.074399948120115348
2021-03-05 09:32:00-05:0012.060000419616712.060000419616711.92160034179687711.9216003417968772710
2021-03-05 09:33:00-05:0011.94999980926513712.05000019073486311.949999809265137121530
2021-03-05 09:34:00-05:0011.9899997711181641211.939999580383311.93999958038331001
2021-03-05 09:35:00-05:0011.88000011444091811.88000011444091811.85000038146972811.8500003814697284933
2021-03-05 09:36:00-05:0011.8199996948242211.85000038146972811.80000019073486311.840000152587891472
2021-03-05 09:37:00-05:0011.78999996185302711.78999996185302711.689999580383311.6999998092651375118
2021-03-05 09:38:00-05:0011.69999980926513711.69999980926513711.48999977111816411.48999977111816434425

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