Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Arct
@kaggle.lszltakcs_big_stock_data.arct

  • 154.01 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:0047.20999908447265647.20999908447265646.4500007629394546.490001678466816280
2021-03-05 09:31:00-05:0046.41500091552734446.41500091552734445.9300994873046946.2299995422363310888
2021-03-05 09:32:00-05:0046.706798553466846.85950088500976646.3499984741210946.85950088500976615743
2021-03-05 09:33:00-05:0046.72000122070312546.9698982238769546.2826995849609446.939998626708986336
2021-03-05 09:34:00-05:0046.3300018310546946.529998779296884646.369400024414062455
2021-03-05 09:35:00-05:0045.7700004577636745.8400001525878945.5800018310546945.65000152587890611862
2021-03-05 09:36:00-05:0045.3400001525878945.45999908447265645.22000122070312545.2200012207031252027
2021-03-05 09:37:00-05:0045.29000091552734445.4300003051757844.7509002685546945.1199989318847665505
2021-03-05 09:38:00-05:0045.009998321533245.009998321533244.86999893188476644.99890136718753027

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