Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Amd
@kaggle.lszltakcs_big_stock_data.amd

  • 145.31 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:007979.480003356933678.760398864746178.90000152587891416975
2021-03-05 09:31:00-05:0078.8799972534179778.919898986816478.4400024414062578.55000305175781272816
2021-03-05 09:32:00-05:0078.6961975097656278.6961975097656278.349998474121178.69619750976562152863
2021-03-05 09:33:00-05:0078.6999969482421978.7807998657226678.5083007812578.5199966430664207067
2021-03-05 09:34:00-05:0078.2578.2799987792968878.1600036621093878.18000030517578246040
2021-03-05 09:35:00-05:0078.1699981689453178.199996948242197878.01000213623047255210
2021-03-05 09:36:00-05:0078.2188034057617278.309997558593757878.05000305175781261447
2021-03-05 09:37:00-05:0077.9455032348632877.9700012207031277.8300018310546977.84500122070312198888
2021-03-05 09:38:00-05:0077.7109985351562577.769996643066477.6900024414062577.70999908447266319118

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