Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Entg
@kaggle.lszltakcs_big_stock_data.entg

  • 182.99 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:0099.61000061035156100.0800018310546799.1849975585937699.1849975585937611442
2021-03-05 09:31:00-05:0099.0599975585937699.489997863769529999.48999786376952628
2021-03-05 09:32:00-05:0099.4100036621093899.4100036621093898.9150009155273498.91500091552734880
2021-03-05 09:33:00-05:0099.099998474121199.949996948242299.0899963378906299.870002746582055247
2021-03-05 09:34:00-05:0099.5899963378906299.5899963378906299.2600021362304899.260002136230484535
2021-03-05 09:35:00-05:0099.1526031494140699.4199981689453399.1399993896484499.139999389648443786
2021-03-05 09:36:00-05:009999.2600021362304898.8399963378906299.260002136230481454
2021-03-05 09:37:00-05:0099.5599975585937699.5599975585937698.900001525878998.90000152587892751
2021-03-05 09:38:00-05:0098.980003356933698.980003356933698.8300018310546798.933998107910161024

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