Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ctsh
@kaggle.lszltakcs_big_stock_data.ctsh

  • 170.35 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:0073.394996643066474.5109024047851673.3000030517578173.394996643066444209
2021-03-05 09:31:00-05:0073.3799972534179773.4100036621093873.0650024414062573.180000305175784203
2021-03-05 09:32:00-05:0073.1999969482421973.5299987792968873.1999969482421973.529998779296888178
2021-03-05 09:33:00-05:0073.5599975585937573.5699996948242273.2573.2514763
2021-03-05 09:34:00-05:0073.3000030517578173.3099975585937573.269996643066473.26999664306643087
2021-03-05 09:35:00-05:0073.3399963378906273.4599990844726673.3199996948242273.339996337890627051
2021-03-05 09:36:00-05:0073.3399963378906273.4599990844726673.2900009155273473.34999847412112211
2021-03-05 09:37:00-05:0073.349998474121173.349998474121173.3000030517578173.300003051757811284
2021-03-05 09:38:00-05:0073.0299987792968873.0800018310546973.0299987792968873.080001831054692498

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