Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Axnx
@kaggle.lszltakcs_big_stock_data.axnx

  • 148.4 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:0055.7700004577636755.7700004577636755.38000106811523455.6650009155273446172
2021-03-05 09:31:00-05:0055.509998321533255.88000106811523455.509998321533255.8800010681152341052
2021-03-05 09:32:00-05:0055.9300003051757856.1599998474121155.8600006103515655.91999816894531893
2021-03-05 09:33:00-05:00
2021-03-05 09:34:00-05:0055.8084983825683656.0299987792968855.6899986267089855.689998626708981514
2021-03-05 09:35:00-05:0055.74499893188476656.0200004577636755.74499893188476656.020000457763671319
2021-03-05 09:36:00-05:0055.5500984191894555.5500984191894555.5500984191894555.55009841918945224
2021-03-05 09:37:00-05:0055.5999984741210955.5999984741210955.0200004577636755.020000457763671443
2021-03-05 09:38:00-05:0054.8600006103515654.8600006103515654.8600006103515654.86000061035156141

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